Click here to Skip to main content
15,867,835 members
Everything / .NET / .NET Compiler Platform

.NET Compiler Platform

.NET-Compiler-Platform

Great Reads

by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
by Ray Porter
Make true native executable (no framework required) from .NET Core 3.1 project (factorial calculation project example) with the CoreRT library
by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.

Latest Articles

by Dmitry Zaharov
In this article, we’ll look a little deeper into technical debt and explore some solutions for developers to dig themselves out of the hole.
by Ray Porter
Make true native executable (no framework required) from .NET Core 3.1 project (factorial calculation project example) with the CoreRT library
by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
by Alaa Ben Fatma
Use your skills as a designer to create gorgeous control

All Articles

Sort by Score

.NET Compiler Platform 

29 Dec 2018 by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
29 Dec 2015 by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
28 Apr 2020 by Ray Porter
Make true native executable (no framework required) from .NET Core 3.1 project (factorial calculation project example) with the CoreRT library
7 Jun 2018 by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.
18 Aug 2017 by VisualMonsters
Magic blocks -Simple logical game tutorial
14 Nov 2016 by Peter N Robinson
Press either CTRL key to find out where the mouse pointer is...
29 May 2017 by Kourosh K Tari
In this article I will show you how to update WebBrowser control to use the latest installed browser on the host machine.
10 May 2018 by Jack Xu, USA
This article provides a step-by-step tutorial on how to use ASP.NET Core MVC to create charts in web applications with data from either the client or server side.
1 Feb 2015 by Nick Polyak
Present Roslyn's code analysis capabilities in easy samples
26 Dec 2015 by Afzaal Ahmad Zeeshan
In this post, you will learn how to perform text-to-speech actions in Windows Runtime for Windows Store applications, also how to store the speech stream in a waveform file format on your machine.
10 Apr 2016 by Dmitriy Gakh
One new method of explaining of boxing and unboxing
4 Jul 2018 by Sudhakar_Bandi
How to host ASP.NET Web API to Azure Service Fabric using containers
23 Apr 2016 by Prasoon Madnawat
This articles describes how to write a caching solution using Redis on .NET platform.
11 Apr 2022 by Dmitry Zaharov
In this article, we’ll look a little deeper into technical debt and explore some solutions for developers to dig themselves out of the hole.
10 Jul 2016 by Florian Rappl
This article introduces MAGES - a very simple, yet powerful, expression parser and interpreter.
11 Jan 2015 by Nick Polyak
Describe Roslyn code analysis functionality providing easy samples
29 Feb 2012 by Clifford Nelson
This article is about using Rosyln to evaluate user input in a value converter.
19 Apr 2018 by Ben Hall (failingfast.io)
Most articles and documentation about the 'out of the box' C# Debug and Release build configurations were written prior to Roslyn. I take a fresh look at what you now get under the covers in 2018.
8 Feb 2016 by Pavel Evgenjevich Timoshenko
In this article I would like to discuss about “nameof” operator supported by C# 6. It allows to map strings to named code elements.
4 Jan 2015 by Nick Polyak
Continue describing usage of NP.WrapperGenerator.vsix visual studio extension. Present more complex cases of multiple inheritance including diamond multiple inheritance.
6 Jan 2020 by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
2 Nov 2019 by Alaa Ben Fatma
Use your skills as a designer to create gorgeous control
15 Dec 2015 by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
4 Aug 2016 by Kingsley Okei
Learn how to protect your .NET code (whether written with WinForms, WPF, ASP.NET, or Silverlight) easily, and for free!
7 Mar 2013 by woutercx
A fast C# and VB.NET code searcher using Roslyn.
8 May 2016 by Rasik Bihari Tiwari
Let's get into few nitty gritties involved with integer data type and what can go wrong behind the scenes when its arithmetic limits are exceeded
16 Apr 2016 by Alaa Ben Fatma
Enable brackets & symbols autocompletion
4 Jan 2015 by Nick Polyak
describe how to use VS 2015 preview Roslyn base extension for simulating multiple inheritance in C# and provide usage examples
28 Mar 2016 by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
20 Aug 2014 by Hassan Hashemi
briefly exploring most important new features of C# 6
22 Jul 2015 by Sreekanth Mothukuru
In this article we are going to see how and where to download Visual Studio 2015 to create a brand new simple Asp.Net 5 Web Application and have a quick overview on what's new in C# 6
18 Sep 2016 by inishant12
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#
8 Sep 2016 by Pradeep Shet
After working so many years with .NET Framework, now it’s time for .NET Core. What has changed and why it changed. Let’s understand it in this article.
7 May 2018 by Nilesh Dhangare, Pune-India
RealTimeEventLogReader will show you how to read event logs in C# as soon as they are written in Windows Event Logs.
5 Dec 2015 by Rupesh Kahane
In this article, we will discuss some Basics & Real Life Example of MVC 5.
18 Jan 2017 by Doug Langston
A Visual Studio 2015 project that shows one way to pass information between Windows Forms
14 May 2017 by Kourosh K Tari
This numeric keypad helps you enter payment amounts in a text field
7 Feb 2018 by Shamnani Kamlesh
C#7.1 and C#7.2 new features in a simple way
21 Mar 2016 by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
6 Jan 2016 by Harley S davidson
Here is the solution to Conway's Game Of Life problem - Enjoy it , have fun ;) . Dead cells are in Red, Alive cells are in Green and Empty cells are in White. You can modify the colours as per your need.