World Of Information Technology
Showing posts with label
Dot Net
.
Show all posts
Showing posts with label
Dot Net
.
Show all posts
Minify CSS and JS file using Visual Studio 2012
›
Before going on our main topic we have to discuss about one of the Dot Net feature i.e. Microsoft’s Web Optimization Framewo...
C-Sharp Code to Check if Internet Connection is Available or Not
›
In some of our applications it is necessary to connect to Internet. So before connecting to Internet it is necessary to check...
Difference between GET and POST Methods
›
In this article, we will discuss about difference between GET and POST Methods. So that it will usefull in your apllications. ...
How To Create Best Tooltip Only Using HTML & CSS
›
Tooltip is used to describe information about anything which may on HTML pages. It is possible to create tooltip to show info...
Difference between Library and Framework
›
A Library and a Framework are a set of classes, modules and/or code (depending on the programming language) that can be used ...
Get Current URL at Client Side Using JavaScript and jQuery
›
Sometimes it is necessary to know current URL, so that we will perform different operations on that or use that URL for various...
What is the Difference between Ref and Out in c sharp with Examples
›
In this post we will learn about ref and out parameters in c# with examples. While looking forward, ...
Four Methods of Adding CSS to HTML
›
There are many more ways of adding a Cascading Style Sheet (CSS) to your Hyper Text Markup Langu...
How to Increase Performance of Stored Procedures
›
When we fire SQL for the first time, three things happen: • The SQL syntax is checked for any errors. ...
Regular Expression in Dot Net Framework Part I - Character Escapes and Character Classes
›
A regular expression is a pattern that the regular expression engine attempts to match in input te...
Regular Expression in Dot Net Framework Part V - Regular Expression Options and Miscellaneous Constructs
›
A regular expression is a pattern that the regular expression engine attempts to match in input tex...
Regular Expression in Dot Net Framework Part IV - Alternation Constructs and Substitutions
›
A regular expression is a pattern that the regular expression engine attempts to match in input tex...
Regular Expression in Dot Net Framework Part II - Anchors Grouping and Constructs
›
A regular expression is a pattern that the regular expression engine attempts to match in input tex...
Regular-Expression-in-Dot-Net-Framework-Part-III-Quantifiers-and-Backreference-Constructs
›
A regular expression is a pattern that the regular expression engine attempts to match in input tex...
What is AutoEventWireup attribute and its use in ASP.NET ?
›
AutoEventWireup attribute in ASP.NET AutoEventWireup is an attribute of the @ Page...
Difference between Int32.Parse(), Convert.ToInt32() and Int32.TryParse() in C#
›
In this article, we will discuss what are the differences between Int32.Parse(), Convert.ToInt32() a...
Singleton Pattern In C Sharp
›
What is Singleton Pattern ? Singleton pattern is one of the simplest design patterns. This pat...
Differences between Stored Procedure and User Defined Function in SQL Server
›
Stored Procedure is a group of SQL statements that has been created once and stored in server database....
Difference Between SQL And PL/SQL
›
SQL pronounced as a sequal which is stands for Structured Query Language . With the help of SQL, y...
A potentially dangerous Request.Form value was detected from the client in asp.net
›
A few days ago, while working on an ASP.NET 4.0 Web project, I got following issue. “A...
›
Home
View web version