Saturday, November 15, 2014

Deleting a folder in TFS

http://stackoverflow.com/questions/2655505/deleting-a-folder-in-tfs

Deleting a folder in TFS is a little strange.
You have to:
  • Create a Workspace
  • Get the latest source for the folder (to your local machine)
  • Inside Source Explorer, delete the folder
  • Check in your changes (this is the step that deletes the folder in Source Control)

Friday, November 14, 2014

Asp.net Google form

http://www.gilgh.com/article/send-data-to-a-google-form-using-asp-net,-c

Tuesday, November 11, 2014

Entity Framework Power Tools Beta 4

https://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

Using EF “Code First” with an Existing Database

http://weblogs.asp.net/scottgu/using-ef-code-first-with-an-existing-database

https://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

The model backing the 'ApplicationDbContext' context has changed

Server Error in '/' Application.

The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).

Source Error:


Line 156:            {
Line 157:                var user = new ApplicationUser { UserName = model.Email, Email = model.Email };
Line 158:                var result = await UserManager.CreateAsync(user, model.Password);
Line 159:                if (result.Succeeded)
Line 160:                {

Tuesday, November 4, 2014

Insert video into your presentation

http://office.microsoft.com/en-us/powerpoint-help/link-to-a-video-2-20-RZ102673174.aspx?section=4