Feed on
Posts
Comments

Archive for the ‘.net 3.5’ Category

When using the 3.5 version of the compact framework it is possible to connect with wcf services. This is because the CF 3.5 contains a limited subset of the wcf technology. There are several blog posts listing the wcf capabilities in CF e.g.: http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx
We were researching for a mobile client to connect to a wcf [...]

Read Full Post »

Today I found that the first CTP for visual studio .net 2010 and the .net framework 4.0 is available for download. If you want a quick overview of some of the new features go to this website: http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx 
If you want to download the CTP you should go to the Microsoft Connect page

Read Full Post »

In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages.
However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It seems [...]

Read Full Post »

Today I discovered the msmqintegrationbinding in the windows communication framework.
This binding is especially to allow wcf services to process message that are put in a message queue by some legacy program. The advantage of this is that you can do this without the need to change the legacy client.
If you want more information on how [...]

Read Full Post »

i’ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I’ve tried the following:
- turning off UAC
- Repairing Visual studio setup
- SubinAcl from the following blog: http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html
- Running vs.net as administrator
I always get the following error message:

  Personally I really am starting to hate the whole silverlight technology. [...]

Read Full Post »

Okay I had some free time to spend on LINQ  To SQL and because I’m working on a new personal project for the future (God only knows if I’ll ever finish it ). I need in my database a table “Countries”. Because I don’t want to create a script to load this table  and I [...]

Read Full Post »

That’s simple buy a house that needs to be finished in the meantime switch jobs and on top of that move out of your current appartement.
I’ve not been writing as much as would like, but I can’t seem to find the time. Lately I’ve been watching more closely to LINQ, Nhibernate, EDM, Windows Server [...]

Read Full Post »

 Anson Horton wrote a very nice article for the MSDN magazine June 2007 edition. It gives you an overview of how LINQ (Language Integrated Query) has evolved from the idea of the concept to an actual technology. A nice extra on this article is that he shows a lot which new language features in [...]

Read Full Post »

Since I’m going to take a further look at the Astoria project I’ve installed the necessary pieces to get started. Here I will give a brief overview on what to install.
The pre-requisites are:
- Visual Studio .Net Codename “Orcas” beta 1 Standard, Professional or Team Suite edition.
note: The Visual Web Developer Express Codename “Orcas” edition will [...]

Read Full Post »

I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas.
Find out more here.

Read Full Post »