orizzonte

Stories kicked by orizzonte

Crazy Talk: Reducing ORM Friction(blog.wekeroad.com)

submitted by TazerTazer(360) 3 years, 6 months ago

Let's get this out of the way: I know you're going to think I'm nuts as you read this. You may "pfft" to what you're about to read - know that I know you're "pfft"-ing me. All I ask is that you consider what I'm about to suggest... read more...

1 comment |category: |Views: 471

tags: another

ProMesh.NET v2.0 RC1 is (finally) out(blog.activa.be)

submitted by activaactiva(2340) 3 years, 8 months ago

After months of writing documentation, the first release candidate of ProMesh.NET v2.0 has been released in the wild. ProMesh.NET is a powerful MVC framework for .NET 2.0 that has been around for a long time, but today it finally reached another important milestone. read more...

add a comment |category: |Views: 281

tags: another

nHibernate performance against stored procedures(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 10 months ago

A 5 part blogpost about the performance of a select statement done with ADO.Net using inline sql, and stored procedures (even some dynamic sql) and then nHibernate to get the same results. But this one has an alternate ending. read more...

6 comments |category: |Views: 515

tags: another

A good coding font makes a difference. Envy Code R, better than ever!(blog.activa.be)

submitted by activaactiva(2340) 4 years ago

Am I the only one who believes a great programming font can boost your productivity and increase your coding joy? Check out Damien Guard's superb new release of Envy Code R, my favorite coding font. read more...

9 comments |category: |Views: 998

tags: another

The problem(s) with value types(blog.activa.be)

submitted by activaactiva(2340) 4 years ago

Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types. read more...

1 comment |category: |Views: 326

tags: another

Wizards are evil(blog.activa.be)

submitted by activaactiva(2340) 4 years ago

Generated code is great... if it was generated by you,or you fully understand the generated code! Essentially, when you are using a code generator, you will be screwed at some point in the future. read more...

add a comment |category: |Views: 10

tags: another

Write more empty lines! They will be read!(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code. read more...

6 comments |category: |Views: 7

tags: another

LazyParser.NET v0.9.0 on CodePlex(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

A little sooner than expected, I decided to publish the source code for LazyParser.NET on CodePlex. LazyParser.NET is a lightweight C# expression parser that allows you to add late-bound expression parsing to your .NET applications. read more...

add a comment |category: |Views: 5

tags: another

Nullables with Reflection quickref(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Working with nullable types using reflection is not that hard, but sometimes you have to think about it for a bit or browse the help file before you can actually use it correctly. What I will list here is not rocket science, but it could be helpful to have all the nullable-related stuff in one short article. read more...

add a comment |category: |Views: 1

tags: another

LazyParser.NET almost complete(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

LazyParser.NET is a new light-weight open-source C# expression evaluator which allows you to add late-bound runtime expression parsing to your .NET application. read more...

1 comment |category: |Views: 12

tags: another

Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years, 4 months ago

Hot config for your Log4Net needs. read more...

1 comment |category: |Views: 61

tags: another

.NET web apps (and ProMesh.NET) on Linux (Mono)... "It just works"(blog.activa.be)

submitted by activaactiva(2340) 4 years, 8 months ago

I was a little curious about how ProMesh.NET (MVC Web Framework for .NET 2.0) would run on Mono (if at all) read more...

add a comment |category: |Views: 16

tags: another

How to add Google Maps to your .Net site in 10 minutes(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 9 months ago

Add Google Maps to your .Net website in 10 minutes. Full code to display a map with a marker & also geocoding (supply address in text & have the map display it). read more...

add a comment |category: |Views: 83

tags: another

The surprising behavior of "as" in C#(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

Type casting and the "as" operator are not the same in C#. Not by a long shot. read more...

add a comment |category: |Views: 142

tags: another

Three Easy Refactorings to Improve the Readability of Your Code(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

Here are three simple and quick ways to instantly improve the readability and overall quality of your code. read more...

add a comment |category: |Views: 6

tags: another

Robust ASP.NET control referencing in JavaScript(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

How to reference your controls in JavaScript by their true ClientID, so that changes in nesting and/or location won't break your client script. read more...

1 comment |category: |Views: 3

tags: another