Posts by Tag

dotNet

Accessing HTTP Request from ASP.NET Web API

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Memory Management in .Net

less than 1 minute read

I’ve written about Garbage Collection in the .Net Framework in version 2.0 and 3.0 a couple of years ago, but now Red Gate has created a simple and easy to u...

WCF Throttling – Part 1

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

ASP.NET MVC Best Practices

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

How to view default values for a WCF binding

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Handcrafting the WCF client

2 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Visiting Microsoft in Johannesburg, South Africa

less than 1 minute read

I live and work in the suburbs of Copenhagen in Denmark, but I’m currently in South Africa on business. While I’m here I might as well visit Microsoft South ...

Serialization in .Net 3.5 SP1

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Strings in .Net

2 minute read

Strings in .Net are immutable reference types, but can be confusing because they sometimes have similar characteristics as value types.

Garbage Collection Flavors

1 minute read

Why should you care about Garbage Collection? Well, it may very well improve performance for your applications.

Great conference

less than 1 minute read

The Miracle SQL Server Open World conference was a great success. There were lots of informative sessions and great networking. I spoke to a lot of interesti...

Configuring the DTC for WCF with OleTx

1 minute read

When a transaction propagates from one process to another, the DTC (Distributed Transaction Manager) must be utilized, because to two or more independent par...

Favor structured exception handling

3 minute read

I was surprised this last week, when a discussion about error handling, whether or not to use structured exceptions in .Net, surfaced at a customer where I a...

How does Reliable Messaging work?

2 minute read

First of all – why do we need a technology like reliable messaging? That is due to the inherently unreliable of communication networks. Back in the old days ...

When is DivideByZeroException thrown?

less than 1 minute read

What a strange question most developers will say. DivideByZeroException is thrown every time you divide by zero, right? No – it depends.

Back to Top ↑

WCF

WCF Timeouts

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 2

2 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 1

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

How to view default values for a WCF binding

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Handcrafting the WCF client

2 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Serialization in .Net 3.5 SP1

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF certified

less than 1 minute read

I just got word from Microsoft, that I passed the Microsoft Certified Technology Specialist: .NET Framework 3.5, Windows Communication Foundation Application...

Great conference

less than 1 minute read

The Miracle SQL Server Open World conference was a great success. There were lots of informative sessions and great networking. I spoke to a lot of interesti...

Configuring the DTC for WCF with OleTx

1 minute read

When a transaction propagates from one process to another, the DTC (Distributed Transaction Manager) must be utilized, because to two or more independent par...

How does Reliable Messaging work?

2 minute read

First of all – why do we need a technology like reliable messaging? That is due to the inherently unreliable of communication networks. Back in the old days ...

Back to Top ↑

.Net

The nameof operator

less than 1 minute read

Easy way of using reflection to get the name of a class, property or method

Chained null checks

1 minute read

Checking for null is cumbersome, but there is a better way

Using Lucene.Net with Microsoft Azure

4 minute read

This is an old post. Today I would recommend using Azure Cognitive Search, which is a PaaS offering which is built upon Lucene.

CNUG Lucene.Net presentation

less than 1 minute read

I have just held another presentation about Lucene.Net, this time in Copenhagen .Net user group. I hope everyone enjoyed the presentation and walked away wit...

Java 4-ever

less than 1 minute read

I find this video hilarious…

Back to Top ↑

SQL Server

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

Disable and enable all database constraints

less than 1 minute read

We (my colleagues at Miracle and I) are currently in the process of upgrading a customer’s solutions. One of task is migrating 100 gigs of data into an exist...

Great conference

less than 1 minute read

The Miracle SQL Server Open World conference was a great success. There were lots of informative sessions and great networking. I spoke to a lot of interesti...

Back to Top ↑

C# 6

The nameof operator

less than 1 minute read

Easy way of using reflection to get the name of a class, property or method

Chained null checks

1 minute read

Checking for null is cumbersome, but there is a better way

Back to Top ↑

Transactions

Great conference

less than 1 minute read

The Miracle SQL Server Open World conference was a great success. There were lots of informative sessions and great networking. I spoke to a lot of interesti...

Configuring the DTC for WCF with OleTx

1 minute read

When a transaction propagates from one process to another, the DTC (Distributed Transaction Manager) must be utilized, because to two or more independent par...

Back to Top ↑

Cloud

Back to Top ↑

Lucene

CNUG Lucene.Net presentation

less than 1 minute read

I have just held another presentation about Lucene.Net, this time in Copenhagen .Net user group. I hope everyone enjoyed the presentation and walked away wit...

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

Back to Top ↑

Azure

Using Lucene.Net with Microsoft Azure

4 minute read

This is an old post. Today I would recommend using Azure Cognitive Search, which is a PaaS offering which is built upon Lucene.

Back to Top ↑

Lucene.Net

Using Lucene.Net with Microsoft Azure

