Still working with SQL Queries?

Are you still working with SQL queries? Select * From EMP.... OR Insert into .... OR UPDATE ___ (sorry I forgot :p )... These queries can never be forgotten but as advancement in the technology is upbringing a hell of changes then you should analyze yourself that where do you stands? Now the era is coming where Rapid Application Development is on its hype. Are you coping up with it?

In 2008, Microsoft introduced Codename Astoria which later became Entity framework. What it tends to do basically works on ORM (Object relational mapping). You can now write queries as like you are programming in C# with your own customized objects. JSQL , although having same capabilities but Microsoft was led its technology to hype and making it easier for beginners to code a program.



Irrespective of its technical details, you just focus on the technique and technology. You will learn it by yourself while making a small program using Entity Data Model, having the .edmx extension. It enable your database in Classes form in your code where you can make their objects and perform database CRUD operations. The demo session will be here soon.

No comments:

Post a Comment