Entity Framework Error – Model compatibility cannot be checked
If you're using Entity Framework Code First and you have everything
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
If you're using Entity Framework Code First and you have everything
Fiddler is a great tool for examining and working with HTTP requests. If you're a web developer, it's one of those tools that you should definitely be at least aware of.
Sometimes it's handy to see the order in which methods are firing, or how long they're taking, without having to attach a debugger. Typically, you might write some code like this:
I've had problems running batch files as scheduled tasks. I'm not
Design patterns are general, reusable solutions that occur in
Microsoft Platform Ready provides technical and marketing resources for companies building applications for the Microsoft platform. Currently they are working with The Code Project on a promotion that will pay $250 USD …
Web Performance Tests provide a simple means of ensuring correct and performant responses are being returned from your web application. Testing a wide variety of inputs can be tedious without a way to separate test …
Today isn't the first time I've run into this message – I've fixed
I have some old blog content scattered around a few different
Using the latest ASP.NET MVC 3 tools, it's very quick to go from simple C# classes to working data management screens with a generated backing database. This article walks through the basics of getting started with this …