All Articles
174 hands-on tutorials, and counting. (Page 5 of 5)

Visual Studio 2017 Overview And New Features
Recently Microsoft launched Visual Studio 2017 on 20th Anniversary of Visual Studio IDE. It has launched on Wednesday, 7 March 2017. Visual Studio 2017 is most awaited software from Microsoft....

WCF vs. Web Service: Understanding the Key Differences
WCF and Web Service both are used to create service for application. Compare to web service, WCF provide much more flexibility and portability to develop service oriented application. There are...

Web API or WCF: Which technology is more suitable for your project
At the end you will know the result for who is the winner and who is the loser. So, let's starts the race. As you know there are lots of...

What are Cookies and How to Use Them in aspnet?
In this article, I will demonstrate you what is cookie in asp.net and why we use it. What is Cookie? Cookie is less memory space on web server that is...

What Are the Advantages of Using Stored Procedures in SQL Server
Today, I am going to explain, what is stored procedure in SQL and advantage of stored procedure in SQL and something more about stored procedure how to create stored. So,...

What are the Best Practices for aspnet MVC Application
This article will demonstrate us about best practices which should be used when working with Asp.Net MVC application. We always try to make Asp.Net MVC application using best practices but...

What are the Different Ways to Access a Database in ADO.NET
For accessing the database, for getting the data or inserting the data we basically use SQLDataAdapter.Fill(), ExecuteNonQuery() and ExecuteScalar(), I have seen when I was a fresher, many developers were...

What are the main differences between OOP and Procedural Programming
In this article, I will demonstrate you what is Procedural Programming and Object Oriented Programming. We will also discuss the differences between both of them. Procedural Programming It is a...

What are the most common aspnet interview questions?
test...

What are the most common JavaScript and JQuery interview questions And answer
JavaScript Interview Questions And Answers 1. IMMEDIATELY INVOKED FUNCTION EXPRESSION [IIFE] Ans. http://prasadhonrao.com/javascript-functions-part-4-immediately-invoked-function-expression-iife/ http://adripofjavascript.com/blog/drips/an-introduction-to-iffes-immediately-invoked-function-expressions.html 2. Javascript Closures Ans. https://developer.mozilla.org/en/docs/Web/JavaScript/Closures 3. Javascript Constructors and Prototypes and Inheritance Ans. http://tobyho.com/2010/11/22/javascript-constructors-and/ http://phrogz.net/js/classes/OOPinJS2.html http://tobyho.com/2011/11/11/js-object-inheritance/...

When should We use First() and FirstOrDefault() in Linq
In Linq, a very interesting topic is Difference between First() and FirstOrDefault(), or we can say when to use First() and when FirstOrDefault() extention methods, you can check difference between...

When should We use Single() instead of SingleOrDefault() in Linq
In Linq, a very interesting topic is Difference between Single() or SingleOrDefault(), or we can say when to use Single() and when SingleOrDefault(), So, Today I am going to explain...

Which is more suitable for your project: Web API or aspnet MVC API
Web API: It is a part of ASP.NET Framework to build and deploy the REST services on HTTP protocol and accessible to wide range of devices. ASP.NET MVC API: When...

Why AngularJS is the Perfect Framework for Web Development
AngularJs is a client side javascript framework which is based on MVC framework to create Single Page Application [SPA]. It is open source and created by Google. It is fully...