nHibernate and ADO.Net Entity Framework are ORM frameworks (object relational mapping frameworks).This post lists the major difference between nHibernate and Entity Framework 4.0. Entity framework is the Microsoft’s first ORM framework. Microsoft introduced ADO.NET Entity framework in .net framework 3.5 Service Pack 1. In an object oriented language, object-relational mapping framework is used to map […]
Loop Through Table Rows Without Cursor in T-SQL
At times you may need to sequentially loop through some specific result set for performing some action on individual record at a time. Using SQL cursor is a choice. But, for optimal performance and to avoid potential problems, as a recommended best practice, cursors should be avoided as much as possible in T-SQL code. But […]
Intraday Trading Formula
Here are some best and smart tricks to help you trade in the stock market for consistent income. If you are a trader in share market, avoid carrying positions overnight When in derivative trading, Safe traders must square off full positions when the script price is on the first target, If you are a risky […]
AngularJS Interview Questions and Answers
Are you all set and charged up before your face-to-face interview that may secure your stand as a professional web developer? Are you sweating bullets over the possibilities of receiving some oddballs during the course of your interview? If yes then this Angular JS Interview Questions and Answers page is tailor made for you to […]
ASP.NET Interview Questions
This article will be a quick reference for the list of frequently asked ASP.NET Interview Questions and Answers with brief concepts and required code samples. Having a good practical knowledge is not enough to crack technical interviews, at times. You should be well prepared on certain concepts to answer exactly to the point and make […]
JSON Vs XML
JSON and XML are the two most common formats for information exchange. XML is from World Wide Web Consortium(W3C). JSON is introduced by Douglas Crockford. Although they are not introduced for same purposes, still their more frequent use is information exchange between software applications. Applications which deal with document handling are using XML (eg: MS Word) […]