|
|
Stories recently tagged with 'CodeBetter'
|
|
submitted by
xtremebiz
6 months, 15 days ago
codeforeternity.com — You must have come across plenty of articles on the internet which talk about using the StringBuilder class when computing large strings for performance gains. Nothing wrong with that. However I have not seen many coders using the Initial Capacity constructor of the StringBuilder class which can further result in EXTREME PERFORMANCE. read more...
|
|
tags:
CodeBetter, string, Tips, Performance | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xtremebiz
7 months, 7 days ago
codeforeternity.com — 18 cool Extension Methods to for cleaner data access using the DataReader class. Cut down your data access code by using these 18 Extension Methods. Full source code available for download :-) read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
.net3.5, ADO.NET, 3.5, C#, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
xtremebiz
7 months, 25 days ago
codeforeternity.com — Excellent hack to make Non Themeable properties of ASP.NET controls Themeable. After learning this hack, you would be able to set the Display and the ValidationExpression properties of the RegularExpressionValidator control directly from a Skin file !!! Even the MaxLength property of a TextBox. Would it not be cool to validate all email addresses across your website through a single Skin file ??? read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
Tricks, CodeBetter, ASP.NET, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eyad.salamin
1 year, 1 month ago
codebetter.com — Productivity is the magic word after which all tools, practices and patterns are heading. This article gives hints on how to enhance the productivity of a developer. Recommended for every IT Manager read more...
add a comment
|
category: Other | Views: 1
|
|
tags:
KarlSeguin, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
buildmaster
1 year, 3 months ago
codebetter.com — There are reasons for either of the three choices, but we technologists often fail to actually make a choice as much as we choose not to choose for not being even aware of our choices. How do you know that you're using the best, most productive tools? read more...
add a comment
|
category: Patterns | Views: 1
|
|
tags:
CodeBetter, ALT.NET, MonoRail, RubyOnRails | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
Haacked
1 year, 8 months ago
codebetter.com — Jeremy Miller of CodeBetter blogs writes that you may end up with more unit test code than production code, but that's fine. Remember, production code is way harder to write than test code. Test methods are each isolated units that don't have dependencies on each other, like production methods do. read more...
|
|
tags:
Testing, JeremyMiller, CodeBetter, UnitTesting | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
dalziel
1 year, 9 months ago
codebetter.com — Composite keys (multi column primary keys) make any kind of Object/Relational mapping and persistence in general harder. Life is so much easier with surrogate keys. You can always make unique constraints where it's necessary. read more...
1 comment
|
category: Database | Views: 0
|
|
tags:
CompositeKeys, CodeBetter, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
gavinjoyce
1 year, 11 months ago
codebetter.com — "Developer metrics are hard. We all know this. Development is part science, part logic, and part creativity. As such, it is difficult to measure how well your developers are doing their jobs. Personally, on my teams I tend to manage by results. If the releases are on time and of sufficient quality, I'm a pretty happy guy. How do I measure quality, you ask? Well I'm about to show you how I've done it on teams I'm leading." read more...
add a comment
|
category: Open Source | Views: 1
|
|
tags:
metrics, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 1 month ago, submitted by
gavinjoyce
2 years, 1 month ago
codebetter.com — Poorly handled exceptions might speak volumes about someone's coding abilities, but it's string concatenation that's a sure bet to kill a programs readability (thus maintainability). Everyone knows that they should use StringBuilder's for better performance when concatenating a lot, but to improve maintainability, string.format is king! read more...
|
|
tags:
String.Format, TipsAndTricks, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|