See Sharp with ASP.Net
Monday, October 7, 2013
Filter an IQueryable Datasource on the Fly using Expression Tree
›
LINQ(Language Integrated Query) is a wonderful language of Microsoft.net Framework. Now a days most of the .net developer using it in their ...
Session Lost Issue in IE8
›
I know there are many developers do not like Internet Explorer but still we need to provide support for it because of the popularity/demand....
Wednesday, June 13, 2012
Using Decimal as Primary key in Entity Framework 4
›
Entity Framework 4 does some automatic things which is very useful in many scenarios. For example, if we declare a “ID” property for a class...
2 comments:
Monday, May 21, 2012
Left Outer Join Using LINQ
›
I was in a kind of puzzled while I started searching how to do left outer join with LINQ. Finally, I found the solution and proper explanati...
Thursday, May 10, 2012
Customizing ASP.Net MVC Template
›
Asp.net scaffold templates for controller and view are really useful but often we need to change the default template to fit with particular...
Saturday, April 2, 2011
Top Ten Errors Java Programmers Make
›
I found a wonderful article while I was tracing an error in my code. Here is the article Top Ten Errors Java Programmers Make . Can you beli...
Thursday, March 3, 2011
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack
›
Suddenly I am getting the error "Unable to evaluate expression because the code is optimized or a native frame is on top of the call st...
1 comment:
›
Home
View web version