DarrenFieldhouse

Stories submitted by DarrenFieldhouse

Reversing assignment statements with Find and Replace in VS 2010 (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 1 year, 8 months ago

A cool trick for swapping an assignment statement around just using the find and replace dialog. read more...

1 comment |category: |Views: 106

tags: another

Designer resources for Developers (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 2 years ago

Some useful resource to help with the design of web pages read more...

add a comment |category: |Views: 4

tags: another

A new interface for mobile phones(blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 2 years, 11 months ago

Thoughts on how a mobile phone's camera could be used to create a point and click interface (without a touch screen). read more...

add a comment |category: |Views: 8

tags: another

WebDev.WebServer.exe not responding to requests (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

An update from Microsoft breaks the Visual Studio 2008 development web server read more...

add a comment |category: |Views: 71

tags: another

Debugging Attributes (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

A walk through of how to use a couple of debugger attributes to improve the way your classes are displayed in data tips within the debugger. read more...

add a comment |category: |Views: 8

tags: another

Sample data for any application(blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 2 months ago

Blog post about a tool for generating sample data in a user defined format read more...

add a comment |category: |Views: 15

tags: another

New Features in VB.NET 10 (.NET 4.0) (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

A summary of what's coming in VB.NET 10... read more...

add a comment |category: |Views: 782

tags: another

Incredibly flexable test data generator(dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

This test data generator will generate names, address, random text, guid's, numbers. You name it - it does it. The powerful description language allows you to generate the data in your format, e.g. XML, CSV, SQL Insert statements or anything else. read more...

add a comment |category: |Views: 33

tags: another