Many time interviewer ask you what is the different between Server.Transfer and Response.Redirect ,In my article i will give you some point which will help you to understand Server.Transfer and Response.Redirect. Server.Tranfer vs Response.Redirect
If you want to protect your image being reuse by other person, then the best way to protect image by keeping watermark text on image. In my Article I will show you how to create watermark text on image. WaterMark
This article give you some most important clauses and methods used in LINQ . Linq Clauses and methods
This Article show you some simple steps for Linqtosql Linq2sql
This Article give you some tips to increase store procedure performance. improve performance of store procedure
This Article give you some tips to increase your website performance. Increase Performance of website
This article show you step by step how to create dll in .NET. How to create dll in project
Many time interviewer ask you what is the different between storeprocedure and Functions here is the answer for this. you can see this article on c-sharpcorner also. Download this Article from bellow link StroreProcedure Vs Function
you can use following function to get current page name in Asp.net public string GetCurrentPageName() { string Path = System.Web.HttpContext.Current.Request.Url.AbsolutePath; System.IO.FileInfo Info = new System.IO.FileInfo(Path); string pageName = Info.Name; return pageName; }
You have seen in many website when any field is empty then it showing that particular textbox with Red border.In this article i will show you how to do this. Change TextBox Color On Validation