.NET Core

.NET Core is the latest general purpose development platform maintained by Microsoft. It works across different platforms and has been redesigned in a way that makes .NET fast, flexible and modern. .NET Core happens to be one of the major contributions by Microsoft. Developers can now build Android, iOS, Linux, Mac, and Windows applications with […]
.NET Framework

The .NET Framework is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure until being superseded by the cross-platform .NET project.
C#

C# (pronounced “C sharp“) is widely used for developing different applications, including desktop, web, mobile, cloud, and gaming applications. C# enables developers to build secure and robust.NET applications. Programmers who are familiar with C, C++, Java, and JavaScript can easily understand and work with C# because it adopts basics of C and object oriented programming languages. This tutorial explains the basics […]