4 minute read

This is an old post. Today I would recommend using Azure Cognitive Search, which is a PaaS offering which is built upon Lucene.

CNUG Lucene.Net presentation

less than 1 minute read

I have just held another presentation about Lucene.Net, this time in Copenhagen .Net user group. I hope everyone enjoyed the presentation and walked away wit...

Back to Top ↑

WiFi

Blog post from 10000 meters in the Air

less than 1 minute read

While writing and posting this post I’m currently flying from Copenhagen, Denmark to London, United Kingdom over the North Sea with Norwegian airlines using ...

Configuring Windows 7 network priority

less than 1 minute read

Windows 7 apparently always prioritizes the wireless network connection (Wi-Fi) – no matter if a faster wired network connection is available. This is defaul...

Back to Top ↑

Performance

WCF Timeouts

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 2

2 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 1

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

Throttling

WCF Timeouts

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 2

2 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

WCF Throttling – Part 1

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

Certification

WCF certified

less than 1 minute read

I just got word from Microsoft, that I passed the Microsoft Certified Technology Specialist: .NET Framework 3.5, Windows Communication Foundation Application...

SCRUM Certified Master

less than 1 minute read

Yesterday I returned from Milan, Italy, after completing a great Scrum Master Certification course taught by the experienced Scrum trainer Joseph Pelrine.

Back to Top ↑

Batch

Back to Top ↑

PowerShell

Back to Top ↑

Apache Lucene

Back to Top ↑

Wi-Fi

Blog post from 10000 meters in the Air

less than 1 minute read

While writing and posting this post I’m currently flying from Copenhagen, Denmark to London, United Kingdom over the North Sea with Norwegian airlines using ...

Configuring Windows 7 network priority

less than 1 minute read

Windows 7 apparently always prioritizes the wireless network connection (Wi-Fi) – no matter if a faster wired network connection is available. This is defaul...

Back to Top ↑

Presentation

CNUG Lucene.Net presentation

less than 1 minute read

I have just held another presentation about Lucene.Net, this time in Copenhagen .Net user group. I hope everyone enjoyed the presentation and walked away wit...

Back to Top ↑

Solr

Back to Top ↑

Offshoring

Outsourcing requires Talent

1 minute read

Blindly outsourcing work will always fail. Your company need to find passionate and talented knowledge workers to have a chance to succeed

Back to Top ↑

Outsouring

Outsourcing requires Talent

1 minute read

Blindly outsourcing work will always fail. Your company need to find passionate and talented knowledge workers to have a chance to succeed

Back to Top ↑

GOTOaar

GOTO Aarhus 2012 – Monday

1 minute read

The day started with a keynote from @Falkvinge from the Pirate Party. I wasn’t expecting much from this keynote, but I was pleasantly surprised. First of all...

Back to Top ↑

MongoDB

Back to Top ↑

Containerization

Back to Top ↑

Docker

Back to Top ↑

MicroServices

Back to Top ↑

Windows Container

Back to Top ↑

SCRUM

SCRUM Certified Master

less than 1 minute read

Yesterday I returned from Milan, Italy, after completing a great Scrum Master Certification course taught by the experienced Scrum trainer Joseph Pelrine.

Back to Top ↑

XML

How to view default values for a WCF binding

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

EC2

Back to Top ↑

MVC

ASP.NET MVC Best Practices

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

TechEd

Back to Top ↑

7-Zip

Back to Top ↑

DOS

Back to Top ↑

Birthday

Back to Top ↑

Graph Database

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

Back to Top ↑

MOW2010

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

Back to Top ↑

WinDbg

Miracle Open World 2010 Lucene Presentation

less than 1 minute read

The conference is over and it was a great success. I meet a lot of new people and had lots of technical discussions about .Net, graph databases, freetext sea...

Back to Top ↑

SVN

Back to Top ↑

DMVs

Back to Top ↑

Perfornance

Back to Top ↑

SQL Server 2005

Back to Top ↑

SQL Server 2008

Back to Top ↑

Pictogram

Back to Top ↑

Prague

Back to Top ↑

Design pattern

Levels of reuse in Software Development

2 minute read

Reuse is key in software development hence the DRU principle. To often the wrong level of reuse is causing problems within an organization

Back to Top ↑

Ilities

Levels of reuse in Software Development

2 minute read

Reuse is key in software development hence the DRU principle. To often the wrong level of reuse is causing problems within an organization

Back to Top ↑

Methodologies

Levels of reuse in Software Development

2 minute read

Reuse is key in software development hence the DRU principle. To often the wrong level of reuse is causing problems within an organization

Back to Top ↑

Object-oriented programming

Levels of reuse in Software Development

2 minute read

Reuse is key in software development hence the DRU principle. To often the wrong level of reuse is causing problems within an organization

Back to Top ↑

API

Back to Top ↑

Breaking Changes

