rjdudley

Stories submitted by rjdudley

jQuery Templates Talk Slides and Code(stephenwalther.com)

submitted by rjdudleyrjdudley(1465) 1 year, 1 month ago

The slides and code from the talk given at DevConnections March 2011. read more...

add a comment |category: |Views: 3

tags: another

Review: Laplink PCMover Windows 7 Upgrade Assistant(rjdudley.com)

submitted by rjdudleyrjdudley(1465) 2 years, 7 months ago

An in-place upgrade from Windows XP to Windows 7 is not a path supported by Microsoft, but Laplink has a utility that allows you do this. My overall experience was that the tool is easy to use and works very well. There were a couple of hiccups I found, which are detailed in the post. read more...

add a comment |category: |Views: 485

tags: another

Getting Started with TDD using MbUnit and C# and VB.NET(rjdudley.com)

submitted by rjdudleyrjdudley(1465) 2 years, 11 months ago

An introductory article into Test Driven Development using MbUnit/Gallio, with examples in both C# and VB.NET. read more...

add a comment |category: |Views: 52

tags: another

Rectangles, Temporary Tables and Table Variables(rjdudley.com)

submitted by rjdudleyrjdudley(1465) 3 years, 3 months ago

A brief braindump of optimizing queries using table variables or temporary tables. read more...

add a comment |category: |Views: 8

tags: another

Cheap offsite version control(rjdudley.com)

submitted by rjdudleyrjdudley(1465) 3 years, 3 months ago

If you’re any sort of developer, one of the most important tasks you can do is secure your code—not just keeping a good version history, but also keeping the code in a safe place in case your computer fails or house is destroyed. Most of us have a hosting plan which we use to tinker and host our own personal stuff. Mine has far more disk space than I’m likely to use, plus the drives are backed up and securely located—just the kind of thing you need for your source code. read more...

add a comment |category: |Views: 18

tags: another

Turning a Linksys WRT54GL Router Into a VPN Server(rjdudley.com)

submitted by rjdudleyrjdudley(1465) 4 years, 3 months ago

Ever need that spec document or need to check into Subversion when you're at home? I find myself in that situation often, and the best way to access the office is via VPN. Using a Linksys router, the open source DD-WRT firmware and OpenVPN client, I now have a full featured VPN appliance. Setup was a little convoluted, so I've posted the process I went through to make this happen. read more...

add a comment |category: |Views: 652

tags: another

SqlDataSource and AJAX Reorder List from Codebehind(willasrari.com)

submitted by rjdudleyrjdudley(1465) 4 years, 3 months ago

How to use a SQL Data Souce with the ASP.NET Ajax Reorder List control read more...

add a comment |category: |Views: 391

tags: another

Review: dtsdoc and dbdesc(aspalliance.com)

submitted by rjdudleyrjdudley(1465) 4 years, 5 months ago

Sister products dtsdoc (for documenting SQL Server 2000 DTS packages) and dbdesc (for documenting schemas of several database products) are reviewed, with a complete waklthrough or using them and the data produced. read more...

add a comment |category: |Views: 1

tags: another

Using XSLT to Transform XML Using ASP.NET(aspalliance.com)

submitted by rjdudleyrjdudley(1465) 4 years, 6 months ago

This article gives a brief introduction on XML, XSLT and provides a step-by-step procedure on how XML can be transformed using ASP.NET with the help of code samples in C#. read more...

add a comment |category: |Views: 14

tags: another

Creating Custom Configuration Sections In ASP.NET(singingeels.com)

submitted by rjdudleyrjdudley(1465) 4 years, 7 months ago

Get more out of your web.config by creating custom config sections. This article is a very clear and concise example. read more...

add a comment |category: |Views: 5

tags: another

Windows Update takes TV Station Off Air(post-gazette.com)

submitted by rjdudleyrjdudley(1465) 4 years, 7 months ago

Doh! Moments before WPXI was to go on-air for their noon news from their brand new $30 million studio, a Windows Update glitch took the station offline for most of the afternoon. read more...

1 comment |category: |Views: 0

tags: another

Learn the Basics of LINQ(singingeels.com)

submitted by rjdudleyrjdudley(1465) 4 years, 7 months ago

A very simple introduction to LINQ, with brief code examples. read more...

add a comment |category: |Views: 131

tags: another

Database Drivers not provided by Microsoft(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 4 years, 7 months ago

Where to find .NET drivers for Oracle, MySQL, SQLite 3 and nHibernate. read more...

add a comment |category: |Views: 3

tags: another

Standard Reports in SQL Server Management Studio(blogs.msdn.com)

submitted by rjdudleyrjdudley(1465) 4 years, 7 months ago

In the first of a series, Buck Woody lists the standard reports in SSMS 2005,and there are many! These are DBA-type reports, detailing performance, usage, errors, blocking, etc. read more...

1 comment |category: |Views: 1

tags: another

Using Local Microsoft SQL Server Reporting Services in ASP.Net (magmamu.blogspot.com)

submitted by rjdudleyrjdudley(1465) 4 years, 11 months ago

A quick example of using the local (embedded) SQL Server Reporting Services in VS 2005 and SQL Server 2000. This example uses datasets and cross-page postbacks, and passing parameters to the report. read more...

add a comment |category: |Views: 12

tags: another

SubSonic Green Screen Challenge(blog.wekeroad.com)

submitted by rjdudleyrjdudley(1465) 5 years ago

Rob needs help with suggestions to build a real-world app and demonstrate just how awesome SubSonic is. read more...

1 comment |category: |Views: 5

tags: another