Thursday, January 31, 2013

Entity Object generator

http://msdn.microsoft.com/en-gb/library/vstudio/ff477605(v=vs.100).aspx

http://stackoverflow.com/questions/1814469/ado-net-entityobject-generator

http://www.code-magazine.com/Article.aspx?quickid=0909081

http://msmvps.com/blogs/matthieu/archive/2009/09/02/ado-net-entityobject-generator-how-to-get-the-entitytype-s-entityset-and-how-to-get-entityset-s-entitytypes.aspx

After generating entity model and using it in the c# code I was getting error "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'", it was resolved after removing "
integrated security=True;multipleactiveresultsets=True;App=EntityFramework;" from the connection string auto-generated by entity framework

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...