rjdudley

Stories kicked 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

Windows Azure Drive (aka X-Drive)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 3 months ago

With today’s release of the Windows Azure Tools and SDK version 1.1, also the Windows Azure Drive feature has been released. Announced at last year’s PDC as X-Drive, which has nothing to do with a well-known German car manufacturer, this new feature enables a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as a drive letter, such as X:, and enables easily migration of existing NTFS applications to the cloud. This blog post will describe the necessary steps to create and/or mount a virtual hard disk on a Windows Azure role instance. read more...

2 comments |category: |Views: 238

tags: another

Siaqodb launched(siaqodb.com)

submitted by cristoph1cristoph1(30) 2 years, 3 months ago

We just released first version of Siaqodb ready for production.Siaqodb is object database for .NET, Mono and Silverlight. As release notes: -automatic object schema refactoring: For example you design a class and at a certain point you want to add/change/remove members of that class, but you already had saved in DB objects with old Type definition. Now siaqodb support automatic change of objects stored in DB... read more...

add a comment |category: |Views: 16

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

Beyond SoundEx - Fuzzy Searching in MS SQL Server(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 4 months ago

In this post see how you can perform fuzzy deduping operations and fuzzy string matching by bringing the power of an open source string metric library (SimMetrics) into sql server read more...

1 comment |category: |Views: 579

tags: another

Finally released Comment Manager extension for BlogEngine.NET(cristianofino.net)

submitted by wolwerinewolwerine(25) 3 years, 9 months ago

I’m really pleased to announce that has been released an extension to editing ed managing comments on BlogEngine.NET. This extension is fully plug and play and it's not required any changes to core. read more...

add a comment |category: |Views: 20

tags: another

Visual Studio and Code Analysis (geekswithblogs.net)

submitted by sdormansdorman(1415) 3 years, 9 months ago

Even with the newest releases of StyleCop, FxCop, and Visual Studio 2008, there is still a lot of room for improvement in the suite of technologies and products that make up what should probably be termed “Microsoft Source Analysis”. read more...

add a comment |category: |Views: 12

tags: another

Who is afraid of ADC? - Introduction to AJAX Data Controls - Part II(dotnetslackers.com)

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

The suite of ADCs (AJAX Data Controls) has made a splash in the AJAX community. Of the four ADC controls, Gridview has attracted most of the attention, usage and questions. So how to use the ADC Gridview? read more...

add a comment |category: |Views: 13

tags: another

Add GeoURL Meta tags with GeoURL Extension(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 9 months ago

Add GeoURL Meta tags to your blog and build that local community spirit today! read more...

add a comment |category: |Views: 5

tags: another

DiscountASP.NET Launches SQL 2008 Hosting (500 MB)(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

DiscountASP.NET proudly announces the launch of Microsoft SQL 2008 hosting, available to all DiscountASP.NET customers as a new hosting add-on option in both US and UK datacenter locations. With the launch of SQL 2008 hosting, we introduce new SQL 2008 management tools in the control panel, including an on-demand SQL 2008 database backup tool, an automated SQL 2008 database restore tool, and an automated Attach MDF File tool. Customers can manage their SQL 2008 databases with Microsoft SQL Management Studio. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET Browsers Filter!!(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0 Let's say we have a button. We can decide what value will the properties have for different browsers!!! And we can do that with this way... read more...

1 comment |category: |Views: 364

tags: another

KickIt plugin for Live Writer on CodePlex(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 3 years, 9 months ago

New version of John Papa's KickIt plugin for Live Writer on CodePlex read more...

add a comment |category: |Views: 3

tags: another

GridView with Thumbnail Images – Part 2(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 9 months ago

Part 2 of this article will also generate the thumbnail image for the images stored in database and display it on the GridView. Like Part 1, when the user clicks on the thumbnail image displayed on the gridview it will display the full image, but inside a DIV tag on the same page instead of a popup, which gives a better user experience. read more...

add a comment |category: |Views: 80

tags: another