Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)

Code Contracts

pre-conditions, post-conditions, object invariants in .NET - go here
Posted by jimmytr | 2 Comments
Filed under:

Share sourcecode between Silverlight and WPF Applications

Sharing code between Silverlight and WPF Applications has been a returning wish from several of the customers in our Microsoft Innovation Center in Denmark. The base class libraries are very similar, but obviously something is missing in the 3-4 MB Silverlight
Posted by jimmytr | 1 Comments
Filed under: ,

Security tips and code clips [german]

ThinkTecture's Dominick Baier has helped MSDN in Germany to create a number of clips and How-To's covering several aspects of security on the .NET platform. If you remember any german from school I would recommend you point your browser this way
Posted by jimmytr | 0 Comments
Filed under: ,

Smart Clients from Greece?

Microsoft Code Name " Acropolis " has finally been released to the public as a technology preview. Having played with some internal releases it has become clear to me what a huge amount of work the team has put into this technology. I would like to congratulate
Posted by jimmytr | 0 Comments
Filed under: ,

ISB - Biztalk Services in the sky

If you haven't done so already I recommend you take a look at our latest Biztalk Services CTP from the Connected Systems Division ( http://connectedsystems.spaces.live.com/ ). Quite a few people has already commented on this and I will just forward you
Posted by jimmytr | 0 Comments
Filed under: ,

Writing Test Code with Impersonation

Some of your (unit) tests may be required to run with predefined credentials, and if all your tests should run as one single identity your might as well use the command line runas.exe tool to start your testrunner (or whatever your favorite naming for
Posted by jimmytr | 2 Comments
Filed under: , ,

EntLib 3.0 Released

The P&P team has finished the third major release of the enterprise library. See Tom's post for more information. Try the new WCF integration with logging, exception handling and validation application blocks. Download from MSDN .
Posted by jimmytr | 1 Comments
Filed under: , ,

XmlSerialization snippet

I keep writing this code - now I can find it on my blog in the future :-) public static class StringXmlSerializer { public static string Serialize<T>(T obj) { XmlSerializer s = new XmlSerializer( typeof (T)); StringBuilder sb = new StringBuilder
Posted by jimmytr | 3 Comments
Filed under:

Externalize your Communication Protocol Details with WCF

In general the Web Service client proxy generated by “Add Web Reference” in Visual Studio is all you need to start talking to a Web Service. Some of you may need to present a certificate to the remote server you are calling and for this purpose you would
Posted by jimmytr | 0 Comments
Filed under: ,
 
Page view tracker