Happy 60th Birthday Bill Gates
The founder of Microsoft and wealthiest man in the world turns 60 years old today....
.NET (dotnet) is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.
So, there are various implementations of .NET (dotnet). Each implementation allows .NET code to execute in different places—Linux, macOS, Windows, iOS, Android, and many more. This framework has two main versions:
Then, Xamarin/Mono is a .NET (dotnet) implementation for running apps on all the major mobile operating systems, including iOS and Android.
The .NET Standard is a formal specification of the APIs that are common across .NET implementations. This allows the same code and libraries to run on different implementations.
Therefore, the two major components of .NET (dotnet) Framework are the Common Language Runtime and the .NET Framework Class Library.
Summarize, .NET (dotnet) applications are written in the C#, F#, or Visual Basic programming language. Code is compiled into a language-agnostic Common Intermediate Language (CIL). Compiled code is stored in assemblies—files with a .dll or .exe file extension.
At the end, when an app runs, the CLR takes the assembly and uses a just-in-time compiler (JIT) to turn it into machine code that can execute on the specific architecture of the computer it is running on.
The founder of Microsoft and wealthiest man in the world turns 60 years old today....
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using...
If you google a bit about this problem, you can’t find a right solution because...
When you execute some queries on your SQL Server, are you sure the catalog is...
The purpose of this article is to provide a way of cleaning up of HTML...
As I am doing lots of experiments on my SQL Server test box, I sometime...
I was encouraged to write this Tip/Trick because of so many questions received for this...
What’s that? I’ll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>;...
Whilst working on a side project I started to notice I was using a lot...
If the HTML file is in Solution Explorer, then right-click and select “Open With”. Otherwise...
the data protection operation was unsuccessful. this may have been caused by not having the...
Open the Package Manager Console and use the Update-Package cmd-let to update all packages. If...
In SQL Server data is stored using two physical files: (.mdf) extension which contains the...
Run it from VS (with or without debugging). This will actually install unpackaged version of...
The progress of these applications with a simple incremental percentage display. I'd create a generic method which would display an…
On GitHub Microsoft have published a lot of examples for Universal Apps: the link is...
Windows 10 is the main discussion topic in the online development communities. This new operating...
Razor minimizes the number of characters and keystrokes required when writing a view template, and...
If it takes awhile for the server to process the postback (e.g. complex rules or...
Have you tried to install ReportViewer on a server? If you as me receive a...
In this article, you will see how to read and write XML documents in Microsoft...
Linux GNU firebrand Richard Stallman says Windows and Apple’s OS X are malware, Amazon is...
Important Currently you cannot enable devices installed with Windows 10 Insider Preview with the System...
This article explains using Chart.js in Asp.net C# Web Application we can create a pie...
Once upon a time in the tech world, obscurity was security – this being most...