Yesterday I was trying to add a database to the App_Data folder of a simple web application I was creating. During one of my computer re-installs, I didn’t install SQL Express since I normally use a full blown SQL instance, so I really had no need for it. Now that I did need it, I [...]
Category Archives: SQL
Ping Services for BlogEngine.NET
Technorati Tags: BlogEngine.NET I was looking for a list of Ping Services for BlogEngine.NET and came across Roman Clarkson’s post on the topic. As you may or may not know, BlogEngine.NET supports either XML or SQL for storage of posts, settings, etc. Roman has a pingservices.xml file available on his site, which can be downloaded [...]
Also posted in BlogEngine.NET Comments closed

Entity Framework – Removing Foreign Keys from the Entity Model
Entity Framework 4.0 has brought some great new features to Entity Framework (although I am SO looking forward to EF 4.1. Hooray for a code-only option). One of the new features of EF 4 is the ability to include foreign key columns in your model. This option will include the foreign key as a property [...]