Send email from asp.net: If one want to send email from website using code, one can send using bellow sample
Author: Dhruv Sheth
Find installed version of .net framework in your PC
Hello guys, today we will discuss regarding how to Find installed version of .net framework in your PC. There are two
Global.asax file in asp.net
The Global.asax file, is an optional file that contains code for responding to application-level events. It resides in the root
How to use custom encryption and decryption in asp.net(C#)
Earlier in this week I just got a special requirement to implement custom algorithm for string encryption and decryption without
Bulk insert using XML,ASP.NET,SQL
There are some cases when a programmer need a way to bulk insert data into sql. There are lot many

Difference between ref and out parameters in C#
Difference between ref and out parameters Till now we have discussed regarding Difference between Var and Dynamic in c#, Difference between Hashtable
ASP.NET MVC step by step- Hello World!
ASP.NET MVC step by step- Hello World Today we will step up towards first application- Hello world in ASP.NET MVC.
Difference between input type button and submit
Today we will learn about Difference between input type button and submit. A ‘button’ is just that, a button, to which
C# Keywords
C# Keywords abstract as base bool break byte case catch char checked class const continue decimal default delegate do double
How to write SQL Query to get desire output-2
Sql Interview Questions: I have a question as below: I have a table created as CREATE TABLE #Table1 ( Id
Difference between & and && ,| and ||
Hello techno thirsty guys, there is a simple logic behind the & and && , | and ||. Single &
How to write SQL Query to get desire output-1
Hello guys, as I know you all are technology lovers and you would like my this question. I have a