|
|
-
|
|
Windows 8 Pro and Enterprise deliver a powerful tool: Hyper-V. Hyper-V is the platform for virtualization and was only available for server operating systems – with Windows 8 it is now also available for Pro and Enterprise versions. Since main storage ...
|
|
-
|
|
If you are building setups/installer (Do you know the difference?) in the world of windows you might have heard about the Windows Installer XML (Wix) toolset.
Version number in Wix
While building an installer it is possible to define a version number af...
|
|
-
|
|
It seems to be an easy question but there are also some traps. The reason is that theoretically it is possible to make a difference between CLR Version and Framework Version. In the times of .NET 3.5 it was usual to keep the CLR version still on versio...
|
|
-
|
|
Spam isn’t a new subject but I didn’t new till now that also very own created applications could be infected in no time.
In my free time I run the website KnowYourStack. The website was online for some time now and in the meantime I didn’t have the tim...
|
|
-
|
|
Because of the object orientation developers are used to describe their working information’s in objects. For example:
public List GetProducts()
But what about basic characteristics? For the date we have the DateTime Object in the Framework but w...
|
|
-
|
|
I’ve already blogged about the authentication with Twitter. ASP.NET MVC 4 offers the DotNetOpenAuth NuGet package which makes the pure authentication process a lot easier.
ASP.NET MVC 4 – Membership & co
If you are going to create an ordinary MVC...
|
|
-
|
|
If you receive the exception “the remote server returned an error: (400) Bad Request” while creating a Blob container with Azure you are most likely violate the name conventions:
A container name must be a valid DNS name, conforming to the following nami...
|
|
-
|
|
If you are looking for a current Metro Modern UI CSS/HTML Framework I’ve collected a little selection that might be helpful for you. Watches out the names are quite similar.
Metro-Bootstrap:
Metro-Bootstrap relies on Twitter Bootstrap and because of...
|
|
-
|
|
So far I have always put on a fresh system after every windows installation – what means no more ballast after an update. Unfortunately this usually ended in an installation orgy so this time I wanted to try the update alternative.
The update process
Th...
|
|
-
|
|
Per exident I’ve found the Tool „Chocolatey“. If you take a look on the website you may recognize some similarities to NuGet.
What does Chocolatey?
Chocolatey is a “Maschine Package Manager” what means that it helps you with easy download and update tool...
|
|