rogerd

Stories kicked by rogerd

Using Live Mesh to keep your RoboForms Passcards synchronized(rogerdickeyjr.com)

submitted by rogerdrogerd(120) 3 years, 10 months ago

How to keep your RoboForm passcards synchronized between multiple computer using MS Live Mesh read more...

add a comment |category: |Views: 5

tags: another

inline asp.net tags... sorting them all out (<%$, <%=, <%, <%#, etc.)(naspinski.com)

submitted by stupidstupid(300) 4 years, 2 months ago

There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... read more...

3 comments |category: |Views: 963

tags: another

10 Podcasts Every Developer Should Listen To(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

A list of 10 developer related podcasts, some popular and some rather obscure, ranging in topics from Agile tenets to Architecture best practices. A list I hope everyone will discover at least a few new gems to listen to. read more...

1 comment |category: |Views: 23

tags: another

Copying and pasting rectangular blocks of code in Visual Studio and Ma(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 6 months ago

Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names! read more...

4 comments |category: |Views: 15

tags: another

Windows Cardspace Contest(blogs.msdn.com)

submitted by rogerdrogerd(120) 5 years ago

Add support for Information Cards and Windows CardSpace to your website to win some cool prizes. read more...

add a comment |category: |Views: 1

tags: another

Free Day of Patterns and Practices in Tampa, FL(pnpguidance.net)

submitted by rogerdrogerd(120) 5 years ago

Join new and experienced Microsoft winform and web developers for a day long FREE Developer Event. read more...

add a comment |category: |Views: 0

tags: another

Visual Studio "Orcas" BETA VPC Download(microsoft.com)

submitted by rogerdrogerd(120) 5 years ago

Download the base VPC image plus 8 parts to the Orcas beta. read more...

add a comment |category: |Views: 5

tags: another

Post Build Deployments with MSBuild(brennan.offwhite.net)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

MSBuild is a powerful tool for automation but as the name implies, it is a tool primarily for compiling code. Beyond the initial build MSBuild can also be used in preparation for deployments. To assist with the deployment of websites Microsoft produced Web Deployment Projects which carry out a series of tasks to build a website with the option to replace configuration sections which is a very useful feature. Once I have compiled a project I have multiple deployment targets so I wanted to just reconfigure a project in preparation for a deployment and I found a good way get this done outside of a web deployment project. read more...

add a comment |category: |Views: 97

tags: another

"Clean Sources" utility(wiki.shahine.com)

submitted by rogerdrogerd(120) 5 years, 4 months ago

This Application does one thing. It adds an explorer shell menu to folders that when selected will recursively delete the contents of the bin, obj and setup folders. If you have a .NET project that you wish to share with some one, this is useful to remove the unnecessary stuff from the folder before you zip it up and send it off. read more...

add a comment |category: |Views: 6

tags: another