Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

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: ,

Searching...

Unfortunately on g**g** technologies but the idea of a search shell is quite fun - look here A modern alternative is the Silverlight based search front-end tafiti (not new, but to some people i may be)
Posted by jimmytr | 1 Comments

Distributed Cache

Just stumbled over a "new" distributed cache CTP from Microsoft - codename Velocity Having played a bit with NCache in the past i welcome this initiative very much - go have a look
Posted by jimmytr | 0 Comments

Simple "Sponsors" WebPart (AdRotator)

Here's a very simple webpart that randomly shows pictures from a picturelibrary. The part is configured with the name of a picturelibrary. Pictures should have the Title property set to the URL of the sponsor web site ... very few lines of code solves
Posted by jimmytr | 1 Comments

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: ,

SaaS - SDP

A couple of my colleagues from across the pond have recently blogged about SaaS and the so-called Service Delivery Platform. Check it out here
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: , ,

Updated VSTS Guidance Available

The P&P team has updated guidance related to Visual Studio Team System on Codeplex
Posted by jimmytr | 0 Comments
Filed under:

SaaS Vocabulary

I have found myself explaining SaaS a few times the past weeks and recently found the WIKI pages: http://en.wikipedia.org/wiki/Software_as_a_Service Also Lars Fløe Nielsen from SiteCode has a series of good posts on SaaS from the ISV perspective. And
Posted by jimmytr | 0 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:

WF in IIS Hosted WCF Service

Hosting Workflow in WCF is described in the before mentioned article by Jeremy Boyd. In the article it is shown how to create an extension class for Workflow, and add this to the ServiceHost Extension collection. The code presented in the article is something
Posted by jimmytr | 1 Comments
Filed under: ,
More Posts Next page »
 
Page view tracker