|
|
-
|
|
Although the Metro Design focuses a lot on Typography Icons are still quite important. If you install Windows Phone SDK you will receive 36 Icons. You can find them here:
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons
Unfortunately many ...
|
|
-
|
|
I was working with ADFS 2.0 (“Active Directory Federation Services”) for a while when this simple question crossed my mind: How can I figure out if the connection between ADFS and AD “works”? Here is a simple test…
What is ADFS?
If you need some “posit...
|
|
-
|
|
Better blog.mydomain.com or mydomain.com/blog? Good question! If got asked this question again via Twitter on the weekend so therefore I decide to share my experiences:
Choose a subdomain, if….
- You plan to offer “different services” which are “logic...
|
|
-
|
|
Microsoft published a free PDF about Claim-based Identity, Access Control Service and how to connect it to the remaining Microsoft world (Sharepoint, ADFS, Azure):
Download-Link or MSDN Link
I found the announcement today on the blog of Vittorio Bertocci.
...
|
|
-
|
|
The Azure Websites are easy to handle but still it doesn’t take much effort to add new instances. But how should I react if an error appears?
Azure Website Configuration
At the adjustments of Azure Websites you will find three diagnostic-tools:...
|
|
-
|
|
Powershell offers to ways to expand CmdLet’s or Providers: SnapIns and Modules. But what is the difference?
TL;DR:
Snapins
Modules
PS 1.0 Variante – alt.
Mit PS 2.0 eingeführt
Defined in Assemblies
Defined in Assemblies or in Scripts
complex D...
|
|
-
|
|
At this place I want to give some additional information’s about the subject I’ve already written about in this article. It’s about how to show units in your code which are not given in the framework like file sizes (MB, GB), temperatures or unit of leng...
|
|
-
|
|
.NET 4.0 offers a new Global Assembly Cache (GAC) which you can find at this path:
C:\Windows\Microsoft.NET\assembly
Every .NET 4.0 or CLR 4.0 application use this GAC.
What happens to the „old“ GAC?
The old GAC still exists on this path:
C:\Windows\a...
|
|
-
|
|
With .NET 3.5 they’ve published two new deployment-methods for the framework:
- Full Framework
- Client Profile
Shortcut: With .NET 4.5 the construct that caused us all a lot of headache is gone.
Why all this?
The initial idea was to create a totall...
|
|
-
|
|
A colleague of mine told me about a nice tool for WPF developer: Snoop. It’s somehow like Firebug – just for WPF applications.
For those who don’t know firebug: with this tool it is possible to analyze websites and change parameters.
Installation
Snoop ...
|
|