baggyblack

Stories kicked by baggyblack

DisplayFusion - great free tool for multiple monitors(binaryfortress.com)

submitted by johnmanjohnman(1280) 4 years, 8 months ago

Not .Net specific but great if you have multiple monitors for coding (and if you don't then I recommend it). From the site : "DisplayFusion is a fantastic (and free) new application that can make your dual monitor (or triple monitor or more) life much, much easier! From allowing you to use a different wallpaper on each monitor, to integrating with Flickr for image searching, to providing hotkeys for managing your application windows." read more...

4 comments |category: |Views: 28

tags: another

ASP.NET Forums is gone and Community Server's not free (pietschsoft.com)

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

What happened to the download links for ASP.NET Forums on the www.asp.net website? As soon as Community Server 1.0 came out the links disapearred. I didn't really think of it at the time, but now that I want to set up a Forum I would like the old ASP.NET Forums. I just looked at the CommunityServer.org website and it doesn't even look like there is a free version anymore. The cheapest version is the Personal Edition and it costs $99! read more...

3 comments |category: |Views: 6

tags: another

Tip: Automating Dev, QA, Staging, and Production Web.Config Settings(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

"One of the questions I get asked fairly regularly is: 'how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?' The most common scenario for this is one where an application uses different database connection-strings for testing and production purposes." read more...

1 comment |category: |Views: 55

tags: another

Asynchronous Asp.net Page(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows how to implement Async Page in your real life projects read more...

2 comments |category: |Views: 34

tags: another

Edit your CSS code live in Internet Explorer and Firefox(litmusapp.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. This is like Firebug (CSS only) both in IE & Firefox. read more...

add a comment |category: |Views: 28

tags: another

Querying with LightSpeed(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 8 months ago

A short introduction to how queries are constructed when working with the domain modeling framework and O/R Mapper, LightSpeed. Worth checking out if you're not a fan of writing SQL by hand. read more...

add a comment |category: |Views: 17

tags: another

xUnit.net: new unit testing framework for .NET 2.0+(jamesnewkirk.typepad.com)

submitted by jwanageljwanagel(395) 4 years, 8 months ago

Jim Newkirk, father of NUnit 2.0, has released a new unit testing framework for .NET 2.0 and later, with source code hosted on CodePlex.com. read more...

add a comment |category: |Views: 13

tags: another

Customizing the .NET Common Language Runtime - Part 3(setfocus.com)

submitted by SetFocusSetFocus(510) 4 years, 8 months ago

In our previous code, we created a custom AppDomain manager which demonstrated that it was loaded by the CLR, but otherwise did nothing. We will now turn our attention to creating our first practical AppDomain manager. We wish to ensure that any code compiled in our small test application cannot do any damage to the system. One way to achieve this goal is to establish security limitations on the new AppDomain into which this code is loaded and executed. read more...

add a comment |category: |Views: 13

tags: another

SSMS Tools Pack - an add-in for SQL Management Studio 2005 is out (bet(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

SSMS Tools Pack is an Add-In (Add-On) for Microsoft SQL Server Management Studio 2005 and Microsoft SQL Server Management Studio Express 2005. It contains a few upgrades to the IDE that I thought were missing from Management Studio. read more...

2 comments |category: |Views: 81

tags: another

Reporting Exceptions through E-Mail (professionalaspnet.com)

submitted by docluvdocluv(1575) 4 years, 8 months ago

One of the terrible things we as developers have to deal with is unhandled exceptions, we all have them good and bad developers. The problem is that no matter how well thought out an application may be we will always have holes that we never anticipated. Unfortunately one day an end user will find it and our application will ungracefully blow up. This article is a simple error reporting routine to e-mail exception details. read more...

4 comments |category: |Views: 14

tags: another

Partial Rendering Misses AJAX Architectural Points(weblogs.asp.net)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

Dino Esposito on AJAX read more...

add a comment |category: |Views: 7

tags: another

ASP.NET AJAX Timer Trouble? Location is key.(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 8 months ago

An examination of the ASP.NET AJAX Timer control and how it's placement can dramatically alter the behavior of the control. read more...

1 comment |category: |Views: 10

tags: another

The Power of the Predicate<T>(randypatterson.com)

submitted by jsmithjsmith(160) 4 years, 8 months ago

The very flexible generic collection List<T> contains several methods that take a predicate as it's parameter. Coupled with Anonymous Methods this provides powerfully concise code for filtering, searching and sorting your collections. read more...

1 comment |category: |Views: 262

tags: another

Asp.net Ajax Web Service Security(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows an insecure way to secure your Web Service. read more...

add a comment |category: |Views: 161

tags: another

Why is .NET getting its ass kicked in social media?(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

Maybe I'm just not looking hard enough, but does it seem like .NET is getting blown out by PHP, JAVA, and even Ruby in terms of presence in social media outlets? read more...

5 comments |category: |Views: 2

tags: another