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.
In this article, you will learn how to write your first smart contract on Stratis Blockchain.
C# DataReader class represents a data reader. The DataReader provides a read-only, forward-only mechanism to access data via ADO.NET from a datasource.
Why You Should Use .NET Core 2.1 Now
You want to write apps and websites using Google technologies? This is where you want to get started.
This is the new logo at WWDC 14.
Upgrade Windows 8 Consumer Preview to Windows to Windows 8 Release Preview
Do you want to be a good developer? I strongly believe good developers should be adaptive and open minded.
When I design some graphics, I need more space on my screen and by putting the taskbar in the left and auto hiding it gives me little extra space.
If you work on laptops, you may need more space on your screen. Hiding the task bar may help you. Here are the steps to auto hide the task bar of Windows 7.
Encounter HTTP Error 404 when creating a web application in Visual Studio .NET on Windows Server 2003 with IIS 6.0 due to .tmp file blockage. Resolve by adding a .tmp MIME type in IIS: Control Pane...
My aim with this article is to bring some attention to the size of the opportunity blockchain presents for software developers.
Here is a list of the most popular JS libraries. In the past few years, Web development has grown rapidly and so is the use of JavaScript libraries. In this article, I’ve collected data on various ...
Microsoft just announced a preview of several new Cognitive Services APIs.
Like any other tech companies, Google struggle to hire women too.
When I started C# Corner in 1999, I never thought it will go this far. The goal was simple. I wanted to share my code with fellow developers and save them some time.
In this blog we see how VB.Net is better than c#.
As soon as you publish an article or a blog online, it’s not your property anymore. Yes you read it right. You don’t own it anymore. It becomes a public property. It becomes Web’s property. Even th...
The ActiveDocumentHost control provides the ability to host OLE Documents within your application. This enables you to create applications that allow in-place editing of documents such as Microsoft...
Recently, I saw some code written by naive programmers and I decided to write a new series of blogs for beginners, which you won't find in books. In these tips, I will talk about small things we s...
Beware when there is a looping and aways be careful when you define any variables inside the loop specially if loop frequency is a lot or the variables are large in size.