Windows Service doesnt receive callback events
I have a Win32 Dll and imported it into my .Net C# Application. This Dll calls some callback functions defined in my app. It works well, but I had to rewrite my app to Windows Service. Now I dont...
View Articlehow to use the compiled dotnet core clr
Hi,i am using linux dotnet core 2.0.9 and i compile dotnet clrcore branch origin/release/2.0.0 the compile success. then i copy libcoreclr.so to replace the libcoreclr.so in 2.0.9 after that i run...
View Articlewhat to have .net framework 4.0 client for profile or .net framework 4.0
Hi,I am working on outlook addin project being developed in vs2010 for outlook 2007. the addin project is being developed in vb.net and there is one another project in the main project which is...
View ArticleWhat are differences between .Net Framwork, .Net Standard and .Net Core?
Please help me to differentiate the differences between them with architectural diagram.
View ArticleKernel Mode Driver Framework Runtime
Hi, I'm currently having latency problems while running a program I use for djing (Traktor). I've run latency test and the main problem comes from this Kernel Mode Driver Framework Runtime which is...
View ArticleGarbage Collector "broken"?
Hello Community,I wrote a programm which calculates distribution statistics etc. for every month. The programm is compiled unter NET 4.5 with msbuild.exe 4.6.1590.0. When programm runs under...
View ArticleHow to extract function argument and return value through .NET profiler API ?
Through Profiler Api we can track the current methods and their performance. but can we do capture the function argument parameter and their return value as also?Suppose below is a use case :...
View Articleimproving performance of streamwriter
Hi,Currently, we have a scenario where we are writing large amount of data into a text file which is done character by character using streamwriter. Could some please suggest a way to improve the...
View ArticlePassing string from c# to c++ but c++ only gets the first character of string
I am trying to pass a string from c# to c++ it works perfectly but c++ only gets the first character of the string C# Code:[DllImport("IDEDLL.dll", CallingConvention = CallingConvention.Cdecl, CharSet...
View ArticleMaking static variables thread safe
Hi,I have an application which has arround 50 static variables. what is the best way to make them thread safe because we are planning to run the application on multiple threads. Is using ThreadStatic...
View ArticleCoreclr has multiple vulnerabilities (Highest CVSS 3.0 score of 9.8)
When is a fix due for these as the issues still exists in the current version.
View ArticleIIS - recycle appool - due to worker process reached its allowed processing...
am getting below error while check in event log,A worker process with process id of '15052' serving application pool 'DefaultAppPool' has requested a recycle because the worker process reached its...
View Articleconsole application interrupt another console app.
Is there any way to get a console application to interrupt another one, say every two hundred milliseconds, in assembly language? It just has to let the interrupted program know that is has timed out....
View ArticleCall function from a injected Dll in another process in C#
Hi, i have 2 project c++ a dll and C# .exe, the dll is injected in a game and return a data like this: http://prntscr.com/lctkmbthis stay returning while dll is runing . Now i trying get this return in...
View Articleusing streamwriter with multithrerading
Hi,I have a scenario where I have 4 threads which has to write text to a file using streamwriter after completion of each thread(first thread triggered has to write first). Could someone please help me...
View ArticleCall function from a injected Dll in another process in C#
Hi, i have 2 project c++ a dll and C# .exe, the dll is injected in a game and return a data like this: http://prntscr.com/lctkmbthis stay returning while dll is runing . Now i trying get this return in...
View ArticleConfirmation of using custom date format correctly.
Creating a web api to get json date array values in a custom date format of international standard yyyy-mm-dd. I'll be using CultureInfo of "en-us" for now but could add other cultures later....
View ArticleGetting the following errors related with COM any help is much appreciated
Hi when i am building my project it is showing the following error. Processing COM reference "COMSVCSLib" from path "C:\Windows\SysWOW64\comsvcs.dll". At least one of the arguments for...
View ArticleMemory usage with c# dynamic keyword in Windows Service
we are using dynamic keyword with our custom JSON parsing logic and it seems to be using a lot of memory to cache CallSite calls. Eventually memory usage grows close to 4GB (server installed memory)...
View Article