Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Miscellaneous   (RSS)

ploeh blog Is Moving

After three years on MSDN blogs, I'll be moving my blog to http://blog.ploeh.dk . Why? Read the answer here . This is most likely the last post on this blog, so if you'd like to stay tuned, please go and subscribe to the new blog .
Posted by ploeh | 0 Comments
Filed under:

First Dynamics Mobile Post

Yesterday, I posted my first post over on the Microsoft Dynamics Mobile Team blog . More are likely to follow. In case you are wondering what this means for this blog, the answer is: Nothing. I plan to continue blogging in more or less the same vein as
Posted by ploeh | 0 Comments
Filed under:

Microsoft Dynamics Mobile 1.5 Released

If you are wondering about what I'm doing these days, we (the Microsoft Dynamics Mobile Team ) just released a new version of Microsoft Dynamics Mobile ! And there was much rejoicing :)
Posted by ploeh | 0 Comments
Filed under:

At PDC

I'm currently at PDC in Los Angeles, so if you are here as well, take a moment to say hello if you see me :)
Posted by ploeh | 0 Comments
Filed under:

Speaking in ANUG

Aarhus .NET User Group has been so kind to invite me to come and give a session on June 25th, 2008, and I've elected to speak about TDD and Installers, a subject that regular readers of this blog would correctly surmise is dear to my heart . Read more
Posted by ploeh | 10 Comments
Filed under:

Leapling

Something's been bugging me for all of March. Okay, so maybe not all the time, but it keeps coming back to me. Back at February 29, I took my daughter to kindergarten as always. In one of the other rooms, a sign (as well as flags and such) proclaimed
Posted by ploeh | 4 Comments
Filed under:

New Job

When I start working April 1 after my parental leave, I'm not going back to my old job as a consultant for Microsoft Services . Instead, I've accepted Christian 's old position in the Mobile Applications Group in Microsoft Development Center Copenhagen
Posted by ploeh | 1 Comments
Filed under:

Page.User Population From Custom Authenticators For ASP.NET

One of my readers have asked me how to create a custom authenticator for ASP.NET and populate Page.User accordingly. Basically, the scenario is that they have a third-party service that performs authentication and returns the user's identity and other
Posted by ploeh | 1 Comments
Filed under:

Speaking at TechEd Developers 2007

Again this year, I'll be presenting at TechEd Developers in Barcelona next month. This year, I'll be doing both a general session on mocks, as well an interactive session on TDD. You can read more on these sessions by using the conference's Session Search

Speaking In June

At the upcoming Softwareudvikling på tværs conference, I'll be presenting a session on TOOD on the second day (June 14). The session will be held in Danish.
Posted by ploeh | 0 Comments
Filed under:

Hello World

private static void Main( string [] args) { Person father = new Person (); Person mother = new Person (); Person girl = new Person (); Person boy = mother.Emit(mother.Union(father), new DateTime (2007, 4, 21)); girl.PromoteTo( Rank .BigSister); mother.Condition
Posted by ploeh | 20 Comments
Filed under:

BPL

Although my daughter is now 4½ years old, she still can't write code. Some may say that it's because she has not yet learned to read and write in general, but we at Microsoft know differently: Even though our current development tools are very productive
Posted by ploeh | 4 Comments
Filed under:

How Will LINQ Impact Database Development Best Practices?

Ever since I first heard about the LINQ project , I've been wondering how this would fit in with our best practices for database development. Slowly, I think I've arrived at an interim conclusion. Since this posting deals with future developments in best
Posted by ploeh | 4 Comments
Filed under:

A Generic IAsyncResult Implementation

Lately, I've found myself writing implementations of IAsyncResult more than once, and as it turns out, all of those implementations have been so similar that I have ended up creating a generic implementation. When implementing the Async Pattern, you can
Posted by ploeh | 15 Comments
Filed under:

TechEd Aftermath

With TechEd: Developers long over, I thought I'd post a few links to the residue I left in my wake :) Jeff and Scott apparently found my session useful: http://blog.usingtangent.net/2006/11/tech-ed-unit-testing-best-practices.html . While I was at TechEd,
Posted by ploeh | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker