Sign In
Jimmy Tønners Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Architecture
ASP.NET
Configuration
MEF
PIAB
Powershell
PRISM
RIA
SaaS
Security
Silverlight
Sql Compact
Tools
Unit Test
Visual Studio
WCF
WF
WPF
WPF/E
Archive
Archives
February 2011
(1)
June 2010
(1)
April 2010
(2)
March 2010
(3)
February 2010
(1)
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)
MSDN Blogs
>
Jimmy Tønners Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jimmy Tønners Blog
Snippet: Construct WCF Binding from string (xml)
Posted
over 1 year ago
by
jimmytønners
1
Comments
Here is a snippet to convert a bindingconfiguration xml fragment into a Binding (with a few limitations). Configuration configSystem = ConfigurationManager .OpenExeConfiguration( ConfigurationUserLevel .None); var bindingSection = BindingsSection ...
Jimmy Tønners Blog
Mixing MEF and PIAB
Posted
over 2 years ago
by
jimmytønners
1
Comments
The Policy Injection Application Block (PIAB) provides a way to dynamically apply cross-cutting concerns by configuration or attributes. The combination of this technique and composition using Managed Extensibility Framework (MEF) can be realized through...
Jimmy Tønners Blog
Upgrade SQL CE Database from 3.1 to 3.5
Posted
over 2 years ago
by
jimmytønners
1
Comments
var engine = new System.Data.SqlServerCe. SqlCeEngine ( "Data Source=" + filename); engine.EnsureVersion35(filename); --HELPER CLASS--- public static class SqlCeUpgrade { public static void EnsureVersion35( this SqlCeEngine engine, string...
Jimmy Tønners Blog
Just Released: Microsoft Enterprise Library 5.0
Posted
over 2 years ago
by
jimmytønners
0
Comments
See details here: http://msdn.microsoft.com/en-us/library/ff632023.aspx and read Grigori's post here: http://blogs.msdn.com/agile/archive/2010/04/20/microsoft-enterprise-library-5-0-released.aspx
Jimmy Tønners Blog
Clean-up your desktop with fences
Posted
over 2 years ago
by
jimmytønners
0
Comments
Neat tool for grouping "stuff" on your desktop - fences from Stardock.com - go here
Jimmy Tønners Blog
New Feature Builder Power Tools
Posted
over 2 years ago
by
jimmytønners
0
Comments
Those of you interested in Software Factories and Visual Studio Automation may find it relevant to investigate the new Feature Builder Power Tools. I will be happy to hear about your experiences and suggestions. Exerpt from landingpage : Feature...
Jimmy Tønners Blog
Free Book: A Guide to Claims-Based Identity and Access Control
Posted
over 2 years ago
by
jimmytønners
0
Comments
Another free book from our Patterns&Practices team about something that you know you ought to know a little about :-) - Claims Based Identity and Access Control. Get the Book here - http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID...
Jimmy Tønners Blog
Dynamically Loading ModuleCatalog in Composite (PRISM) Silverlight Application
Posted
over 2 years ago
by
jimmytønners
2
Comments
Intercept the Run method of your bootstrapper by defining a new Run method, fetch the list of modules (list trimmed to the user in question of course) and populate the catalog from this. poc code? Here you are (note I am using a custom RIA domain service...
Jimmy Tønners Blog
Code Contracts
Posted
over 3 years ago
by
jimmytønners
3
Comments
pre-conditions, post-conditions, object invariants in .NET - go here
Jimmy Tønners Blog
Share sourcecode between Silverlight and WPF Applications
Posted
over 4 years ago
by
jimmytønners
1
Comments
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...
Jimmy Tønners Blog
Searching...
Posted
over 4 years ago
by
jimmytønners
1
Comments
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)
Jimmy Tønners Blog
Distributed Cache
Posted
over 4 years ago
by
jimmytønners
0
Comments
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
Jimmy Tønners Blog
Simple "Sponsors" WebPart (AdRotator)
Posted
over 4 years ago
by
jimmytønners
1
Comments
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...
Jimmy Tønners Blog
Security tips and code clips [german]
Posted
over 5 years ago
by
jimmytønners
0
Comments
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
Jimmy Tønners Blog
Smart Clients from Greece?
Posted
over 5 years ago
by
jimmytønners
0
Comments
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...
Jimmy Tønners Blog
SaaS - SDP
Posted
over 5 years ago
by
jimmytønners
0
Comments
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
Jimmy Tønners Blog
ISB - Biztalk Services in the sky
Posted
over 5 years ago
by
jimmytønners
0
Comments
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...
Jimmy Tønners Blog
Writing Test Code with Impersonation
Posted
over 5 years ago
by
jimmytønners
2
Comments
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...
Jimmy Tønners Blog
EntLib 3.0 Released
Posted
over 5 years ago
by
jimmytønners
1
Comments
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 .
Jimmy Tønners Blog
Updated VSTS Guidance Available
Posted
over 5 years ago
by
jimmytønners
0
Comments
The P&P team has updated guidance related to Visual Studio Team System on Codeplex
Jimmy Tønners Blog
SaaS Vocabulary
Posted
over 5 years ago
by
jimmytønners
0
Comments
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. ...
Jimmy Tønners Blog
XmlSerialization snippet
Posted
over 5 years ago
by
jimmytønners
3
Comments
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...
Jimmy Tønners Blog
WF in IIS Hosted WCF Service
Posted
over 5 years ago
by
jimmytønners
1
Comments
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...
Jimmy Tønners Blog
Externalize your Communication Protocol Details with WCF
Posted
over 5 years ago
by
jimmytønners
0
Comments
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...
Jimmy Tønners Blog
Guidance Automation Extensions Feb. CTP
Posted
over 5 years ago
by
jimmytønners
0
Comments
The Guidance Automation Extensions have recently been released in a new version. From the GAX web site : The February 2007 CTP of the Guidance Automation Toolkit and Guidance Automation Extensions is a minor update to the previous June 2006 CTP, and includes...
Page 1 of 2 (40 items)
1
2