kindblad

Stories submitted by kindblad

Search engine friendly URLs in ASP.NET MVC using dynamic routing and a(www.kindblad.com)

submitted by kindbladkindblad(270) 1 year, 1 month ago

This post tells you how to make your ASP.NET MVC website support friendly URLs by using dynamic routing and a SQL-Server database to store the routes. read more...

add a comment |category: |Views: 21

tags: another

Unit tests should be in the same project as the code under test(www.kindblad.com)

submitted by kindbladkindblad(270) 1 year, 3 months ago

This post talks about why we should put the unit tests in the same project as the code under test, instead of in a separate test project. read more...

add a comment |category: |Views: 12

tags: another

Why you should not use the ADO.NET Entity Framework(kindblad.com)

submitted by kindbladkindblad(270) 3 years, 4 months ago

Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. read more...

3 comments |category: |Views: 942

tags: another

How to write to the Windows event log using .NET(kindblad.com)

submitted by kindbladkindblad(270) 4 years ago

This post shows you how to write to the Windows event log using .NET. read more...

add a comment |category: |Views: 11

tags: another

How to store files in a MS-SQL Server database using ASP.NET(kindblad.com)

submitted by kindbladkindblad(270) 4 years, 1 month ago

This post shows you have to upload- and store a file in a MS-SQL Server database using ASP.NET. read more...

add a comment |category: |Views: 8

tags: another

Select random rows from a MS-SQL Server table(kindblad.com)

submitted by kindbladkindblad(270) 4 years, 1 month ago

How to select random rows from a MS-SQL Server table. read more...

add a comment |category: |Views: 34

tags: another

A script to search all the columns in a database for a given string(blog.kindblad.com)

submitted by kindbladkindblad(270) 4 years, 3 months ago

The given script lets you search through all the columns in a database for a given string. read more...

add a comment |category: |Views: 29

tags: another

Storing files on the disk vs database(blog.kindblad.com)

submitted by kindbladkindblad(270) 4 years, 3 months ago

Pros and cons for storing files on the disk vs database. read more...

add a comment |category: |Views: 6

tags: another