Harleyy

Stories kicked by Harleyy

The real reason SELECT * queries are bad: index coverage(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

Are SELECT * queries bad? Sure, everyone know that. But, why? read more...

2 comments |category: |Views: 19

tags: another

How to add a required validator to a CheckBoxList(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 10 months ago

The standard RequiredFieldValidator doesn't work with a CheckBoxList. Here is how to make a custom validator to accomplish the task. read more...

2 comments |category: |Views: 241

tags: another

jQuery: An open letter to non-Believers...(wanderinghorse.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

I'm sold. Be sure to check out the many jQuery plugins : http://jquery.com/plugins/. read more...

6 comments |category: |Views: 27

tags: another

What ASP.NET Developers Should Know About JavaScript(odetocode.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 10 months ago

This article approaches JavaScript from the perspective of an ASP.NET developer who is comfortable with the paradigms and patterns of either C# or Visual Basic. The article doesn't look at how to use JavaScript from ASP.NET exactly, but it does look at why JavaScript is so different from the two languages we commonly use with the .NET CLR. read more...

1 comment |category: |Views: 2

tags: another

Referential Integrity - Data Modeling Mistake 1 of 10(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 4 years, 10 months ago

Every decision you make before you write a line of code will significantly affect your project’s duration and the performance and maintainability of your application. Can your project afford one of these all too common data modeling mistakes? The first post in this series addresses reasons architects don't use referential integrity. And why they're wrong. read more...

add a comment |category: |Views: 26

tags: another

Getting with it: Test-Driven Development(blog.jagregory.com)

submitted by JGregoryJGregory(375) 4 years, 10 months ago

Introduction to Test-Driven Development, from a developer who should have learnt sooner. read more...

1 comment |category: |Views: 11

tags: another

BlogEngine.NET: Creating Themes Webcast(nyveldt.com)

submitted by madskristensenmadskristensen(8565) 4 years, 10 months ago

A really cool video tutorial on how to make custom themes for BlogEngine.NET. Good stuff read more...

add a comment |category: |Views: 59

tags: another

Interoperability Between WCF and WSE 3.0(devlicio.us)

submitted by jimmy.sjimmy.s(330) 4 years, 10 months ago

Windows Communication Foundation(WCF) services are wire-level compatible with Web Services Enhancements 3.0 (WSE) client. This theory is correct however it's not such easy as one can expect. This article presents issues on interoperability between WCF and WSE 3.0. read more...

2 comments |category: |Views: 73

tags: another

Programming Handbooks and Cheatsheets(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

Cheat sheets are useful one page document which you should print out and post it on the wall from of your eyes. It helps you to learn the subject more quickly, and saves your time. read more...

1 comment |category: |Views: 10

tags: another

Asp.net Model View Presenter example using PoCoRail(intrepidnoodle.com)

submitted by jafinjafin(80) 4 years, 10 months ago

A first look at PoCoRail, a new Model View Presenter framework for Asp.net. read more...

1 comment |category: |Views: 8

tags: another

19 Eponymous Laws Of Software Development(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

My favourite - Hofstadter’s Law: "A task always takes longer than you expect, even when you take into account Hofstadter’s Law." read more...

1 comment |category: |Views: 5

tags: another

Which version of Silverlight is installed on your browser?(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 4 years, 10 months ago

As you know Silverlight is currently available in 2 versions : v1.0 beta and v1.1 alpha. Right, so how do you know which version of Silverlight is installed on your browser (Win)? read more...

add a comment |category: |Views: 7

tags: another

Exceptions vs. Error codes with Services(blogs.msdn.com)

submitted by BrianRichardsBrianRichards(315) 4 years, 10 months ago

Brief examination of exceptions vs. error codes read more...

add a comment |category: |Views: 7

tags: another

Tools I use as a .Net Developer(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A listing of the different tools I use pretty much every day as a developer. read more...

1 comment |category: |Views: 6

tags: another

SubSonic, ObjectDataSource, Paging, and you!(kevinisom.net)

submitted by kevnzkevnz(858) 4 years, 10 months ago

How to implement paging with the Controllers generated by SubSonic. Corrected URL read more...

3 comments |category: |Views: 335

tags: another

Ruby.NET moves to open source community model(infoq.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

"As heralded previously, we are now ready to move to a new open source community model. While we at QUT will continue to be heavily involved in the project, we plan to transfer full control and ownership of the project to the open source community. To signify this new beginning, the new project will be named simply "Ruby.NET" (rather than "Gardens Point Ruby.NET") and a new licence agreement will be developed (by the community). A source code repository will be created external to QUT that will be directly assessable to developers in the community to make contributions." read more...

3 comments |category: |Views: 2

tags: another