Timothyfowler

Stories kicked by Timothyfowler

Vb.Net one better than C#(blog.gadodia.net)

submitted by whoisvaibhavwhoisvaibhav(1000) 3 years, 10 months ago

This is the first time I have envied VB over C#. Here's a thing that is useful and you can do in Vb.Net, but not in C#. read more...

2 comments |category: |Views: 681

tags: another

Know Every HTML Tag There Is (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 10 months ago

The question is do you know all the HTML tags? Do you know exactly how they work and what each tag does? And the most important of all, how each tag acts in each browser? read more...

add a comment |category: |Views: 360

tags: another

Launch Firefox Instead Of Internet Explorer When Debugging(codebetter.com)

submitted by rsrobbinsrsrobbins(490) 3 years, 10 months ago

This article tells you how to launch Firefox instead of Intenet Explorer when running an ASP.NET web application in debug mode. This is something I needed to troubleshoot a project that presented a problem only in Firefox. read more...

add a comment |category: |Views: 228

tags: another

Matt'sFeedback on ASP.NET AJAX Roadmap(mattberseth.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Matt Berseth sharing his ideas and feedback about ASP.NET AJAX Future. read more...

1 comment |category: |Views: 157

tags: another

"Using" magic or working with type aliases(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 3 years, 10 months ago

Generics in C# allow us specify and construct rather complex types. But the more types we put into generic type the more clumsy it becomes. Learn how one can deal with complex generic types. read more...

2 comments |category: |Views: 251

tags: another

So What's Your Personal (Developer) Brand?(andrewtokeley.net)

submitted by tokestokes(1085) 3 years, 10 months ago

I am increasingly being asked by members of my team how they can further themselves within the company. While this is certainly an option – and a popular one – it is not the only track to follow. You could choose to become a technical specialist, an architect or even a technical salesperson. But whatever path you choose to follow your ability to achieve it will be dependent on how you develop your own personal brand – in other words the way you portray yourself to others will directly reflect the opportunities that are presented to you. read more...

add a comment |category: |Views: 295

tags: another

Running Applications in IronRuby(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Simple as that. Shows you how to get a Ruby app running in IronRuby. Who doesn't want to write Ruby on .net!? read more...

add a comment |category: |Views: 212

tags: another

Getting started with custom SharePoint Event Receivers(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 3 years, 10 months ago

In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. read more...

add a comment |category: |Views: 147

tags: another

Asp.Net: write, read, deleted and append cookie(52coding.com)

submitted by 52coding52coding(255) 3 years, 10 months ago

asp.net use cookie code. read more...

add a comment |category: |Views: 166

tags: another

Creating full-blown WPF applications within minutes using Vidyano(vidyano.com)

submitted by SetsukoSetsuko(455) 3 years, 10 months ago

Vidyano is a new product that allows you to literally create WPF applications, optionally running on top of Windows Workflow, within minutes. The July 2008 CTP, as well as a quickstart tutorial, just became available as public downloads. The screencast is a quick overview on some of Vidyano's initial features, it also shows you how to apply a workflow state machine as an engine behind a pagecontroller. More info and tutorials will become available in the upcoming days/weeks. read more...

add a comment |category: |Views: 294

tags: another

Evolution of C# delegate syntax from .NET 1.x to 3.5(silverlighthack.com)

submitted by rev4bartrev4bart(420) 3 years, 10 months ago

Evolution of C# delegate syntax from C# 1 - C# 3. read more...

1 comment |category: |Views: 420

tags: another

A .NET Assembly for Cloning Objects with Arbitrary Field Value Changes(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 10 months ago

Rick says "The IcManipulator is based on Whizzo's Object Cloning IL Code. Instead of just blindly copying fields my code grabs values out of a hash table and places them in lieu of the old values. In this way private fields in a class can be altered." Free download Alpha 1 of the IcManipulator is available. read more...

add a comment |category: |Views: 101

tags: another

Open Source ASP.NET 3.5 AJAX Portal - new and improved(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 10 months ago

A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design. Showcases: - 10 ASP.NET Performance and Scalability Secrets. - Fast ASP.NET page rendering by deferred script loading. - Load large amount of Javascripts in batch and thus load AJAX sites a lot faster. - Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain. - Making best use of cache for high performance website. - On-demand UI loading on AJAX websites. read more...

add a comment |category: |Views: 589

tags: another

Getting Started with TDD(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 10 months ago

Getting started with Test Driven Development can be challenging. In this blog post, Steve offers some advice on how to get started either for a brand new project or one that already in maintenance mode. read more...

2 comments |category: |Views: 422

tags: another

Creating/Using Code Snippets in Visual Studio 2008(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 10 months ago

Microsoft Regional Director for Belgium Peter Himschoot recorded a Chopsticks video explaining how to use the code snippets in Visual Studio 2008. Playtime: 14 minutes. read more...

add a comment |category: |Views: 562

tags: another

Exploring ShadeTree Features, Part 1: Static Reflection with Reflectio(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 10 months ago

Some beautiful code. read more...

add a comment |category: |Views: 184

tags: another