Optimize your website using ASP.NET and IIS8 Rakesh chaubey 3:12 AM To Analyze the request we can add extension like yslow and page speed and cacluate the number of request. Then if it is bad open globa... Read More Share Twitter Facebook Google+
Angular With Only Controller. Rakesh chaubey 11:56 PM Explanation of Anguilar JS . When Controller is in the same page . Which i would never recommend .But Stilll you never know what is the cus... Read More Share Twitter Facebook Google+
Asp.Net Membership Lock User based on Column islocked out Rakesh chaubey 3:29 AM public void LockUser(string username) { var user = System.Web.Security.Membership.GetUser(username); ... Read More Share Twitter Facebook Google+
MVC 5 Validation using angular js Rakesh chaubey 1:22 AM @model asdfsdfsdf.Controllers.RolesController.Roles @{ ViewBag.Title = "Create"; Layout = "~/Views/Shared/_Layou... Read More Share Twitter Facebook Google+
Generate Class Properties Rakesh chaubey 10:07 AM declare @TableName sysname = 'UsersDetail' declare @result varchar(max) = 'public class ' + @TableName + ' {' s... Read More Share Twitter Facebook Google+
Timeline: Crows Diving From Promenade Rakesh chaubey 3:06 AM Timeline: Crows Diving From Promenade : Cuba was inhabited by Native American people known as the Taino, also called Arawak by the Spanish, ... Read More Share Twitter Facebook Google+
Validate Date time in asp.net Rakesh chaubey 1:34 AM Ho wto check if date is equal to default date or null. if ( dateTimeVariable == default ( DateTime )) { //do work for dateTimeVa... Read More Share Twitter Facebook Google+
Sql Reqder Check Column Name exist or Not. Rakesh chaubey 11:24 PM For good . Add this in a class if static. public static bool IsColumnExists(this IDataReader dataReader, string columnName) { ... Read More Share Twitter Facebook Google+
Create UserFirendly URl and Routing in Asp.Net Rakesh chaubey 1:52 AM First Create a website . And in Global.ascx file . Register the URL. When i say register the url . I mean to say define the redirection pa... Read More Share Twitter Facebook Google+
Remote connect sql express 2005 from Sql Server 2008/2012 Rakesh chaubey 6:47 AM As sql server 2005 doesnot comes up with profiler.So if we have to connect rometely the server so to trace the profiler . We can connect ou... Read More Share Twitter Facebook Google+
Manupulate the Url to make a format string Rakesh chaubey 3:40 AM Chaubey write this in a proper manner. There must be seneriaos where you want to manipulate the url. Or append some text into it .. ... Read More Share Twitter Facebook Google+
Hello World Example for MVC Rakesh chaubey 8:04 AM Here i am gonna write a very basic app using MVC . 1)First as like other App . Open Visual Studio Add a new Project 2)The moment you ar... Read More Share Twitter Facebook Google+
Constructor Example Rakesh chaubey 7:47 AM constructor is a special method of class which has name as class name . Coming to the point if you look at the below example. We Will have ... Read More Share Twitter Facebook Google+
Dynamic Data for Test Purpose. Rakesh chaubey 7:20 AM This one is basically for beginner how wanted to have some dynamic data over run time. 1)Create a class name it as Customer. using Syst... Read More Share Twitter Facebook Google+
Site is under maintenance instead of showing the message the app pool is stopped Rakesh chaubey 6:55 AM --Rakesh Get time and wrk on this As a website owner you might wanna show people a message stating that you are working on site . Instea... Read More Share Twitter Facebook Google+
Error after connecting database with MVC. Unable to delete the Database as in Use. Rakesh chaubey 3:21 AM ---rakesh Work on this, When ever you connect your app with mvc and then later on if you try to delete the database it would give you an... Read More Share Twitter Facebook Google+