karl

Stories kicked by karl

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

ASP.NET Performance - Nginx(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

Karl explains how to set up Nginx to work with your ASP.NET sites. read more...

add a comment |category: |Views: 483

tags: another

ASP.NET Performance - Part 3 - Cache Busting(codebetter.com)

submitted by karlkarl(265) 2 years, 4 months ago

Creating dynamic links based on file hashes to leverage far reaching expiry headers without sacrificing updatability. read more...

1 comment |category: |Views: 290

tags: another

Kobe - Oh Dear Lord Why?!(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 1 month ago

Karl Seguin weighs in on the latest MS ASP.NET MVC sample app read more...

add a comment |category: |Views: 406

tags: another

The Bare Minimum (codebetter.com)

submitted by themortalcoilthemortalcoil(105) 3 years, 2 months ago

When it comes to project management, I tend to favor the less-is-more approach... read more...

1 comment |category: |Views: 328

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

Compressing JS files as part of your build process(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did read more...

1 comment |category: |Views: 382

tags: another

Back to Basics: Delegates, Anonymous Methods and Lambda Expressions(codebetter.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 5 months ago

Great article on .NET basics read more...

add a comment |category: |Views: 783

tags: another

MVC: TextBoxFor(u => u.Name) - Unleash the power(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

I figured I'd share my implementation of something Chad and Jeremy talked about: the TextBoxFor control. Now I don't know exactly how they implemented their version, and mine just provides the necessary basis to get started, but hopefully it'll help people bake some of this goodness within their own code. read more...

add a comment |category: |Views: 880

tags: another

Foundations of Programming - Learning Application(codebetter.com)

submitted by carcercarcer(240) 3 years, 10 months ago

If you're anything like me, you probably learn a lot better by going through code rather than reading books. I'm happy to release the Foundations of Programming Learning Application - it's a complete solution meant to show what was covered in the Foundations series. read more...

add a comment |category: |Views: 419

tags: another

Foundations of Programming Ebook(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 11 months ago

Covering the basics of good programming. read more...

3 comments |category: |Views: 353

tags: another

Fantastic NHibernate Overview from Karl Seguin(codebetter.com)

submitted by btompkinsbtompkins(445) 4 years, 4 months ago

Great overview of NHibernate from Karl at CodeBetter.Com. He goes over everything you need to know to get started integrating NHibernate into your projects read more...

add a comment |category: |Views: 405

tags: another

Foundations of Programming Part 2: Domain Domain Domain(codebetter.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Karl explores foundation design techniques and strategies in the 2nd installment of his Foundation Series read more...

add a comment |category: |Views: 6

tags: another