snickers5x5

Stories kicked by snickers5x5

I've Left Query Analyzer Hell for LINQPad Heaven(terryaney.wordpress.com)

submitted by snickers5x5snickers5x5(254) 5 months, 20 days ago

extensions for linqpad read more...

add a comment |category: |Views: 16

tags: another

Naked MVVM - simplest MVVM architecture(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 6 months ago

Article showing the concepts behind very simple MVVM implementation. read more...

add a comment |category: |Views: 878

tags: another

Using Visual Studio 2008 with IIS 7 : Development Tools : Developing o(learn.iis.net)

submitted by snickers5x5snickers5x5(254) 1 year, 11 months ago

good article, although a bit dated, on how to set up VS2008 to work with IIS 7. Very helpful when you need to debug an SSL binding since Cassini doesn't allow it. read more...

add a comment |category: |Views: 2

tags: another

Internet Explorer error "connection timed out" when server does not re(support.microsoft.com)

submitted by snickers5x5snickers5x5(254) 1 year, 11 months ago

If you get an error with Win 7/ IE 8 that states connection error, it could be due to this issue. When I looked for the ReceiveTimeout DWORD value it was set at 10 seconds! Not sure how that was changed from what I thought was the default of 90 seconds. :S read more...

add a comment |category: |Views: 3

tags: another

Visual Studio setup problem - 'A problem has been encountered while lo(stackoverflow.com)

submitted by snickers5x5snickers5x5(254) 2 years ago

This is an older post, but I found it necessary when running XP Mode on my Win 7 machine with a VSTS 2008 trial version installed. No matter what I tried, I couldn't get it to uninstall. This post solved my problem! read more...

add a comment |category: |Views: 12

tags: another

Expression Blend 2 : Editing in Visual Studio 2008 Instead of 2005(blogs.msdn.com)

submitted by snickers5x5snickers5x5(254) 3 years, 3 months ago

Not sure if this is a installation order issue, but I found that after I rebuilt my machine Blend 2 SP1 would try and launch vs2005 rather than vs2008 when choosing "Edit with Visual Studio" option. I had to exit Blend and launch again for it to read the new value from the registry, but it works. I recommend exporting the reg value before pasting the new value however to be safe. read more...

add a comment |category: |Views: 8

tags: another

Script#(projects.nikhilk.net)

submitted by snickers5x5snickers5x5(254) 3 years, 3 months ago

Script# brings the power and productivity of C# and .NET tools to Ajax development by compiling C# source code into regular JavaScript. read more...

add a comment |category: |Views: 38

tags: another

Logging with Castle Windsor, the Logging Facility and log4net - Casey (devlicio.us)

submitted by snickers5x5snickers5x5(254) 3 years, 8 months ago

Good info on hooking in Logging with Castle and Log4Net. read more...

add a comment |category: |Views: 392

tags: another

Austin DDD Book Club wrapped up - Jimmy Bogard(lostechies.com)

submitted by snickers5x5snickers5x5(254) 3 years, 9 months ago

Talks about a book club on DDD that was started up in Austin and its benefits. read more...

add a comment |category: |Views: 4

tags: another

ScottGu: Unit Testing with Silverlight(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 1 month ago

One of the important capabilities we shipped with the Beta1 release of Silverlight 2 was a unit test harness that enables you to perform both API-level and UI-level unit testing. This testing harness is cross browser and cross platform, and can be used to quickly run and verify automated unit tests. read more...

4 comments |category: |Views: 25

tags: another

VB.net, oh how I hate thee, let me count the ways...(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. read more...

2 comments |category: |Views: 89

tags: another

No, They Can't That Away From Me.(codebetter.com)

submitted by btompkinsbtompkins(445) 4 years, 6 months ago

JP at CodeBetter with some interesting ideas about information sharing in the workplace. read more...

3 comments |category: |Views: 0

tags: another

ASP.NET Repeater, Templates, Whitespaces and Visual Studio » Advanced (dotnetdebug.net)

submitted by snickers5x5snickers5x5(254) 4 years, 7 months ago

Blog post talks about how when using a repeater control you may run into extra spaces in the <separatortemplate> element. For example, a list like "a, b, c" would appear as "a , b , c". Seems to be a problem with parsing of the aspx file content. Good read, helped me figure out what was wrong with my repeater. read more...

add a comment |category: |Views: 14

tags: another

TDD vs. Design discussion(jpboodhoo.com)

submitted by snickers5x5snickers5x5(254) 4 years, 8 months ago

Blog entry from JP Boodhoo about when to use UML diagramming and how it fits in to the TDD/Agile paradigm. Good read. read more...

add a comment |category: |Views: 19

tags: another

LINQ to SQL tutorial series(weblogs.asp.net)

submitted by snickers5x5snickers5x5(254) 4 years, 10 months ago

Tutorial by Scott Guthrie of MS on some new features of the .NET Framework 3.5 and Orcas. read more...

1 comment |category: |Views: 309

tags: another

ASP.NET AJAX 1.0 Source Code Released(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

From Scott Guthrie - "As I mentioned last week when ASP.NET AJAX 1.0 shipped, we are publishing the full source code to the ASP.NET AJAX product. This includes the source to the server-side ASP.NET integration (including the UpdatePanel, UpdateProgress, and ScriptManager controls, as well as the source to the Network Serialization code). The client-side ASP.NET AJAX JavaScript library (which we also call the "Microsoft AJAX Library") is being released under the Microsoft Permissive License (Ms-PL). This grants developers the right to freely customize/modify the library, as well as to redistribute the derivative versions of the JavaScript library for both commercial and non-commercial purposes. " read more...

add a comment |category: |Views: 12

tags: another