bahadorn

Stories kicked by bahadorn

Timesaving CSS Tools for ASP.Net Developers(lukencode.com)

submitted by lukenlowreylukenlowrey(288) 2 years ago

A couple of tools for making web designer less painful for developers. Includes Blueprint a css framework, Bundler combine and minify and LESS CSS. read more...

add a comment |category: |Views: 663

tags: another

Reporting in NoSQL(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

One question that comes up a lot in conversation, however, is “dude what about reporting – you can’t do that with NoSQL very well now can ya?” and the answer is “yes, correct. You can’t”. As with all things programming: right tool for the right job. read more...

add a comment |category: |Views: 311

tags: another

Don't use Response.End() with OutputCache(west-wind.com)

submitted by bahadornbahadorn(340) 3 years ago

Very good post about OutputCache in APS.NET read more...

add a comment |category: |Views: 28

tags: another

Castle Windsor 2.0 RTM Released!(ayende.com)

submitted by LordLord(3737) 3 years ago

Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won’t find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn’t really fit, and go directly to 2.0 read more...

add a comment |category: |Views: 343

tags: another

Kona: Continuous Integration and Better Unit Testing(blog.wekeroad.com)

submitted by johnrummelljohnrummell(1321) 3 years, 1 month ago

In this screencast Rob Conery and Brad Wilson talk about continuous integration with TeamCity, Unit Testing with xUnit and TDD in general. "This screencast went from a simple idea – talking to Brad Wilson about better Unit Testing – to some pretty broad topics such as source control, unit testing, and continuous integration. I seriously could have written a whole book based on the stuff flying through my mind. I reigned it in a bit and decided to focus on two things that I don’t think get enough press: writing a good Unit Test coupled with Continuous Integration." read more...

add a comment |category: |Views: 239

tags: another

10 Best Libraries for generating PDF Files(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 1 month ago

Today we are presenting collection of 10 best libraries for generating PDF files. read more...

add a comment |category: |Views: 686

tags: another

5 Useful SQL Server Scripts(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Collection of 5 useful scripts for SQL Server. read more...

add a comment |category: |Views: 782

tags: another

Introducing TFSPlus(coolthingoftheday.blogspot.com)

submitted by bahadornbahadorn(340) 3 years, 2 months ago

TFSPlus is an Addin for Visual Studio that provides developers with useful extensions for performing Source Control operations against Team Foundation Server. read more...

add a comment |category: |Views: 28

tags: another

DDD: Specifications, Language, and Locality(codebetter.com)

submitted by bahadornbahadorn(340) 3 years, 5 months ago

A good article about a "where to put this code?" situation that comes very often in our programs. read more...

add a comment |category: |Views: 13

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

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

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

Static Singletons for ASP.NET Controls(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 10 months ago

When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. read more...

add a comment |category: |Views: 17

tags: another

Some concepts to know before you use an IoC tool(codebetter.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

The baseline understanding required to effectively implement dependency injection read more...

add a comment |category: |Views: 272

tags: another

Quick Notes About My Exprience with LiveMesh(bahadorn.blogspot.com)

submitted by bahadornbahadorn(340) 3 years, 11 months ago

Some quick observations about LiveMesh from a user's perspective read more...

add a comment |category: |Views: 0

tags: another

Levels of Enthusiasm(west-wind.com)

submitted by dcrennadcrenna(1355) 3 years, 11 months ago

A good summary on the various manic states of development. read more...

3 comments |category: |Views: 380

tags: another

The Open Closed Principle(msdn2.microsoft.com)

submitted by bahadornbahadorn(340) 3 years, 11 months ago

The first installment of a new MSDN Magazine column by Jeremy Miller. read more...

add a comment |category: |Views: 393

tags: another