Vort3X

Stories kicked by friends of Vort3X

Re-throwing an exception in .NET; the right way.(blog.dotnetclr.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 5 months ago

This is one of those "Yeah I've always seen people use it differently but I don't know why!" questions. Re-throwing exceptions can be misused, although it may not cause any harm to your application - there are multiple ways of re-throwing an exception, most likely for the purpose of bubbling it up to a higher level. Note to Java developers: It is different in your world. read more...

add a comment |category: |Views: 9

tags: another

Easy browsing of public subversion repositories.(subversionreports.googlecode.com)

submitted by grenadegrenade(85) 4 years, 5 months ago

Subversion Reports is an open source ASP.Net application capable of browsing and displaying stats for any URL-accessible subversion repository. It makes it easy to see at a glance who has been committing code to the repository as well as what was committed or changed. The project is under active development and a demonstration is available at: http://www.subversionreports.org/ The project is also actively seeking contributors and developers to help expand the functionality and feature set. read more...

add a comment |category: |Views: 22

tags: another

Get a free copy Visual Studio 2008 Pro - REALLY!(hanselman.com)

submitted by whoisvaibhavwhoisvaibhav(1000) 4 years, 5 months ago

Its not very straightforward and not everyone may be able to get it, but MS is going to give full Visual Studio 2008 Pro licenses to those who attend any of the events that it is organizing. Its that simple. read more...

14 comments |category: |Views: 859

tags: another

10 Tips for a happy upgrade to Visual Studio 2008 RTM(weblogs.asp.net)

submitted by reteepreteep(739) 4 years, 5 months ago

Jon Galloway puts together a nice summary for updating Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. This can save you a couple of headaches if you read it before upgrading! read more...

1 comment |category: |Views: 5

tags: another

DotNetKicks Plugin for Wordpress and Live Writer(remy.supertext.ch)

submitted by rblaettlerrblaettler(275) 4 years, 5 months ago

This is exactly what I was waiting for. A plugin into Windows Live Writer that creates a DotNetKicks Button. Lucky for me it works together with Wordpress. read more...

1 comment |category: |Views: 8

tags: another

SubSonic + ObjectDataSource = less code(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

Use a base class for all your SubSonic controllers and have automatically SQL paging, SQL sorting and filtering of your data through a search criteria. All this decoupled from your aspx or your controls in a nice controller class. read more...

3 comments |category: |Views: 388

tags: another

How to: Create fluid with/height DIV layers with rounded corners(blog.josh420.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 5 months ago

Nice instructable on how to create a DIV that has rounded, alpha blended corners that resizes with its content. Uses Paint.NET. read more...

19 comments |category: |Views: 288

tags: another

Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Downl(weblogs.asp.net)

submitted by simonechsimonech(10.1k) 4 years, 5 months ago

Finally the Silverlight 1.1 Tools available also for VS2008 RTM... still alpha though read more...

add a comment |category: |Views: 23

tags: another

Real World Interfaces in C#(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 5 months ago

A basic example of how you can use Interfaces read more...

1 comment |category: |Views: 138

tags: another

JavaScript Minifier Utility Posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 6 months ago

I've posted a quick and dirty JavaScript minifier utility based on Douglas Crockford's Java Script Minifier that minifies JavaScript by stripping comments and whitespace. The utilty provides both GUI and Command line operation with a few options for string or file conversion and batch operation. Provided with source code. read more...

6 comments |category: |Views: 52

tags: another

De-crapify your code base with AOP using PostSharp(milkcarton.com)

submitted by akcoderakcoder(830) 4 years, 6 months ago

How to remove all the code thats irrelevant to what your trying to do, to make your code base easier to grok. read more...

add a comment |category: |Views: 27

tags: another

Foundations of Programming - Part 1 - Introduction(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 6 months ago

The first in a serie of must-read articles. read more...

add a comment |category: |Views: 1

tags: another

MSSQL SERVER 2008 New Features for Developers(dogaoztuzun.com)

submitted by UnquaLeUnquaLe(375) 4 years, 6 months ago

MSSQL SERVER 2008 New Features for Developers read more...

1 comment |category: |Views: 19

tags: another

A Physics Engine for XNA, Silverlight and .NET(codeplex.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

Farseer is a free 2D physics engine to use in your XNA, Silverlight or.NET projects. It allows you to easily add multiple collision algorithms as well as a number of dynamic interactions from joints to fluid drags. read more...

4 comments |category: |Views: 255

tags: another

SQL Server Best Practices -links in TechNet(technet.microsoft.com)

submitted by JemmJemm(9604) 4 years, 6 months ago

Get the real-world guidelines, expert tips, and rock-solid guidance to take your SQL Server implementation to the next level. These SQL Server best practices draw on the extensive experience and expertise from respected developers and engineers at Microsoft, who walk you through the specifics on solving particularly difficult issues. read more...

add a comment |category: |Views: 6

tags: another

ASP.Net MVC Framework - Security (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

Roles to the rescue. read more...

add a comment |category: |Views: 15

tags: another