Microsoft platform has become very interesting, notably because of open sourcing of .NET and integration of its products with other great open source platforms, but also the latest free IDE that Microsoft made available has a very free offering for non-commercial or small company management. Free IDE existed in...
Insert and Update in SQL Using User-Defined Table Type in C#
in Command Prompt, you simply have to add the path to the .NET 4 Framework install on your machine to the
An error has occurred in the script WebBrowser WinForm
Create New Thread C#
How to create a new thread in NET. First, create an object ThreadStart delegate. This delegate points to a method that executed by the new thread. Now your need to pass this delegate as a parameter when creating a new Thread instance, You should also call...