Web Tutorials

HTML Tutorial
HTML5 Tutorial
Bootstrap3 Tutorial
Javascript Tutorial
TypeScript Tutorial
AngularJS Tutorial
CSharp Tutorial
.NET Tutorial
PHP Tutorial

Interview Q & A

ASP.NET Q & A
WEB API Q & A
WCF Q & A
JQuery Q & A
MVC Q & A
Bootstrap Q & A
LINQ Q & A
AJAX Q & A
SQL Server Q & A
C# Q & A
OOPS Q & A

Code Examples

AngularJS
Google MAP API V3
ASP.NET

Utility Tools

Html Encode
Html Decode
URL Decode
URL Encode
Base64 Encode
Base64 Decode
JSON Beautifier

Article Categories

Getting Started With ASP.NET Core MVC Application

Posted By: Ajay Saptaputre, 03 Jul,2016  |  Total View : 6902

Getting started with asp.net core MVC application, In this article you will learn how to start your first ASP.NET Core MVC web application,add new controller and how to set routes in startup class etc with Visual Studio 2015.

Continue Reading...

Setup and Installation ASP.NET Core 1.0

Posted By: Ajay Saptaputre, 02 Jul,2016  |  Total View : 5204

In this article, I will discuss about what are pre-requisites for ASP.NET Core 1.0 and what you need to download and installed to your system to get start working with Microsoft's newly released ASP.NET Web framework called ASP.NET Core 1.0.

Continue Reading...

Understanding ASP.NET Core 1.0

Posted By: Ajay Saptaputre, 01 Jul,2016  |  Total View : 5177

In this article, I am going to discuss about Microsoft's most awaited open source, cross-platform framework named as ".NET Core 1.0".

Continue Reading...

Customize User Profile Info in MVC With ASP.NET Identity

Posted By: Ajay Saptaputre, 04 Jan,2016  |  Total View : 9737

In this article, I am going to explain how to customize User's Profile and add some more fields like FirstName, LastName, EmailID, DOB etc with ASP.NET Identity System. ASP.NET Identity allow you to add login features to our application and makes it easy like never before to customize data about the logged in user.

Continue Reading...

How to extend the properties of Identity with additional custom properties in ASP.NET

Posted By: Ajay Saptaputre, 03 Jan,2016  |  Total View : 13489

In this article, I am going to explain how to extend the properties of User.Identity with additional custom properties like address, DOB etc. ASP.NET Identity gives opportunity to add login features that is related to your application and makes it easy to customize data about the logged in user.

Continue Reading...