Category Archives: .NET

What is new in .Net core 3.1?

ASP.Net core is a free and an open-source managed computer software framework that is used in Windows, Linux and macOS operating systems. This project as all of us know is primarily developed by the Microsoft and is released under the MIT license. The purpose of .Net core is to build different types of web applications… Read More »

.Net 5 New Attributes Coming in Early 2020

Microsoft is ready to release its new .Net 5 update which will offer both Just-in-Time (JIT) and Ahead-of-Time (AOT) compilation models for supporting more than just one compute and device scenarios. JIT delivers better performance for desktop and server workloads and development environments. AOT is useful for mobile and IoT devices used by startup and… Read More »

5 Things to consider before deploying ASP.NET Web API to Cloud Service

ASP.NET is open-source application developed by Microsoft. It enables the development of dynamic and professional websites by incorporating several programming languages that are compatible with the CLR. ASP.NET’s unique web development system requires as minimum coding as possible to build world class web applications. Being part of the .NET Framework, ASP.NET gives access to classes in the… Read More »

ASP.NET Application Theme Management

ASP.NET is an open-source server-side web application framework designed for web development to produce dynamic web pages. When you develop a website, you sometimes want to offer visitors several different appearances so that everyone can find happiness. This goes from the layout to the customization of controls through changes in the Fonts used for your texts.… Read More »

ASP.NET Core Tutorial – Application with CRUD Operations

In this article, we will implement CRUD (Create, Retrieve, Update, Delete) operations using ASP.NET MVC Core application with Entity Framework Core. We will take “Product” entity as reference for implementation purpose. In our previous ASP.NET Core Tutorial, we have discussed in details about the basics concepts and details related to ASP.NET Core including primary features,… Read More »

Top New Features in C# 7.0

C# 7.0 was released with lots of exciting new features. Here in this tutorial, we are going to discuss few of them in a bit detail for our readers including Pattern Matching, Tuples, ref Returns and Locals, Out variables and Local functions. New Features in C# 7.0 Pattern Matching Tuples ref Returns and Locals Out… Read More »

Category: C# Tags: