bluevoodoo1

Stories kicked by bluevoodoo1

Firebug for IE,Safari,Chrome and Opera(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 7 months ago

Firebug is certainly one of the main assets for web development available. I know that is the plugin of choice for many others. An undesirable side effect of Excellent Firebug is that other similar tools for other browsers pale in comparison and seem inferior.You can use firebug in any other browser by following these steps: read more...

5 comments |category: |Views: 534

tags: another

What software/hardware has your Employer Gotten for YOU?(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 2 years, 9 months ago

title says it all read more...

add a comment |category: |Views: 5

tags: another

Unit Test a DataReader with NUnit, Moq and Stubs(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years ago

This post will allow you to unit test objects that have a dependency on a SqlDataReader by mocking/stubbing a data reader. read more...

add a comment |category: |Views: 210

tags: another

Multi/Dual Monitor Visual Studio Settings(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Following up to personalising Visual Studio (I covered theming the VS IDE with the Visual Studio Desert Nights Theme not too long back), I’d like to offer the settings I run on a dual monitor setup for Visual Studio to, I believe enhance productivity and gives you easier access to common tasks. read more...

add a comment |category: |Views: 932

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

Yet another Singleton Yada-Yada(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

Using a static-constructor in a singleton, affects it's laziness. Here's a generic singleton that is thread-safe using a static-constructor, and still lazy. read more...

add a comment |category: |Views: 465

tags: another

Life is like Code, you never know what you will create next(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 5 months ago

Appreciate the Beauty – Code can be amazingly beautiful. It can be written in five lines to express what could also be written in 20 lines. When I write beautiful code, I will often take a moment to step back and realize what I have just done. You need to do this in life as well. When you complete something that took a long time, step back and appreciate your time spent. read more...

add a comment |category: |Views: 14

tags: another

Log4Net Config to Make Your Log4Net Loggin' Kickin' [Part 2] | From C (csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 5 months ago

write your log4net config in code, read more...

add a comment |category: |Views: 16

tags: another

The Magic Behind MVP / MVC Frameworks(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 5 months ago

One of the things I learned at DevConnections 08 is the magic behind ASP.NET MVC... read more...

add a comment |category: |Views: 15

tags: another

Why Good Developers Are Not Getting 10 times the Pay?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

The productivity gap between the good developers and the bad ones can be very huge. But why good developers are not getting significantly more than the bad ones? read more...

3 comments |category: |Views: 881

tags: another

Create a CSV File from a .NET Generic List(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 5 months ago

Method for generating a csv file from a generic list. read more...

1 comment |category: |Views: 255

tags: another

Moving ASP.NET Hidden Fields to the Bottom - The EASY Way(leedumond.com)

submitted by leedumondleedumond(2144) 3 years, 5 months ago

Perhaps you've seen complex solutions for moving ASP.NET-generated hidden fields (__EVENTVALIDATION, __EVENTTARGET, __EVENTARGUMENT, etc...) to the bottom of the form. Forget it. Here's the easy way to do it -- in a single line of code. read more...

add a comment |category: |Views: 39

tags: another

Configure log4net for Excel or LogParser friendly output(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 6 months ago

log4net is a great logging framework, but parsing the output using standard tools can be difficult. This handy article shows you a few tweaks you can make to your configuration so that your output can be read by most tools. read more...

add a comment |category: |Views: 668

tags: another

Are you going to DevConnections Las Vegas 2008?(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 6 months ago

Well... are you? read more...

add a comment |category: |Views: 4

tags: another

Write C# Code in your NAnt Build File | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 8 months ago

An example of a C# method inside your NAnt build file. read more...

add a comment |category: |Views: 19

tags: another

OWASP AppSec NYC 2008 | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 3 years, 8 months ago

Who's going to OWASP AppSec NYC 2008? read more...

add a comment |category: |Views: 4

tags: another