Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET-Compiler-Platform

.NET-Compiler-Platform

.NET-Compiler-Platform

Great Reads

by Kourosh K Tari
This numeric keypad helps you enter payment amounts in a text field
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.
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
by Rajesh kumar das02
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup.

Latest Articles

by Kourosh K Tari
This numeric keypad helps you enter payment amounts in a text field
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.
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
by Rajesh kumar das02
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup.

All Articles

Sort by Score

.NET-Compiler-Platform 

by Kourosh K Tari
This numeric keypad helps you enter payment amounts in a text field
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.
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
by Alaa Ben Fatma
Enable brackets & symbols autocompletion
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
by Hassan Hashemi
briefly exploring most important new features of C# 6
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.
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.
by woutercx
A fast C# and VB.NET code searcher using Roslyn.
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.
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.
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.
by Alaa Ben Fatma
Use your skills as a designer to create gorgeous control
by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
by Peter N Robinson
Press either CTRL key to find out where the mouse pointer is...
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 Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
by Sudhakar_Bandi
How to host ASP.NET Web API to Azure Service Fabric using containers
by Dmitriy Gakh
One new method of explaining of boxing and unboxing
by Kingsley Okei
Learn how to protect your .NET code (whether written with WinForms, WPF, ASP.NET, or Silverlight) easily, and for free!
by Prasoon Madnawat
This articles describes how to write a caching solution using Redis on .NET platform.
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.
by Florian Rappl
This article introduces MAGES - a very simple, yet powerful, expression parser and interpreter.
by VisualMonsters
Magic blocks -Simple logical game tutorial
by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
by Doug Langston
A Visual Studio 2015 project that shows one way to pass information between Windows Forms
by Rupesh Kahane
In this article, we will discuss some Basics & Real Life Example of MVC 5.
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.
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 Nick Polyak
describe how to use VS 2015 preview Roslyn base extension for simulating multiple inheritance in C# and provide usage examples
by Nick Polyak
Continue describing usage of NP.WrapperGenerator.vsix visual studio extension. Present more complex cases of multiple inheritance including diamond multiple inheritance.
by Nick Polyak
Describe Roslyn code analysis functionality providing easy samples
by Nick Polyak
Present Roslyn's code analysis capabilities in easy samples
by Laszlo Frank
Visual Scripting with Pretty Good Temrinal
by inishant12
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#
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.
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.
by Clifford Nelson
This article is about using Rosyln to evaluate user input in a value converter.
by Shamnani Kamlesh
C#7.1 and C#7.2 new features in a simple way