Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Miscellaneous   (RSS)

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:

Speaking at .NET Days 2006

The week after speaking at TechEd , I'll be giving a talk at .NET Days 2006 in Århus. In this talk , I'll be talking a bit about data access component testing. In my terminology , these are not unit tests, but integration tests, but that does not mean
Posted by ploeh | 0 Comments

Bugs On Purpose

The Ative guys has a blog with a lot of insightful development project gotchas. This one , in particular, made me chuckle. Although I've never had to introduce bugs on purpose into a system, I think this is is a very elegant solution to the described
Posted by ploeh | 0 Comments
Filed under:
More Posts Next page »
 
Page view tracker