Get current User Id in ASP.NET MVC5

Get Current UserId in ASP.NET MVC5 var userId = User.Identity.GetUserId(); You must add this namespace :) using Microsoft.AspNet.Identity;

December 26, 2014 · 1 min

Remove the Default Layout ASP.NET MVC*

If you want to remove the default layout from a view set this in that view @{Layout = null;}

December 25, 2014 · 1 min

OpenGL Solar System

Just found this project in my old laptop.This is simple OpenGL Solar System Project. Source Code https://github.com/nazmulrockon/OpenGL-Solar-System

December 24, 2014 · 1 min

Customize User's Profile in ASP.NET MVC5 Identity 2 [VIDEO]

Customize User’s Profile in ASP.NET Identity 2 Watch Video

December 22, 2014 · 1 min

Change Default Password Validation in ASP.Net MVC5 Identity 2 [VIDEO]

Change Default Password Validation in ASP.Net MVC5 Identity 2

December 21, 2014 · 1 min