ezweb

Stories kicked by ezweb

Negative Attitudes are a Cancer to Successful Teams(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 10 months ago

Team members with a negative attitude are thieves, robbing the team of its potential, its moral, and often its success. read more...

add a comment |category: |Views: 303

tags: another

Visual Studio Smart Tag Expansion Tip(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

I used to find the smart tag really annoying in Visual Studio because it is such a small target to hit with the mouse. Silly me, trying to expand a smart tag with a mouse. When you highlight the tag with your mouse, it tells you that the keyboard combination of ALT + SHIFT + F10 will expand the menu. read more...

add a comment |category: |Views: 146

tags: another

ASP.NET and Performance(blogs.msdn.com)

submitted by tom24tom24(1100) 3 years, 11 months ago

Perfmon and ASP.NET and where to get information on what counters to look at, etc. read more...

add a comment |category: |Views: 17

tags: another

Setting Up Compression with IIS 6.0(professionalaspnet.com)

submitted by docluvdocluv(1575) 3 years, 11 months ago

One of the most commonly missed features of setting up a web server is configuring compression. All modern Browsers support both GZip and Deflate compression for content. All commercially viable web servers support GZip and Deflate compression types. IIS is no different. The reason many miss this feature is you have to configure it the way you need it to work in order for it to work. I am going to cover configuring compression in IIS 6 in this entry. read more...

add a comment |category: |Views: 11

tags: another

Alt.NET Podcast Episode 5: Dependency Injection and Inversion of Contr(altnetpodcast.com)

submitted by blowmageblowmage(455) 3 years, 11 months ago

Part one of a two part discussion with Nate Kohari and Brad Wilson on Dependency Injection and Inversion of Control containers. read more...

1 comment |category: |Views: 242

tags: another

Sorting in Generic List(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 11 months ago

With the introduction of 2.0 framework we got so many new useful features that makes our development ease in our applications. Generic list is one of such feature which we can use for creating a collection of similar objects. We can create our collection with generic List, where T can be our BO, which can be strongly typed. read more...

add a comment |category: |Views: 20

tags: another