Basic Http Authorization for Web API in MVC 4 Beta
A little while ago I posted a solution to do Basic Http Authorization with the Web API Preview 6. Web API got then merged into the next ASP.NET MVC 4 […]
A little while ago I posted a solution to do Basic Http Authorization with the Web API Preview 6. Web API got then merged into the next ASP.NET MVC 4 […]
UDATE: I’ve built a new version for the MVC Web API: http://remy.supertext.ch/2012/04/basic-http-authorization-for-web-api-in-mvc-4-beta/ One should not believe it, but it seems that there is no official way to use your own […]
Very often it’s necessary to run scheduled jobs or maintenance tasks once a day, once a month or even every few minutes. This can be easily achieved by creating your […]
There are various ways to encrypt and decrypt a string in with .Net. The simplest is to use Base64. But this just makes the string unreadable for a human, but […]
Ever tried to remove or change something in a C# Enumeration while you iterate over it? Yes, it does not work very well. But there are ways around it. foreach […]
Most examples with Log4Net are with ASP.NET, but it works perfectly fine with Windows Form and Console Applications too. What you need is an App.config file that you add to […]
Thema: API, ASP.NET, C#, Programming | 23 Kommentare