braddunbar

Stories kicked by braddunbar

Creating reflection with Silverlight 2.0 beta(windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much as possible cause they're quite similar now. Let's start how I did this read more...

1 comment |category: |Views: 132

tags: another

.NET Framework Programming Model for Add-Ins(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 2 months ago

It seems that there is still lot to learn about .NET Framework. I've found today (thanks to Daniel Moth) that is one more interesting feature was added in .NET Framework - Programming Model for Add-Ins. Basically, it allows you to build application that can be extended by add-ins. read more...

add a comment |category: |Views: 7

tags: another

What the hell is a deadlock: The Parable of The Bathroom(karlagius.wordpress.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

An easy way how you can understand how locking can easily become a nightmare... Deadlock the curse you want to avoid :) read more...

1 comment |category: |Views: 4

tags: another

Simplified Asp.net MVC Controller Testing with Moq(codethinked.com)

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

Want to learn how to better unit test your controllers in Asp.net MVC? In this example I go through the process of testing a controller action in asp.net MVC using Moq (but it could be easily translated into another mocking framework). read more...

add a comment |category: |Views: 1424

tags: another

ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Lifecycle of request in ASP.NET MVC application. read more...

add a comment |category: |Views: 62

tags: another

How To: Prevent running ASP / ASP.NET code in specific folder(weblogs.asp.net)

submitted by lfriendlfriend(105) 4 years, 2 months ago

! A nice tip. read more...

1 comment |category: |Views: 8

tags: another

How I lost my WinDbg virginity(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

Using WinDbg to find ASP.NET memory leaks. read more...

add a comment |category: |Views: 17

tags: another

JScript Debugger in Internet Explorer 8(blogs.msdn.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

As Shreesh mentioned in his blog, Internet Explorer 8 has a built-in JScript debugger. . . read more...

add a comment |category: |Views: 19

tags: another

stylizedweb.com - Most used CSS tricks(stylizedweb.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

Earlier before I have written an article about current best CSS hacks which you can see here And now here’s the list of today’s most used CSS tricks – tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please let me know. read more...

add a comment |category: |Views: 11

tags: another

Firefox 3.0 XmlHttpRequest Default Content-Type change(west-wind.com)

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

I ran into a small problem with some of my AJAX code that's checking content-type on inbound requests from the client - it looks like FireFox 3.0 is now including the charset on the content type from the client on POST operations which if not explicitly checked for can break existing code expecting only to see a content type. Small issue, but easy to miss especially in framework code like mine that frankly should have been prepared for this... read more...

1 comment |category: |Views: 6

tags: another

Software Startup Lessons (Part 1): The Basics(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 2 months ago

A few simple software startup lessons. read more...

add a comment |category: |Views: 16

tags: another

if ... else if ... else if ... else ... : an alternative(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Did you know there's an alternative way of writing "if .. else if .. else if .. etc.." in C#? You probably do, but if you don't, read on... read more...

5 comments |category: |Views: 270

tags: another

Hidden Gem: Singleton Factory in C#(cognitivecoding.com)

submitted by shivashankarpshivashankarp(335) 4 years, 2 months ago

Simple and generic implementation of singleton factory in C#. read more...

5 comments |category: |Views: 343

tags: another

.NET runs on Linux, Mac OSX and FreeBSD ?(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 2 months ago

Good news. GNU adds support for .net apps in OpenSource world. read more...

2 comments |category: |Views: 6

tags: another

New drop of ASP.NET MVC Framework now available (codebetter.com)

submitted by thoemmithoemmi(340) 4 years, 2 months ago

Jeff Palermo announces the new release of the ASP.NET MVC Framework read more...

1 comment |category: |Views: 1

tags: another

Silverlight 2 Beta 1 - Development with the .NET Framework(msdn2.microsoft.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

MSDN...Hot off the press! read more...

1 comment |category: |Views: 4

tags: another