kindblad

Stories kicked by kindblad

Entity framework and nhibernate too complex? Say hello to FluentData. (fluentdata.codeplex.com)

submitted by alessandrokicksalessandrokicks(195) 3 months, 7 days ago

Are you tired of fighting with overly complex ORMs such as Entity Framework and NHibernate? Are you tired of poorly generated SQL or having to change your business objects to work with your ORM? Do you miss the power and performance of ADO.NET and SQL, but not the manual tedious work? If so FluentData might be the framework for you. FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data. read more...

1 comment |category: |Views: 364

tags: another

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