Jul 26

Stint360 – A comprehensive task management system

Stint360 is a task management system with a frontend built using Angular and a backend powered by ASP NET Web API The system caters to three distinct roles:

By sathasivam thirumoorthi

Jul 26

Restoran – A Web App for Restaurant Reservation Management System

     Restoran is a web application for Restaurant Reservation Management System, allows customers to reserve tables and order food items Front – End Tech

By kavin saravanan

Dec 31

An Overview of the Repository Design Pattern

Why use design patterns                  Earlier, software developers don’t follow any standard pattern for accessing the database during

By Vishal Elankumaran

Dec 31

Asynchronous Programming and Tasks in C Sharp

Asynchronous programming is a form of concurrent programming that enables the execution of several tasks at once It enables you to carry out multiple jobs at

By Varun Ramesh

Dec 31

LINQ – Extension Methods in Csharp and LINQ Operators

Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type we may

By Syed Haroon

Dec 5

LINQ – Various components needed to create a Language Integrated Query

LINQ is an acronym that stands for "Language Integrated Query" and is pronounced "LINK” Many years ago, when C# was still a young language, the language

By Syed Haroon

Nov 1

Getting Started with Entity Framework Core and How to Configure DbContext class in Asp.Net Core

What is Entity Framework Core: If we want to interact with a database in an aspnet MVC core application, there may be several providers for it, such as

By Syed Haroon

Sep 30

Acquire ADO.Net (ActiveX Object .Net) by building Crud operation in Asp.Net Core

Whenever we create web, windows or Console Application in Net core framework may be we come across the situation we want store the data permanently for that

By Syed Haroon

Aug 10

Building MVC Application via Code First Approach

Using Code First, we create POCO classes first, and then create a database from these classes A useful feature of this code is when you don't have a database

By Sridhar

Aug 10

Authentication in ASP.NET Core Web API

Authentication is the act of providing assertion, such as the identity of a computer system user  In simpler terms, authentication is the process of

By Methran