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 [...]
Archive for the ‘.net 3.5’ Category
Compact framework WCF, Disco files, netcfsvcutil
Posted in .net 3.5, .net Compact Framework, IIS, WCF on November 6, 2008 | No Comments »
Visual studio .net 2010 & .net Framework 4.0 CTP
Posted in .net, .net 2.0, .net 3.0, .net 3.5, .net 4.0, Visual Studio .Net 2010 on October 30, 2008 | No Comments »
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
MSMQ Message priority
Posted in .net 3.5, MSMQ, Visual Studio .Net 2008, WCF on October 22, 2008 | No Comments »
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 [...]
WCF: msmqIntegrationBinding
Posted in .net 3.5, Visual Studio .Net 2008, WCF on October 22, 2008 | No Comments »
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 [...]
var crash = from feature in visual studio where feature.name.Contains(Silverlight 2.0 tools) select feature
Posted in .net, .net 3.5, Silverlight, Visual Studio .Net 2008, tagged Silverlight, Visual Studio .Net 2008 on October 22, 2008 | No Comments »
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. [...]
Babysteps: LINQ To SQL
Posted in .net 3.5, LINQ, Visual Studio .Net "Orcas" on August 3, 2007 | 2 Comments »
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 [...]
How to ignore a blogging career ?
Posted in .net, .net 2.0, .net 3.0, .net 3.5, Visual Studio .Net "Orcas", Windows on July 2, 2007 | No Comments »
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 [...]
Get a history of the evolution to LINQ
Posted in .net, .net 3.0, .net 3.5, LINQ, Visual Studio .Net "Orcas", Visual Studio .Net 2005 on June 15, 2007 | 1 Comment »
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 [...]
Installing Microsoft Codename "Astoria"
Posted in .net 3.5, Astoria, Visual Studio .Net "Orcas" on May 12, 2007 | No Comments »
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 [...]
Visual Studio Orcas Beta available !!!
Posted in .net, .net 2.0, .net 3.0, .net 3.5, Asp.net, Asp.net 2.0, Asp.net Ajax, General, Visual Studio .Net "Orcas" on April 20, 2007 | No Comments »
I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas.
Find out more here.