Back to Top ↑

Database

Back to Top ↑

Microsoft SQL Server

Back to Top ↑

SQL Azure

Back to Top ↑

Java

Java 4-ever

less than 1 minute read

I find this video hilarious…

Back to Top ↑

Programming

Java 4-ever

less than 1 minute read

I find this video hilarious…

Back to Top ↑

Danish

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Back to Top ↑

FullText

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Back to Top ↑

IFilter

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Back to Top ↑

Stemmer

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Back to Top ↑

Wordbreaker

Enabling Danish for SQL Server FullText

1 minute read

SQL Server FullText enables you to search large amount of strings fast, and it is easy to use. It hasn’t changed much since SQL Server 2000. A simple getting...

Back to Top ↑

Network Connection Priority

Configuring Windows 7 network priority

less than 1 minute read

Windows 7 apparently always prioritizes the wireless network connection (Wi-Fi) – no matter if a faster wired network connection is available. This is defaul...

Back to Top ↑

Win7

Configuring Windows 7 network priority

less than 1 minute read

Windows 7 apparently always prioritizes the wireless network connection (Wi-Fi) – no matter if a faster wired network connection is available. This is defaul...

Back to Top ↑

Windows 7

Configuring Windows 7 network priority

less than 1 minute read

Windows 7 apparently always prioritizes the wireless network connection (Wi-Fi) – no matter if a faster wired network connection is available. This is defaul...

Back to Top ↑

ASP.Net Vulnerability

ASP.Net Security Vulnerability

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

Security

ASP.Net Security Vulnerability

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

.Net 4

WCF Throttling – Part 1

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

Timeout

WCF Timeouts

1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

ANUG

Back to Top ↑

CNUG

CNUG Lucene.Net presentation

less than 1 minute read

I have just held another presentation about Lucene.Net, this time in Copenhagen .Net user group. I hope everyone enjoyed the presentation and walked away wit...

Back to Top ↑

Blob Storage

Using Lucene.Net with Microsoft Azure

4 minute read

This is an old post. Today I would recommend using Azure Cognitive Search, which is a PaaS offering which is built upon Lucene.

Back to Top ↑

CloudDrive

Using Lucene.Net with Microsoft Azure

4 minute read

This is an old post. Today I would recommend using Azure Cognitive Search, which is a PaaS offering which is built upon Lucene.

Back to Top ↑

Skill

Outsourcing requires Talent

1 minute read

Blindly outsourcing work will always fail. Your company need to find passionate and talented knowledge workers to have a chance to succeed

Back to Top ↑

Talent

Outsourcing requires Talent

1 minute read

Blindly outsourcing work will always fail. Your company need to find passionate and talented knowledge workers to have a chance to succeed

Back to Top ↑

CdCph

Back to Top ↑

Facet

Back to Top ↑

jQuery

Back to Top ↑

Flight

Blog post from 10000 meters in the Air

less than 1 minute read

While writing and posting this post I’m currently flying from Copenhagen, Denmark to London, United Kingdom over the North Sea with Norwegian airlines using ...

Back to Top ↑

ASP.Net Web API

Accessing HTTP Request from ASP.NET Web API

less than 1 minute read

Note: This post refers to .NET Framework for Windows only, and not for the cross-platform .NET Core or simply .NET as it is re-branded in 2020. This means th...

Back to Top ↑

Circuit Breaker

Back to Top ↑

External integration

Back to Top ↑

Polly

Back to Top ↑

retry-logic

Back to Top ↑

Campus Days 2013

Back to Top ↑

ETW

Back to Top ↑

EventSource

Back to Top ↑

Instrumentation

Back to Top ↑

TraceSource

Back to Top ↑

Tracing

Back to Top ↑

Microsoft

I am a Softie

1 minute read

I work for Microsoft now

Back to Top ↑

fun

I am an expert

less than 1 minute read

We have all be declared an expert. A funny take on experts

Back to Top ↑

auto increment

Back to Top ↑

sequence

Back to Top ↑

BSonId

Back to Top ↑

Class Map

Back to Top ↑

AJAX

Back to Top ↑

ASP.Net MVC

Back to Top ↑

PagedList.Mvc

Back to Top ↑

Paging

Back to Top ↑

Virtuel Machine

Back to Top ↑

Dev/Test

Back to Top ↑

MSDN Subscription

Back to Top ↑

Roslyn

Back to Top ↑

BIOS

Back to Top ↑

BitLocker

Back to Top ↑

Secure Boot

Back to Top ↑

UEFI

Back to Top ↑

Windows 10

Back to Top ↑

IoT

Back to Top ↑

ROCA

Back to Top ↑

RSA

Back to Top ↑

TPM

Back to Top ↑

WPA2

Back to Top ↑

IPv4

Back to Top ↑

IPv6

Back to Top ↑

networking

Back to Top ↑

Socket

Back to Top ↑