
How to migrate a group from WhatsApp to Telegram
In todays world, we have lost control of our privacy on the internet. Though most people don’t realize how important it is to control what they share and what they […]
I am a total Geek in every sense. I love learning about something new everyday. Read My Story link to know more...
In todays world, we have lost control of our privacy on the internet. Though most people don’t realize how important it is to control what they share and what they […]
In the current era, software has become incredibly powerful and cross-platform, on top of that even a developer DIY board Raspberry Pi has a lot to offer with the hardware becoming more powerful. Let us take a lot at how we can setup and run ASP.NET Core Web Application in docker on a Raspberry Pi.
.NET Core is a cross-platform version of .NET and its going everywhere. So here is my tale on how I got .NET Core running on Raspberry Pi 3B.
A simple trace and analysis application to showcase, how Event Pipe in .NET Core works for taking a trace of a .NET Core process and how to extract managed thread stack from the resulting trace which is very useful when analyzing performance issues.
AutoDebug : A simple Automated Debugger to run Windbg Commands and also query .NET CLR Runtime data in C#.
ML.NET is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers. With ML.NET, you can create custom ML models using C# or F# without having to leave the .NET ecosystem. Oh yes it is cross-platform and works on Windows, Linux and macOS.
Microsoft at the moment is in a special spot when it comes to IoT with three different platform options supporting wide variety of hardware choices for customer IoT requirements.
An IMU or Inertial Measurement Unit is an electronic device that measures and reports an object's specific force, angular rate, and sometimes the orientation of the object, using a combination of ...
Lets look at the code to enumerate Modules in each App Domain. But first questions, what is AppDomain? Application domain or AppDomain is nothing but a logical region where .NET […]
Lets take a look at some basic CLR information which is essential before delving into other kinds of data for troubleshooting. Also keep in mind DAC information is extremely important to get data about CLR Runtime.