Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Jimmy Rasmussens Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
Architecture
ASP.NET
Powershell
SaaS
Security
Silverlight
Tools
Unit Test
WCF
WF
WPF
WPF/E
Archives
April 2009 (1)
June 2008 (3)
February 2008 (1)
June 2007 (2)
May 2007 (1)
April 2007 (4)
March 2007 (6)
February 2007 (2)
January 2007 (2)
December 2006 (4)
November 2006 (6)
Browse by Tags
.NET
Architecture
ASP.NET
Powershell
SaaS
Security
Silverlight
Tools
Unit Test
WCF
WF
WPF
WPF/E
Saturday, April 25, 2009 10:00 PM
Code Contracts
pre-conditions, post-conditions, object invariants in .NET - go here
Posted by
jimmytr
|
2 Comments
Filed under:
.NET
Wednesday, June 11, 2008 10:49 PM
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:
.NET
,
Silverlight
Wednesday, June 11, 2008 12:43 AM
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
Tuesday, June 10, 2008 10:55 PM
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
Tuesday, February 05, 2008 9:22 PM
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
Saturday, June 23, 2007 10:41 AM
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:
.NET
,
Security
Tuesday, June 05, 2007 9:20 AM
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:
.NET
,
WPF
Thursday, May 10, 2007 12:48 AM
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:
Architecture
,
SaaS
Thursday, April 26, 2007 4:58 PM
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:
.NET
,
Architecture
Saturday, April 14, 2007 9:01 PM
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:
WCF
,
.NET
,
Unit Test
Sunday, April 08, 2007 9:27 AM
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:
WCF
,
.NET
,
Architecture
Thursday, April 05, 2007 8:08 PM
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:
Tools
Tuesday, March 27, 2007 1:25 AM
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:
SaaS
Saturday, March 24, 2007 4:39 PM
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:
.NET
Monday, March 19, 2007 11:38 AM
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:
WCF
,
WF
More Posts
Next page »