|
|
-
Jalpesh Posted 5 Months ago through Blogs
Yesterday I have written a blog post about Where I can find SQL Generated by Entity Framework? and same day I got request from one of the our reader Ramesh that how I can find SQL generated by Linq-To-SQL?. I thought its a good idea to write a blog post...
|
-
Jalpesh Posted 5 Months ago through Blogs
Few days back I was optimizing the performance with Entity framework and Linq queries and I was using LinqPad and looking SQL generated by the Linq or entity framework queries. After some point of time I got the same question in mind that how I can fi...
|
-
Jalpesh Posted 5 Months ago through Blogs
In c# 5.0 Microsoft has introduced a Caller information attribute. It’s a new feature that is introduced in C# 5.0 and very useful if you want to log your code activities. With the help of this you can implement the log functionality very easily. It can...
|
-
Jalpesh Posted 5 Months ago through Blogs
In today’s computing world the world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that I ...
|
-
Jalpesh Posted 5 Months ago through Blogs
It’s been a while I am writing this. But never late.. So I am writing this. Before some time one of friend asked about the URL of web service when we add reference. So I am writing this. Some of you may find this very basic but still many of people does...
|
-
Jalpesh Liked 7 Months ago through Tutorials
In this chapter we learn about Entity framework ORM(Object Relational Mapper). How we can create database layer with entity framework and how we can use that as Model classes in ASP.NET MVC....
|
-
Jalpesh Posted 7 Months ago through Blogs
I have written whole series related to Visual Studio 2012 features and this post will also be part of same series.You can get all my post related to visual studio from the following link. Visual Studio 2012 feature series Before some days I was search...
|
-
Jalpesh Posted 8 Months ago through Blogs
I am writing few post on different type of delegates and and this post also will be part of it. In this post I am going to write about Predicate delegate which is available from C# 2.0. Following is list of post that I have written about delegates. ...
|
-
Jalpesh Posted 8 Months ago through Blogs
In last few posts about I have written lots of things about delegates and this post is also part of that series. In this post we are going to learn about Action delegates in C#. Following is a list of post related to delegates. Delegates in C#...
|
-
Jalpesh Posted 8 Months ago through Blogs
Visual studio is a Great IDE and there are still lots of feature that not known to developers. Incremental search is one of them. This is a amazing feature to find code in particular document and its available from Visual Studio 2010 and carried over in...
|