C# Handling Excel-Files (*.xls, *.xlsx) in Web Applications ICSharpCode.SharpZipLib.Zip.ZipException: EOF in header I'm working on a SaaS application in ASP.NET MVC, which takes your KPIs and presents them to you in clear overviews and graphs, so you can see at a
ASP.NET-MVC Request Authorization in ASP.NET Web API in Mono Few days ago I was struggling to set up authorization on requests to my Web API. The major Problem was missing sessions. You can read more here: Request Authorization in
ASP.NET-MVC Request Authorization in ASP.NET Web API When you use ASP.NET Web API as a back-end for your JavaScript heavy Single Page Application (SPA), you might want to check who is performing requests, before you answer
ASP.NET-MVC What to Consider when running ASP.NET MVC 4 in Mono I'm fighting for the last 2 days to deploy my ASP.NET MVC 4 application to a Linux VM running Mono again. - Again because it already worked, but in
C# Always check the ModelState Ever came across weird behavior in your ASP.NET Views? - I did already several times, and this is what I've learned: Always check the ModelState. Most of you probably