I first learned about the C# compiler as a service workings way back in 2008 at PDC. At that time, Anders Hejlsberg gave a brief preview of what was to come by showing off a C# ...
Back-propagation is the most common algorithm used to train neural networks. There are many ways that back-propagation can be implemented. This article presents a code implementation, using C#, which ...
Asynchronous programming has been in use for quite some time now. In recent years, it has been made more powerful with the introduction of the async and await keywords. You can take advantage of ...
Jeremiah is a US-based blogger who bought a Nexus One the day it came out and never looked back. In his spare time he watches Star Trek, cooks eggs, and completely fails to write novels. The majority ...
Decimal 32, Decimal 64 and Decimal 128 (using Binary Integer Decimal (BID) encoding. My goal is to provide a visual way to do calculations on the various floating point and integer numeric types ...
Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools. To provide an example using real source, I created a simple Winforms ...
Take advantage of anonymous types in C# to create and instantiate types that have read-only properties without having to declare the type beforehand An anonymous type is a type that doesn’t have a ...
Mainsoft, which enables developers to leverage Microsoft Windows development skills to build applications for other platforms, on Monday is introducing updates to development products for Java, Linux, ...
Micro Focus, which provides enterprise application modernization and maintenance solutions, announced that its Micro Focus Visual COBOL solution now supports Microsoft Visual Studio 2015. Introduced ...