I encountered this problem when moving from an old machine to a new machine. I vaguely recall having this problem once before, but it was […]
Dot net core NUnit unit test won’t start
I was hoping this problem would resolve itself, but it hasn’t so I am writing about it to document it to refer to in the […]
DotNet Core EF migration not working
Problem Here is the basic setup of this problem: You created a .Net Core application and wanted to use .Net Core EF in your application […]
ASPCONFIG: Could not load file or assembly or one of its dependencies. Access is denied.
Problem While publishing a web application you get a puzzling error that reads like the following in the output window: 1>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v \ -p C:\Dev\WebApp\obj\Release\AspnetCompileMerge\Source […]
A very simplistic explanation of events in C#
Introduction If you just want to see the code involved, go to the end of this article. I am really writing this for myself because […]
TSQL: Passing objects to stored procedures via XML
Introduction This is a subject I have heard about repeatedly, but I never bothered looking into it until recently. I was told that writing hard […]
How to get all files modified for a work item in TFS
Introduction Just like everything that requires coding with (or against?) TFS API – this was not a small task. This took a while for me […]
Get Authorized Roles from Web.Config
Introduction To avoid hard coding the names of AD Groups, it is best to just pull them from a place where they already exist. They usually exist […]
Getting Started With Entity Framework 4.3.1
Introduction Entity Framework (EF) has evolved quite a bit and as it has evolved it has become more and more confusing to keep up with […]