The Supertext REST API
What? In the early days, the internet solely consisted of simple static webpages. With the Dot-Com boom (or bubble), the webpages changed into complex and dynamic applications. But they were […]
What? In the early days, the internet solely consisted of simple static webpages. With the Dot-Com boom (or bubble), the webpages changed into complex and dynamic applications. But they were […]
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# | 8 Kommentare