Click here to Skip to main content
15,884,739 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.
3 Dec 2018 by Rajesh kumar das02
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup.
22 Mar 2014 by CoderPanda
Hi,If you are a beginner in asp.net I wonder what you are trying to achieve by this. If you are trying to build a tool where you would paste code snippets and see if they work - something like a quick test - there are tools in the market already for this. Such...
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
17 Mar 2014 by Sergey Alexandrovich Kryukov
Please see my comment to the question.I don't clearly understand why would you really need what you need, but I would suggest to think at one alternative: using "regular" VB.NET and C# compilers available on your host system. They are available simply because you are using ASP.NET, which, in...
22 Mar 2014 by Y.Mohammed
I have peice of code in ASP.Net for execute code of C# using roslyn compiler. However, I use ASP.Net web forms to build user interface for execute the code. So,I want to take code from one textbox and by "Compile" button I show the result in another textbox.So, I have this controls:
29 Jul 2015 by JohnnyCee
How do I configure VS2015 to support Rosyln C# scripting? Scripting support was not part of the VS2015 RTM, so I've installed packages from roslyn-nightly and dotnet-core but I can't get past component version mismatches.1 – My goal is to embed C# expressions inside configuration-related...
26 Aug 2015 by Richard Deeming
Try: Tools -> Options -> Debugging -> Enable .NET Framework source steppingThis will also turn off "Just my code", and set up a symbol server cache location for you.
8 Feb 2016 by StormyDev
Simple and clean-cut label that user can edit text of during run-time (by double-clicking) which I wrote because the examples I found were either obsolete or added clutter to the interface.
23 Apr 2016 by Prasoon Madnawat
This articles describes how to write a caching solution using Redis on .NET platform.
7 Sep 2018 by Gerry Schmitz
Add "meta data" to the (vs) project for your "seed data", last modified date, etc. Create a "macro" to add your meta data as a "project item"; then use a "reflection" of sorts to kick off the analyzer; results are added back in to the (vs) project / solution.
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.
23 Apr 2013 by OriginalGriff
Not in Spanish, no - this is an English language site, and articles must be in English to be accepted.Articles can have images without any problems - it's pretty obvious when you use the article editor.But do be aware that in order to be accepted, your article must pass moderation: and a...
4 Jul 2013 by Michelle Phoenix
Hi all,I have started playing with Roslyn, but have gotten stuck.(This is just a proof of concept, and I'm also not 100% sure if I am going about this the right way.)I am trying to create a method that will calculate values based on a dynamic calculation string, by utilizing the values...
3 Feb 2014 by Y.Mohammed
Hi all,I started to use the Roslyn compiler as a service.I need to use it in my application.First I download the package from NuGet Library.Then built the code.However, I am a beginner in it and there is an error in the code.Could any one explain to me how to use Roslyn to that...
9 Feb 2014 by Y.Mohammed
I found the way of writing the code..using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ComponentModel;using Roslyn.Scripting;using Roslyn.Scripting.CSharp;namespace RoslynTest{ class Program { static void...
18 Feb 2014 by Y.Mohammed
Hi all,I want to develop user interface GUI for the Roslyn compiler as a service.I have used the C# to invoke that service.Now, I want to build that GUI to use it as application in my project.Anyone guide me with resources or ideas.Thanx in Advanced.additional information...
18 Feb 2014 by Pete O'Hanlon
It's a GUI. I'm not sure what you are expecting from anyone - the GUI should be based upon what you are intending to do with the service, and how you expect people to work with it. As we have no idea what you are trying to do with Roslyn, we can offer you no better advice than that.
17 Mar 2014 by Y.Mohammed
Hi all,I am wondering to use the Roslyn compiler as online web page using ASP.NetI have already download NuGet package and use Roslyn from there to access its API's.However, I want to build a web page that allow users to execute any code from there.How could I make it...
30 Mar 2014 by Oshtri Deka
This is not trivial stuff and you should do you homework better next time.As lazy as I am at this moment I have found this in under a minute with little help from Google!Read this:Introduction to the Roslyn Scripting APIUsing The Roslyn Scripting API in C#and C# as a Scripting...
26 Aug 2015 by Member 9129971
I came to know that now after the relese of rslyn we can debug sourc code of C# built in clasess and methods. I am curious to know how the .net source code works behind the scene.I have installed the visual studio 2015 community version but i am still not able to debug the source code of...
7 Sep 2018 by Ger Hayden
I'm putting together a custom code analyzer to run against Visual Studio 2015 solutions and I would like to add a property to control it by date. When in place then the rule (or rule set) would only be applied to code modified on or after the set date. Is this possible and where are the best...
11 Oct 2021 by ralucaAdinaAvram
I have recently seen a few jobs with .net, and I haven't started yet a coding career, so I am trying my best to learn everything that would look good on my cv and that I would enjoy working with. I studied until now HTML, CSS and JAVASCRIPT and I...
11 Oct 2021 by Richard MacCutchan
For Web applications you need to learn ASP.NET | Open-source web framework for .NET[^]. However, there is a fairly steep learning curve and trying to gain experience from Youtube tutorials is largely a waste of time. You will also find that a CV...
8 Feb 2022 by DoingWork
Failed to Install Deb package maker for .netcore apps on ubuntu[^] or Is there any alternate package maker ? .Netcore version: .Net5.0 Ubuntu: 18.04.6 TLS VSCODE : 1.64.1 OS: Linux x64 5.4.0-96-generic What I have tried: I have successfully...
15 Nov 2022 by Member 15627495
Hello Helpers ! I'm facing a 'warning' when I compile, but I don't understand the messages in the debug box, see below : com\oleaut32\stdtypes\pictobj.cpp(3103)\ole32.dll!00007FFB26BE4EB6: (caller: 00007FFB26BE59D2) LogHr(1) tid(29f8) 8007029C...
15 Nov 2022 by OriginalGriff
Assertions are elements you added to your code to stop execution when an error is detected: Assert method (Visual Basic for Applications) | Microsoft Learn[^] If you are running under the debugger - and you should be, for testing - then the...
24 Dec 2022 by MustafaAquil
A very simple step would be to buy a third-party support driver based on your choice of PLC and choice of protocols you select. If you are looking at a hard way [pun intended] then I would suggest you start learning a little more about how the...
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
22 Aug 2016 by Sujith Karivelil
Creating a link in the left pane of the file Explorer - like OneDrive or DropBox
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.
7 Jun 2017 by Puresharper
NuPack is a nuget package used to add a build step to a project in order to pack output into a nuget package.
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.
3 Mar 2016 by Henka.Programmer
WPF Control allows to create complex data table with cell merging, columns merging, complex columns and rows merging
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.
24 May 2018 by Mark Springer
Allow navigation - forward, backward, branching, and loops with a few changes to your existing projects
5 Jul 2018 by BillWoodruff
how to get them installed, available
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.
4 May 2016 by Sanjaykumar Patel
Speed up your computer by deleting temporary data
30 Mar 2014 by Y.Mohammed
Adding to the previous questions I have asked:How I can execute C# code using Roslyn in ASP.Net web form?I want to know about Roslyn API ( execute ). how should its input should be and waht's the output.Preiously I explained that I try it with the console application in C# and it...
2 Mar 2023 by sweta bhardwaj
how to communication Ab plc to c# or .net code to read write data without scada i have rs linxs classic lite plc data export in excle What I have tried: plz help me i dont know about c# code so plz hepl to provide any code
2 Mar 2023 by sweta bhardwaj
using libplctag; using libplctag.DataTypes; using Microsoft.VisualBasic; namespace PLC_Communication { public partial class Form1 : Form { Tag N7; Tag F8; public...