Login


.NET

Articles specific to the .NET platform.
Frameworks & Libraries » .NET

 

General
General articles related to the .NET platform.

Implementing VB's Like Operator in C#
VB.NET provides VB developers with the Like operator. C# doesn't provide the same operator, but here are several ways C# developers can achive the same functionality.
By Jonathan Wood on Monday, July 27, 2015

MSIL Programming Part 1
In this article, you will learn about the MSIL instruction set and semantics by authoring a simple program through CIL opcodes and role of CIL compiler ilasm.exe to build and execute that .NET assembly code without employing typical visual studio IDE build process.
By Ajay Yadav on Friday, October 24, 2014

MSIL Programming Part 2
This article continues the discussion of CIL programming by covering the syntax and semantic for implementing various object-oriented features of .NET.
By Ajay Yadav on Saturday, November 1, 2014

What's New in C# 6 (Part 1)
Visual Studio 2015 was released on July 20, 2015, and with it came a new version of C#. This article is part one of a two-part article that introduces the new features in C# 6.0.
By Jonathan Wood on Wednesday, July 29, 2015

What's New in C# 6 (Part 2)
Visual Studio 2015 was released on July 20, 2015, and with it came a new version of C#. This article is part two of a two-part article that introduces the new features in C# 6.0.
By Jonathan Wood on Thursday, July 30, 2015