• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Dotnet Stuff

  • Home
  • Articles
  • Tutorials
  • Forums
  • Career Advice
  • Jobs
  • .NET FAQs
  • News
  • Privacy Policy

Difference Between nHibernate and Entity Framework 4.0

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) […]

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 12
  • Go to page 13
  • Go to page 14
  • Go to page 15
  • Go to page 16
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • OWIN Authentication in .NET Core
  • Serializing and Deserializing JSON using Jsonconvertor in C#
  • What is CAP Theorem? | What is Brewer’s Theorem?
  • SOLID -Basic Software Design Principles
  • What is Interface Segregation Principle (ISP) in SOLID Design Principles?
  • What is Single Responsibility Principle (SRP) in SOLID Design Priciples?
  • What is the Liskov Substitution Principle(LSP) in SOLID Design Principles?
  • What Depency inversion principle(DIP) in SOLID Design Priciples?
  • What is the Open Closed Principle in SOLID Design Principles?
  • What is the Difference Between Database Partitioning and Sharding?

Recent Forum Topics

  • What is the Difference Between IEnumerable and IQueryable in C#
  • How to remove Header of the XML file in C#?
  • What is DBMS?
  • What is RDBMS?
  • What is asp net framework ?

© Copywright 2017 Dotnetstuffs All Rights Reserved