jamesewelch


Comments:

It's Time for Microsoft to Make SQL Server Hosting Free.

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

Microsoft doesn't host databases. That's up to the web host providers not Microsoft. If the host wanted to pay the bills themselves, then it could be free. I don't understand the argument. SQL Server costs money for the web host providers, but whether or not and how much they charge their clients has nothing to do with Microsoft.

Reply

Confessions of a Terrible Programmer

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

Nice article.

Reply

Windows Update takes TV Station Off Air

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

Not really .NET or development related

Reply

Error Message: Your Password Must Be at Least 18770 Characters and Can

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

This doesn't have anything to do with .NET or programming.

Error only applies if you are running Windows 2000 without SP3.

Reply

DotNetKicks "Kick It" plugin for Windows Live Writer

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

I've been thinking about writing this for a few weeks now. Looks like you beat me to it.

How about adding color selector?

Too bad this won't work for wordpress.com hosted blogs, since you need the other WP plugin to translate the placeholder.

Reply

You are the BOMB!!!!

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

Should fix this title and description. Its actually a link to a ScottGu article on Public Hotfix Patch Available for Debugging ASP.NET on IIS7.

Reply

Are you making these 3 common ASP.NET AJAX mistakes?

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

So the tip is to use ScriptManager.IsAsyncPostBack to check for postback?

Hopefully everyone doing ASP.NET work already knows about checking for Page.IsPostBack, so if the MS ASP.NET AJAX implementors are worth anything they should already have figured out to check for IsAsyncPostBack.

Reply

SDfqwer

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

bad title and description to another valid article

Reply

Microsoft: Should we allow .NET EXEs to run off a network shares?

posted by jamesewelchjamesewelch(2275) 4 years, 7 months ago 0

Yeah, I started using click once to circumvent this also. But just allowing .NET executables to be treated like non-.NET executables would be great :) Make sure you vote and leave your comments on that site.

Reply

Regions == Evil

posted by jamesewelchjamesewelch(2275) 4 years, 6 months ago 0

You can also use Regionerate (VS add on) and have predefined XML files that manages how you create your class's regions, so your code's regions are uniformly named and uniformly contains the same items (or so that you can enforce standards of how to use regions, etc.). Regionerate also allows you to put your new methods/properties/fields anywhere and just click Regionerate and it will move it to the correct spot - best of all its free.

Sorry for the plug, Regionerate is one of my favorite VS add ons :)

Reply

Regions == Evil

posted by jamesewelchjamesewelch(2275) 4 years, 6 months ago 0

That (throwing exceptions on VS load) happened to me a few times, but then it stopped doing that a while ago. Did you check to make sure you have the newest version? I can't remember what I did to make it stop, but maybe I didn't do anything.

Reply

ASP.NET Rich Text Editor Control

posted by jamesewelchjamesewelch(2275) 4 years, 6 months ago 0

There's already an XHTML issue logged to CodePlex with that issue. (ref http://www.codeplex.com/rte/WorkItem/View.aspx?WorkItemId=4354 )

Reply

Reduce ASP.NET Page size and complexity using JQuery-Part 1

posted by jamesewelchjamesewelch(2275) 3 years, 10 months ago 0

Not really an ASP.NET AJAX versus JQuery example. No asynchronous calls are made and none of the ASP.NET AJAX controls are used.

Reply

.NET Coding Standard & Code Review Points

posted by jamesewelchjamesewelch(2275) 3 years, 7 months ago 0

On another note, why not just use StyleCop? I've been using it and it works great. It catches lots of coding preferences (and has a toggle for each rule, if you don't like that rule). There's at least one (maybe 2) of the rules that VS 2008 goes against (putting using outside of namespace, I think) that you can disable.

Reply

Saving DotNetKicks

posted by jamesewelchjamesewelch(2275) 3 years, 5 months ago 0

I wish I had more time to contrib, but the last year's worth of projects have had be too busy. I'm keeping my eyes open for any free time so I can try to jump back in to help out again.

Reply