Skeezics

Stories kicked by Skeezics

Best practices for creating websites in IIS 6(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

Working with other colleagues, I found these C# syntaxes are still not well-known and used read more...

4 comments |category: |Views: 1236

tags: another

JQuery, the very very basics - Lesson 2(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

So it is nice to be able to use a combination of JQuery selectors to grab an array of elements, however, it would be better if we know how to inspect them one by one and operate on them. read more...

1 comment |category: |Views: 351

tags: another

MVC vs. MVP: A Hillbilly's Journey(codebetter.com)

submitted by adminjewadminjew(1490) 3 years, 8 months ago

Yes, I know you've read this before so stop rolling your eyes and skip it if you're not interested. I'm not coming at this from the perspective of an expert imparting knowledge but as a hillbilly who has ignored the question too long. And now that I have to dive into it for the book, all the vagueness that I've been able to shunt aside to a little corner of my brain has surfaced like a long-lost brother beggin' for college money. read more...

add a comment |category: |Views: 406

tags: another

ASP.NET MVC Preview 5 and Form Posting Scenarios (weblogs.asp.net)

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

Another epic post by The Gu read more...

2 comments |category: |Views: 198

tags: another

Completely Scripting a SQL Server Database(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

add a comment |category: |Views: 384

tags: another

12 Unit Testing Tips for Software Engineers(readwriteweb.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"In this post we look at a dozen unit testing tips that software engineers can apply, regardless of their programming language or environment." read more...

add a comment |category: |Views: 570

tags: another

Free Visual Studio File Explorer Add-in(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. read more...

add a comment |category: |Views: 638

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

Using CSS to Do Anything: 50+ Creative Examples and Tutorials(noupe.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...

add a comment |category: |Views: 681

tags: another

25 Resources for Tuning Your .NET Application Performance(effectize.com)

submitted by YuraYura(995) 3 years, 10 months ago

A great list of resources, including MSDN links, guides, .NET blogs and how tos about improving .NET performance. read more...

add a comment |category: |Views: 836

tags: another

Source Control and Continuous Integration On The Cheap(blog.wekeroad.com)

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

Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours! read more...

add a comment |category: |Views: 25

tags: another

ASP.NET MVC: Choosing Your Data Access Method(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 5 months ago

Rob Conery discusses the pros and cons of using Linq To Sql, SubSonic, and NHibernate with MVC (and ASP.NET in general). read more...

add a comment |category: |Views: 21

tags: another

NAnt Starter Series(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

A series of articles that will walk you through the layout of your project directory, compiling your projects and test projects with NAnt, as well as dealing with multi-developer scenarios (regarding databases). read more...

add a comment |category: |Views: 52

tags: another