SuperJason


Comments:

I switched from Linux to Windows Server 2008

posted by SuperJasonSuperJason(2740) 4 years, 1 month ago 0

Sorry, I try to keep them short for those with a short attention span. If you would like any more details about something specific, feel free to ask! I'm happy to answer questions.

Reply

Disabling buttons on postback (enforcing "1-click-only rule")

posted by SuperJasonSuperJason(2740) 4 years ago 0

This is a really bad article. It barely has any content. Also, I think it only works in the simplest scenarios. For example, no validators and no client javascript.

Reply

IE on Acid

posted by SuperJasonSuperJason(2740) 3 years, 10 months ago 0

So it's a cool wallpaper for no one? j/k

Reply

Visual Studio 2008 Service Pack 1

posted by SuperJasonSuperJason(2740) 3 years, 9 months ago 0

WOW, I don’t even meet the requirements for SP1 for Visual studio 2008! I have a 2GHz laptop running Vista.

System Requirements
• Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
• Minimum: 1.6 GHz CPU, 384 MB RAM, 1024x768 display, 5400 RPM hard disk
• Recommended: 2.2 GHz or higher CPU, 1024 MB or more RAM, 1280x1024 display, 7200 RPM or higher hard disk
• On Windows Vista: 2.4 GHz CPU, 768 MB RAM <-- See!

Reply

.NET Coding Standard & Code Review Points

posted by SuperJasonSuperJason(2740) 3 years, 7 months ago 0

Short version: Make sure the code follows the companies coding standards.

This article is bizarre, they're just coding standards, and some of the code is just wacky.

Reply

Extension Methods

posted by SuperJasonSuperJason(2740) 3 years, 4 months ago 0

The full title should be "Extension Methods & Single Responsibility Principle". The second part got lost from the ampersand somehow.

Reply

Beware of DateTime.Now

posted by SuperJasonSuperJason(2740) 3 years, 3 months ago 0

Why is this on the front page? I think this issue could be explained in much more depth. The same issue arises with decimal formatting as well. Never store the string version of something that can be different depending on the region. Only convert binary representations to strings when displaying something to the user. When taking input, always convert it as early as possible.

Reply

Domain Driven Design

posted by SuperJasonSuperJason(2740) 3 years, 3 months ago 0

Seriously, why is this being kicked? Kick the guide once it's published!

Reply

Practical .NET Unit Testing – Free paper released

posted by SuperJasonSuperJason(2740) 3 years ago 0

Sorry, I didn't realize that. Here is a direct PDF download:
http://downloads.ytechie.com/Practical_.NET_Unit_Testing.pdf

I suggest subscribing to my blog or follow me on twitter (ytechie) so that you know when it gets updated. Let me know what you think!

I'll update the blog post shortly to include that link.

Reply

Abandon ASP.NET WebForms!

posted by SuperJasonSuperJason(2740) 2 years, 11 months ago 0

The begging was the best part. LOL.

Reply

How to create 3 tire application using LINQ

posted by SuperJasonSuperJason(2740) 2 years, 8 months ago 0

Oh my god this is funny.

Reply

How to improve your LINQ query performance by 5 X times ?

posted by SuperJasonSuperJason(2740) 2 years, 8 months ago 0

LOL @ "Ignore this difference"

Reply

Two Different Ways of Running Virtual Machines on Windows 7

posted by SuperJasonSuperJason(2740) 2 years, 7 months ago 0

This made the front page?

Reply