Tag: Interview Questions
How to Get ConnectionString from Web.config in Asp.net?
Now here in this tutorial, I'll explain how to read or get connectionstring from web.config file using c# as well as vb.net in Asp.net....
Difference between appSettings and connectionStrings in Web.config
In my previous tutorials, I'd explained the difference between dataset datareader dataadapter dataview in .net, difference between executereader executenonquery and executescalar, top 10+ oops...
Best 100+ Frequently Asked Interview Questions in .Net SQL
In this tutorial, I'm going to post common and frequently asked technical interview questions in .net sql oops with answers for fresher as well...
Pass Multiple Parameters in Asp.net QueryString Example
In in this tutorial, I'll explain as to how you can pass multiple parameters in asp.net querystring url and get parameter values on page...
Pass DataTable in Stored Procedure Parameter in .Net
Now here in this tutorial, I'll explain how you can pass datatable in stored procedure parameter in asp.net using c# or vb.net with example...
SQL Injections: What is SQL Injection and How to Prevent it?
Here, in this tutorial, I'll explain what SQL injection is and how to prevent it from SQL hackers with simple login test examples in...
How to use AJAX in Asp.net with Example?
AJAX in Asp.net
AJAX in Asp.net - One major difference between the Web Applications and Desktop Applications is that Web Applications are stateless. That...
Difference Between DataSet, DataReader, DataAdapter, DataView
In this tutorial, I'll explain the difference between DataSet, DataReader, DataAdapter, DataView in .net c# as well as vb.net with examples.
Just for refreshing your...
Difference: A Complete Guide DataSet vs DataTable in .NET
Now here in this tutorial, I'll explain the main differences between dataset vs datatable as well as show you how to use dataset or...
Difference Between Website vs Web Application – Everything You Need to...
Now here in this tutorial, I'll explain the main differences between the website vs web application in asp.net. In my previous tutorials, I'd explained...