Skip to content Skip to sidebar Skip to footer
Showing posts with the label Visual Studio 2010

Acessing Username In Web Api Controller When Database Table Stores User As Integer

Inside some web api controllers, I would like to access the User as indicated in this answer: https… Read more Acessing Username In Web Api Controller When Database Table Stores User As Integer

Updating Entity Framework Model

I have just started using EF and found it cool, but I ran into a problem, Problem: I changed my DB … Read more Updating Entity Framework Model

Entity Framework 4.0 - Generate Change Script

I have build my application using EF 4.0 (MS SQL 2008) and the model is getting bigger. My problem … Read more Entity Framework 4.0 - Generate Change Script

Why Is The Sqlite Provider Missing From The Server Explorer Add Connection Dialogue?

I am following the article Using SQLite Embedded Database with Entity Framework and Linq-to-SQL, an… Read more Why Is The Sqlite Provider Missing From The Server Explorer Add Connection Dialogue?

Getting Sql Server Data Tools To Work With Visual Studio 2012 Express Release Candidate

I'm struggling with migrating to Visual Studio 2012 Express Edition to handle a project that in… Read more Getting Sql Server Data Tools To Work With Visual Studio 2012 Express Release Candidate

Problem With Sqlite Related Nunit-tests After Upgrade To Vs2010 And Re#5

After converting to Visual Studio 2010 with ReSharper5 some of my unit tests started failing. More … Read more Problem With Sqlite Related Nunit-tests After Upgrade To Vs2010 And Re#5

Incorrect Syntax Near 's'. Unclosed Quotation Mark After The Character String ')'

I am kinda noob in programming, and I was wondering what I have done wrong here - can some one hel… Read more Incorrect Syntax Near 's'. Unclosed Quotation Mark After The Character String ')'

Entity Framework Not Creating Database

Been playing around with the Code First feature of Entity Framework 4.1 using an ASP.NET MVC 3 proj… Read more Entity Framework Not Creating Database