Category: .net
-
MiniProfiler
We were doing a little performance related work on a ASP.NET MVC website. There were a few pages where we transmitted a lot of unnecessary data (binding a big model to KendoUI if you don’t use the data is bad bad bad) and a few SQL n+1 scenarios… All in…
-
Visual Studio for EVERYTHING
Wow, today is a big day because a few things were released… The first piece of news is that Visual Studio 2013 Update 2 has been finalized and is available to download, it brings a bunch of new features including : TypeScript 1.0 Universal Apps (for Windows Phone 8.1 and Windows…
-
Automating web downloads when the site requires authentication
I had to perform a small spike for one of my clients – how to download csv files from a website that requires authentication in an automated way. The actual downloading of the file is quite simple, there are simple APIs in dotNet that do the job just fine. THe…
