How to enable Session in a SharePoint 2010 Application page?
How to enable Session State in SharePoint 2010 So as a developer you may have come across the need to use the Session object along the way. What you’ve probably noticed is that you...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
How to enable Session State in SharePoint 2010 So as a developer you may have come across the need to use the Session object along the way. What you’ve probably noticed is that you...
So currently I’m working on an entity model in which there are a lot of parent – child relationships and for obvious reasons the entity framework is a great choice to build that entity...
When using the entity framework you may come across an error message such as this: “LINQ to Entities does not recognize the method ‘get_Item(Int32)’ method, and this method cannot be translated into a store...
Recently when working with the Entity Framework I had a parameter marked as ‘Guid?’, after reasearching the Internet this is what I came up with as to what a type is with a ‘?’...