Category Archives: C#

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:

MUST Have C# Interview Questions and Answers – Part 2

This C# Tutorial Part-2 in series of C# Interview Questions with practical and detailed answers. In previous part, we covered many basic to intermediate level interview questions on C# with the help of practical examples. I’ll recommend strongly to go through part-1 in this series. We will continue this series to provide more practical details with real time… Read More »

MUST Have C# Interview Questions and Answers

This C# Tutorial is focused on C# Interview Questions with practical and detailed answers. We already have published detailed Technical Tutorials on ASP.NET, ASP.NET MVC, Entity Framework, ASP.NET Web API and other related Interview Questions tutorial series to clarify all related concepts. Also, one can find Online Practice tests and exams on C# and related. We are focused to… Read More »

ASP.NET MVC Shopping Cart with C#, EF, SQL Server-Part3

This web development tutorial is part-3 in series of ASP.NET MVC Shopping Cart Application. In this three parts series, we tried to learn how to develop an Online Shopping Store Application using ASP.NET MVC, C#, Entity Framework and MS SQL Server? So far we have covered the major features of an ASP.NET MVC Shopping Cart… Read More »

ASP.NET MVC Shopping Cart with C#, EF, SQL Server-Part2

In this series of ASP.NET MVC Shopping Cart Application, Part-1 covered most of the administrative features including Category/Product Management and Project Initial Setup. Complete Source Code for the ASP.NET MVC Shopping Cart application is now available to download here. You just need to be a REGISTERED Member to download Source Code. Registration is FREE 🙂 Features… Read More »

ASP.NET MVC Shopping Cart with C#, EF, SQL Server-Part1

In this ASP.NET MVC Tutorial Series, we will follow a step by step approach to develop an Online Shopping Cart using ASP.NET MVC, C#, Entity Framework and SQL Server with database first approach. After reading this Web Development Tutorial, user must be able to understand that how to build an ASP.NET MVC Shopping Cart using above mentioned technologies… Read More »

Creating your first SPA Application using AngularJS and WebAPI – All CRUD Operations

Practical AngularJs Tutorial In this ASP.NET Web API Tutorial, we are going to learn How to create a ASP.NET Web API Application and use it in a SPA AngularJS page in the same project? Technologies being used in this web development tutorial are: ASP.NET Web API AngularJS Bootstrap Followings are the tools and IDE used for this… Read More »

Top New Features of C# 6.0

In previous post, we discussed and learnt about New Features of ASP.NET vNEXT. Here in this post, we will discuss the top new features and enhancements introduced in Microsoft C# 6.0. You can find a very good pocket reference for C# 6.0 here. Before we dive deeper to discuss features of latest version of C#, let’s analyze how C# evolves… Read More »