When talking about Entity Framework its important to understand the operations happening,
Loading metadata
Happens only once in each application domain. Model and mapping metadata used by EF is loaded into MetadataWorkspace.
Opening the database connection
EF opens and closes database connection as needed.
Generating views
This is usually a costly operation
Preparing the query
Executing...
Saturday, January 26, 2013
Monday, January 14, 2013
Introduction to Asynchronous Programming
http://msdn.microsoft.com/en-us/library/w9fyc75f%28v=vs.71%29.asp...
Tuesday, January 1, 2013
Functional and Non Functional Requirements

Basically functional requirement is something specific the system should do. Functional requirement of a system could be,
Business rules
Administrative functions
Authentication and Authorization
Reporting
On the other hand non functional requirement describes how system works or how the system should behave. These can be,
Performance
Scalability
Capacity
Availability
Maintainability
Security
Usability...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.