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 […]
It’s currently a bit difficult to find good resources for Windows 8 App development. Do you search for WinRT or Metro? Or even Windows Runtime? Using XAML leads to WPF […]
The documentation for TimeZoneInfo.GetSystemTimeZones contains an nice example program that lists all the available Time Zones on your PC. Likely they are the same on most installations. Assuming you didn’t […]
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 […]
Thema: API, ASP.NET, C# | 8 Kommentare