archives

ankitnandekar

I m a software Developer Working in Y5 software solution Hyderabad.
ankitnandekar has written 59 posts for Ankit Nandekar

Difference between Server.Transfer and Response.Redirect methods

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

Rate this:

Create “Watermark” Text on image in ASP.NET

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

Rate this:

Some useful Clauses and Methods of LINQ

This article give you some most important clauses and methods used in LINQ . Linq Clauses and methods

Rate this:

LinqToSQL

This Article show you some simple steps for Linqtosql Linq2sql

Rate this:

How to improve the performance of store procedure?

This Article give you some tips to increase store procedure performance. improve performance of store procedure

Rate this:

Best Practices to increase the performance of Asp.net website

This Article give you some tips to increase your website performance. Increase Performance of website

Rate this:

How to create a dll in dotnet?

This article show you step by step how to create dll in .NET. How to create dll in project

Rate this:

Storeprocedure Vs Functions

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

Rate this:

Get current page name

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; }

Rate this:

Changing Textbox Colour on validation fail in Asp.net

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

Rate this:

Categories

Blog Stats

  • 3,588 Visited

Archives