Discipline

Stories kicked by Discipline

Not doing TDD is worst than doing it wrong in the beggining.(codebetter.com)

submitted by stefanescu.dragosstefanescu.dragos(150) 3 years, 8 months ago

Check this out, and make a learn from it. read more...

2 comments |category: |Views: 574

tags: another

Logging to the Database with Log4Net and ADO.Net(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 8 months ago

A short screencasts on performing logging to the Database with Log4Net and ADO.Net read more...

add a comment |category: |Views: 334

tags: another

Changing Your Garbage Collector Settings on the Fly(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 8 months ago

.NET 3.5 and 2.0 SP1 jointly included a new feature which lets you programmatically manipulate the way your garbage collector acts. This can be done through changing the value of a new property of the System.Runtime.GCSettings class named LatencyMode. In this article I will walk you through this new property and the different effects of each of it's possible settings. read more...

add a comment |category: |Views: 256

tags: another

Visual Studio Tip: Split Views(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

3 comments |category: |Views: 810

tags: another

Clone Detective for Visual Studio(codeplex.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

add a comment |category: |Views: 546

tags: another

7 principles of clean and optimized CSS code(smashingmagazine.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...

add a comment |category: |Views: 428

tags: another

40 CSS/JS Styling and Functionality Techniques(noupe.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

Designing effective web forms isn’t easy, as we need to figure out more practical styling and functionality techniques to provide a great user experience. Recently there have been a number of noteworthy techniques such as styling different form fields, live validation, Context highlighting, trading options from field to another, slider controls and more - using CSS and different Javascript libraries. Below we present findings of search to more than 40 tutorials and demos to showcase the capabilities and robustness of CSS and Javascript. read more...

add a comment |category: |Views: 439

tags: another