Render different Layout in ASP.NET MVC "Dynamically"
We can consider Layouts are like as Master Pages in Asp.Net Web Forms. Layouts are help us to maintain consistent look and feel across al...
My Tech Blog
Render different Layout in ASP.NET MVC "Dynamically"
We can consider Layouts are like as Master Pages in Asp.Net Web Forms. Layouts are help us to maintain consistent look and feel across al...
WCF Service Library Vs WCF Service Application
If you thinking to start a new project with WCF, better to go with WCF Service Library . Because : As its does not have .svc file. so, i...
" URL Encode/Decode By JQuery"
Encode UR L String var url = $(location).attr(' href' ) ; // get current url var url = 'folder/index.html?param=#23dd...