Founder C# Corner. Founder & CEO Mindcracker Inc. Investor, Advisor, Board member of several startups and non profit foundations. Try to implement emerging technologies when trying to solve the next problem.
Learn what TensorFlow.js is all about and how it is useful in running machine learning models in a web browser using JavaScript.
How to pass data to a thread in C#. In this article, I will demonstrate how to use the ThreadStart to pass data from your main program to a new thread using the ParameterizedThreadStart.
What is the most popular programming language in the world? Let's find out.
Learn what SQL Server on Azure VM is, and when and why you should choose it.
Learn about the Twelve Factor Compliant App.
Check out new features of Windows Phone 7.5
Entity Framework in .NET 4 is now a part of Visual Studio 2010 beta 2. Check out new features of Entity Framework in .NET 4.
In this article I will explain about the Region Class in GDI+.
SQL Server Data Services, Microsoft's Cloud database, is SQL but not as you know it. Check what experts are saying about it.
Explore NVIDIA's GeForce RTX 50 Series GPUs, launched at CES 2025. Powered by Blackwell AI architecture, these GPUs deliver up to 4x performance, AI-powered DLSS 4.0, and stunning ray tracing f...
Code sample of how to copy items from one list to another list in C#.
AWS Outposts is a fully managed service that extends AWS infrastructure, AWS services, APIs, and tools to virtually any datacenter, co-location space, or on-premises facility for a truly consistent...
There are more than two thousand blockchain projects. Do you wonder which blockchain is the most popular blockchain among them all? In this article, I list the world’s most popular blockchains base...
This video demonstrates how to build your first service app and deploy it in a local cluster.
How to usethe remote profiling feature of Visual Studio 2015 to live profile your app inside Azure.
This article describes Named Parameters, introduced in C# 4.0.
In this article I will explain about Table and Column Mapping in ADO.NET.
In this article I will explain about the Contains Method and Hit Test in GDI+.
Do you want to build an iOS app? Not sure what programming language to use? In this article, I talk about top iOS programming languages and which one you should use for your next iPhone app.
The out and the ref parameters are used to return values in the same variables, that you pass an an argument of a method. These both parameters are very useful when your method needs to return more...