DrJazz

Stories kicked by DrJazz

Windows Mobile is short changing .NET Developers(orkpad.com)

submitted by orktaneorktane(300) 3 years, 3 months ago

The .NET platform is an incredibly powerful and productive toolset that stretches itself well on the client-side, the server-side and now with Silverlight as a web-client, though with one glaring exception - on a mobile device. read more...

add a comment |category: |Views: 301

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

Dear Alt.Net Developers: Stop blaming Microsoft and WebForms for crea(blog.theaccidentalgeek.com)

submitted by mjeatonmjeaton(724) 3 years, 8 months ago

I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

add a comment |category: |Views: 353

tags: another

Scrum Explained in 5 Minutes(softhouse.se)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

PDF entitled "Scrum in Five Minutes" from http://www.softhouse.se/ read more...

add a comment |category: |Views: 1011

tags: another

Unofficial google shell... awsome(goosh.org)

submitted by verbalKintverbalKint(585) 3 years, 11 months ago

Web base command shell for google. What else can I say?... read more...

4 comments |category: |Views: 928

tags: another

Software Developers Never Change(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years ago

So if you are to take anything away from this rant, take this, do what you love, and become the best at it. And if what you love isn’t your 9-5 job, deeply understand this and get out of the way of people who’s 9-5 job is what they love. read more...

add a comment |category: |Views: 338

tags: another

11 More Visual Studio Shortcuts You Should Know (dev102.com)

submitted by razamitrazamit(4566) 4 years ago

Following our First Visual Studio Shortcuts post here is another batch of shortcuts. read more...

2 comments |category: |Views: 73

tags: another

Where's my .NET 3.5 (on IIS), Dude?(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 2 months ago

Can't find .NET 3.5 on the IIS ASP.NET Tab runtime tab? You're not the first to wonder why recent versions of the .NET runtime don't show up on the ASP.NET tab. read more...

add a comment |category: |Views: 20

tags: another

Embedding ASP.NET Server Variables in Client JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 3 months ago

Getting Server Variables embedded into a page and using them from JavaScript code can be a pain. Following Jon Galloway's post a few days ago I thought that maybe a solution that doesn't rely on ASP.NET AJAX and is more generic might be useful to make the task easier and apply much broader scope. The result is an easy to use, generic class that generates a JavaScript object from key value pairs created on the server from static values or dynamic control/object properties. read more...

1 comment |category: |Views: 136

tags: another

Visual Studio 2008 Performance Issues(chadgreen.com)

submitted by chadwickgreenchadwickgreen(405) 4 years, 3 months ago

Details about some performance issues that cropped up in Visual Studio 2008. read more...

4 comments |category: |Views: 25

tags: another

.NET Ajax Survey results(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 5 months ago

I just published the results of the Ajax survey... and the winner is... read more...

add a comment |category: |Views: 10

tags: another

Sorting for Humans : Natural Sort Order(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

This is a good article on the importance of human-oriented sorting and difficulty in implementing such a routine succinctly it in .NET and LINQ. read more...

2 comments |category: |Views: 171

tags: another

Is MVC right for you? (weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

Interesting question... and interesting writeup ... asking if MVC is right for you. Will be an interesting discussion to follow no doubt. read more...

6 comments |category: |Views: 6

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

.NET with an attitude(nosoupforme.com)

submitted by daninordaninor(435) 4 years, 5 months ago

Signs that .NET is getting "wiser" by the version... :D read more...

1 comment |category: |Views: 1

tags: another

Type casting – the difference between as and () operators(olegsych.spaces.live.com)

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

In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers read more...

add a comment |category: |Views: 12

tags: another