bdsutton

Stories submitted by bdsutton

Writing a Greasemonkey Script Using jQuery(dumpsterdoggy.com)

submitted by bdsuttonbdsutton(525) 3 years, 2 months ago

Chris Missal shows how to create a very handy Greasemonkey script that let's you check if people are following you on Twitter. read more...

add a comment |category: |Views: 26

tags: another

Func<T> based generic initializers(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 3 years, 2 months ago

Here is some work I've been doing to simplify initializing List<T> using Func<T>. You can build a simple method and then instead of building a loop to initialize your object you can use a one line initialization statement. read more...

add a comment |category: |Views: 27

tags: another

Function-centric to data-centric to Model-centric(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 3 years, 6 months ago

I recently picked up a 17 year old text talking about OO programming and it got me thinking about where we are going with application building. 17 years ago coding was too function-centric but it should have been more data-centric. Now that OO is fairly mainstream coding is too data-centric, and the claim is that we need to be more model-centric. Where are we going from here? read more...

add a comment |category: |Views: 5

tags: another

JScript IntelliSense: Working with jQuery(blogs.msdn.com)

submitted by bdsuttonbdsutton(525) 4 years ago

Looks like the new VS 2008 hotfix will help VS 2008 work better with jQuery. If you haven't checked out jQuery and you are doing web development give it a try and I think you'll be impressed. read more...

add a comment |category: |Views: 12

tags: another

Gallery of Visual Studio Programmer Themes(hanselman.com)

submitted by bdsuttonbdsutton(525) 4 years ago

Scott Hanselman gives us a fantastic run down of some of the best Visual Studio themes. This is the best consolidated list I have seen and there are screen shots with all of them. read more...

1 comment |category: |Views: 1151

tags: another

MS Deploy - New IIS Web Deployment Tool(hanselman.com)

submitted by bdsuttonbdsutton(525) 4 years ago

Scott Hanselman shows off the new web deployment tool from Microsoft. Looks like it has a lot of potential and there will be some Powershell integration later on. read more...

add a comment |category: |Views: 28

tags: another

Virtual PC fails with multi-cores(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years ago

I've been doing some testing with Virtual PC on more powerful systems and have found some interesting results. read more...

add a comment |category: |Views: 3

tags: another

Clarity with var in C# 3.0(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 1 month ago

Chris Sutton talks about using the var keyword for better readability in C# 3.0 read more...

add a comment |category: |Views: 5

tags: another

ASP.Net MVC Quickstart(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 2 months ago

This is an announcement of the ASP.Net MVC Toolkit CTP with all of the links you need to get started developing. read more...

add a comment |category: |Views: 34

tags: another

Visual Studio 2008 RTM!(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 3 months ago

Visual Studio will RTM by the end of November bringing with it, .Net 3.5, C# 3.0, VB9, Linq and much more. read more...

add a comment |category: |Views: 2

tags: another

SubSonic, MVC and IronRuby(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 3 months ago

Chris Sutton talks about Microsoft's recent ASP.Net related hires and what the new .Net MVC stack is starting to look like. read more...

add a comment |category: |Views: 15

tags: another