JavaScript Module Pattern explained

Here I am going to explain in detail about JavaScript Module pattern which is one of the most significant patterns in JavaScript. The Module pattern allows developers to organize their applications in modules or functional

event_note
close

Here I am going to explain in detail about JavaScript Module pattern which is one of the most significant patterns in JavaScript. The Module pattern allows developers to organize their applications in modules or functional

Read more

Understanding Entity Framework

What is Entity Framework? Entity Framework is an Object Relational Mapper (ORM) from Microsoft that lets the application’s developer’s work with relational data as business models. It eliminates the need for most of the plumbing

event_note
close

What is Entity Framework? Entity Framework is an Object Relational Mapper (ORM) from Microsoft that lets the application’s developer’s work with relational data as business models. It eliminates the need for most of the plumbing

folder_open Entity Framework
Read more