Home
  Latest posts
  My Writings
  My Code
  My Gallery
  About me
 
  rssfeed Syndication
 
Bloggtoppen.se
 
 
Links
  Cornerstone
  SweNug
 
Post categories
  misc (48)
  Architecture (21)
  C# (19)
  Asp.Net (2)
  Vb.Net (2)
  Training (7)
  Data (19)
  Events (40)
  Platform (2)
  Orcas (4)
  Updates (3)
  Methods (10)
  Tools (6)
  Announcements (14)
  Languages (1)
  Patterns (6)
  Opinions (11)
  Fun (3)
  Ineta (1)
  Opinion (0)
  Practices (2)
  WCF (5)
 
 
 
Writings
COM+ to be or not to be, 4 myths (Swedish) Sunday, November 07, 2004
This is an article arguing for KISS and YAGNI when it comes to COM+ / Enterprise services.
 
Events in an asynchronous component model Tuesday, October 05, 2004
Building asynchronous components and exposing events from them,
forces you to take in account the special constraints windows forms
applications have upon them in a multi-threaded environment.
This article will set you on the right path.
 
Microsoft .Net next generation, Whidbey (Swedish) Tuesday, August 10, 2004
A short informative piece on some of the news in whidbey.
 
Programming Active Directory (Swedish) Thursday, January 15, 2004
This is a short tutorial on how to leverage AD and AD login in your asp.net application.
 
Collections, in the beginning there was? Thursday, June 05, 2003
Ever wanted to create your own typed collection? Have you been puzzled by the collection pattern and how to implement it in C#? This article is the first in a series where the development of collections will be in focus.
 
Hierarchical data in ASP.NET Thursday, December 05, 2002
In this article, Patrik Löwendahl will show how to create a master / detail view with nested asp.net data repeaters and ADO.NET Dataset relationships.
 
Building "Splashes" with C# ASP.NET Monday, October 14, 2002
In this article, the HTTP Application, HTTP Reponse and HTTP request classes are used in a somewhat useful application.
 
Mimicking the VB.NET with clause in C# Friday, September 20, 2002
Building complex class hierarchies has it's downsides. This article tries to illuminate one of them, and suggests a simple solution.
 
Mimick vb.net with syntax in C# (Swedish) Monday, April 29, 2002
A short insight into the IL for . syntax. Mainly written as argumentative to some of my students.
 
ADO / OLE DB Basics (Swedish) Thursday, April 25, 2002
Digs down into ado and ole db basics, looks att ole db services and some performance issues
 
Hierarchical data with ADO.NET Monday, February 04, 2002
ADO.NET implements a completely new model for accessing data and storing data in the memory. With this in mind, the way to work with hierarchical data is also changed. This article will try ta cast som light on the changes and the new way of thinking.
 
Hierchical data in ado.net Wednesday, October 10, 2001
A short tale about hierarchical data and data sets. This explores the basics in presenting such data.
 
Faster active X controls with vTable binding (Swedish) Tuesday, January 04, 2000
A short introduction to active x optimizations.