I was setting this up recently (was trying to do “dotnet ef database update” to be specific) and kept getting the message at the command…
I had a grid where I needed several possible types of filtering to be applied, and rather than build different service calls for each scenario,…
I’ve got a WCF service that I was trying to return multiple data sets in the same call. You can read about that in the…
Recently I had a project where I wanted to return multiple sets of data via AJAX with a single call, although the sets of data…
I spent more time than I will EVER admit trying to figure out what the heck was wrong with my code, passing a date created…
I had a recent project where I needed to bind to the properties in the sharepoint userprofile collection. I found the easiest method was to…
I had the pleasure of recently converting a couple of webparts & controls to use Microsoft AJAX rather than AJAXPro.net. On top of all of…
Another task I had in the past along with creating the DNS entries via managed code, was creating a new site in IIS. I had…
I’ve tried WSPBuilder, the Extensions, and STSDev all. They were all very useful in starting out and in simple projects. I’ve found that at least…
One of the websites I did in the past required me to be able to register a domain, create the site in IIS, add the…