Aug 28
I was trying to get going with Windows Azure, just some simple thing as deploying a simple WCF Service. I am using Visual Studio 2010 Beta and the Azure tools and SDK’s. When I deployed my simple package I always get the following message “FabricInternalServerError..” ... [More]
Aug 25
In this post I want to introduce the Windows Azure Platform. If you or your company is thinking about using “The Cloud” for either application hosting or integration purposes or for whatever reason, sooner or later you run into Windows Azure. It may not be a surprise that Microsoft follows the curre... [More]
Jun 12
A while ago I was approached by Patrick Smacchia, Lead Dev at NDepend, asking if I would be interested to review their product. I have used it since then off and on but never really sat down to fully understand its potential until a day or so ago. I am going to focus on NDepend in a few... [More]
May 18
I am working on a contract which uses Silverlight 2.0, WCF, Entity framework, LINQ and so on to provide remote insight in the drilling status in the mining industry. While the project is interesting the problem I faced is securing the WCF service as the Silverlight app is used in the field and the d... [More]
Apr 09
  Today, Microsoft released the Community Technology Preview 3 (CTP3) of “Velocity” the project code name for a .NET caching solution which could significantly improve your applications performance. The following is the excerpt from the Microsoft web site: Microsoft project code named “Ve... [More]
Feb 26
I found some tools which you just need to take a look at. XAML Power Toys 4.0 The first one is XAML Power Toys 4.0, this is a Visual Studio 2008 SP1 Add-Id that empowers WPF & Silverlight developers while working in the XAML editor. XAML Power Toys generates .NET 3.5 SP1 WPF compliant X... [More]
Feb 24
Microsoft research is working on another interesting project which might help us in the future with testing and I am sure you agree that we developers need all the help we can get when it comes to testing. Although the Pex (Program Exploration) project has been in existence for some time now... [More]
Tags:
Feb 24
The .NET Framework 4.0 is introducing a new feature to help us write more stable and trustworthy code. This feature is called "Code Contracts", and it provides a language-agnostic way to express coding assumptions. The contracts are used to improve testing via runtime checking, enable st... [More]
Feb 03
I spend the last four days on solving a problem I had with a WCF service. The message I got was really clear; the client authenticates anonymously while the server expected Windows authentication. [MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Ano... [More]
Nov 28
After some experimentations with Silverlight 2.0, which have been very good so far, there is one thing I want everybody to think about when you start working on projects with Silverlight 2.0 which is accessibility to the source code by a consumer. What?? you say... yes, a deployed Silverligh... [More]