Includes all steps and details.
http://beabigrockstar.com/guides/aspnet-oauth
Monday, September 29, 2014
Friday, September 26, 2014
Thursday, September 25, 2014
What is Type Safe by code example?
Compile will throw error for following code:
String fooString = 1;
int fooInt = "bar";
String fooString = 1;
int fooInt = "bar";
Wednesday, September 24, 2014
How to solve problem while upgrade to EF6: System.InvalidOperationException: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
To solve this problem for me is to add EntityFramework.SqlServer.dll into project reference:
System.InvalidOperationException: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
System.InvalidOperationException: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
Subscribe to:
Posts (Atom)