Before sometime I have blogged about - Why It's the right time to learn Typescript and It does get lot of buzz. Typescript getting every day more popular due to reason I have mentioned in above blog post. So now in this blog we are going to learn how we can use TypeScript with new Visual Studio...
Friday, November 27, 2015
Sunday, November 8, 2015
My Entity framework blog series
I have already written lots of blog post for entity framework. I thought it will be a good idea to make a blog post where I can list all the blog post about Entity framework. Here are is the list of all blog post I have written about Entity Framework.
Working with transaction in entity framework 6
How to use stored procedure with Entity framework code first
Entity framework code first,...
Saturday, November 7, 2015
Working with transaction in Entity Framework 6
In any Relation database, maintaining the integrity of the database is very important and Transaction is one way of maintaining database integrity. When you have the situation, where you need to insert data into multiple tables and if inserting a data in one of the table fails you should always...
Friday, November 6, 2015
How to use stored procedure with Entity Framework Code First
I'm getting lots of request from readers of my blog about writing blog post about how to use stored procedure with entity framework code first. So in this blog post we're going to learn about how we can use stored procedure with Entity framework code first.
To demonstrate that we are going to use...