mike6024

Stories kicked by mike6024

From Developer to Technical Manager(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 1 month ago

Organizations with an outdated organizational structure have got to wake up and change before it’s too late. They will either lose or ruin their people. Either way, the company loses because people are the company. read more...

add a comment |category: |Views: 7

tags: another

Confessions of a Software Developer(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 3 months ago

Has anybody else ever felt overwhelmed with the sheer mass of "stuff" involved with software development? read more...

add a comment |category: |Views: 5

tags: another

Side-wide user controls in ASP.NET MVC(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

3 ways to handle "global" user controls in ASP.NET MVC. read more...

1 comment |category: |Views: 62

tags: another

Create Web Sites+Services with ASP.NET MVC(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

An example library that shows how, with one line of code and a few conventions, your ASP.NET web site can instantly serve up HTML, POX, or JSON. Very cool! read more...

add a comment |category: |Views: 8

tags: another

Easily redirect email threads in outlook(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

We all deal with too much email - it doesn't help with some of that email is unnecessary. Here's an outlook macro that helps automate "redirecting" an email thread so that it keeps the right people in the loop, and the wrong people out of the loop. read more...

add a comment |category: |Views: 42

tags: another

DotNetKicks "Kick It" plugin for Windows Live Writer(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

I want a DotNetKicks "kick it" image+link on some posts, but not all - and there is no automated way to do that. So I created an "Insert Kick It Counter..." plugin for Windows Live Writer to insert a placeholder, and a Wordpress plugin to insert the image+link when the placeholder is found. Hopefully somebody else will find it useful also! read more...

2 comments |category: |Views: 48

tags: another

Death and destruction from OpenID(ilikeellipses.com)

submitted by mike6024mike6024(10) 4 years, 7 months ago

There has been a blog post floating around recently which discusses the many pitfalls of OpenID ... of these issues are simple policy issues. They can be resolved by implementation decisions by the OpenID ... trusting that the site you’re at will faithfully send you to your OpenID provider and not some man-in-the-middle masquerading as your provider. read more...

2 comments |category: |Views: 0

tags: another

Use caution with Strongly Typed Resources(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

Some words of caution/warning for using Strongly Typed Resources generated by VS2005+ read more...

add a comment |category: |Views: 15

tags: another

Creating RESTful Web Services with WCF(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 9 months ago

An article on developer.com (linked to in the blog post) about creating "RESTful" web services using the new "web programming" model in WCF 3.5 Beta 2 (WebGet/WebInvoke) read more...

add a comment |category: |Views: 56

tags: another