usurper007

Stories kicked by usurper007

New C# 3.0 Language Features(weblogs.asp.net)

submitted by prasphyprasphy(780) 5 years, 2 months ago

New C# "Orcas" Language Features: Automatic Properties, Object Initializers, and Collection Initializers read more...

add a comment |category: |Views: 194

tags: another

Visual Studio Feb/March CTP now available.(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

The February CTP (aka as the March CTP) is now available for download as a regular install and as a virtual PC. read more...

add a comment |category: |Views: 3

tags: another

JavaScript: Alert.Show(”message”) from ASP.NET code-behind(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 9 months ago

In Windows Forms it is very easy to pop up a status message by calling MessageBox.Show(“message”). It is that kind of object model we want in ASP.NET for printing out JavaScript alerts. We want Alert.Show(“message”) in ASP.NET. This is as easy as it gets. read more...

add a comment |category: |Views: 381

tags: another

.NET - Serialization(jaltiere.com)

submitted by jaltierejaltiere(885) 5 years, 9 months ago

This article deals with the BinaryFormatter and SoapFormatter classes in the .NET Framework, and gives an example of how you might serialize a custom object read more...

add a comment |category: |Views: 7

tags: another

New Regulazy Version Available(feeds.feedburner.com)

submitted by jimholmesjimholmes(215) 5 years, 9 months ago

Regulazy is a great tool for developers needing help working through constructing regular expressions -- or old POSIX folks trying to deal wtih regexes in the .NET world. read more...

add a comment |category: |Views: 37

tags: another

Visual Studio Code Snippets(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

There is a feature in Visual Studio 2005 called Code Snippets... read more...

add a comment |category: |Views: 29

tags: another

Community Server 2.1 Now Available(communityserver.org)

submitted by rjdudleyrjdudley(1465) 5 years, 9 months ago

The latest release is out. Do these guys have a friggin' short development cycle or what? read more...

add a comment |category: |Views: 1

tags: another

The implementation of anonymous methods in C# and its consequences #2(blogs.msdn.com)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

How anonymous methods are implemented and what are the consequences? Part 2 read more...

add a comment |category: |Views: 6

tags: another

A must-have ASP.NET Controls pack(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

A very useful collection of ASP.NET controls that I'm using on a daily basis. The collection includes controls such as an ImageCheckBox and an ObjectDataSource. A must have :-) read more...

add a comment |category: |Views: 21

tags: another

Howto - Contribute a patch to an Open Source Project(hanselman.com)

submitted by ottoradkeottoradke(230) 5 years, 9 months ago

In this blog post, Scott Hanselman lays out all the steps necessary to contribute a patch to an open source project. read more...

add a comment |category: |Views: 15

tags: another

Microsoft Robotics Studio(msdn.microsoft.com)

submitted by jamesb43jamesb43(35) 5 years, 9 months ago

Microsoft Robotics Studio CTP: Control Robots with C#, or VB.NET read more...

add a comment |category: |Views: 6

tags: another

FREE Visual Studio .NET Tips and Tricks Book !!(infoq.com)

submitted by marcosmarcos(2779) 5 years, 9 months ago

Visual Studio .NET Tips and Tricks explains how to use VS.NET efficiently. Organized into short and easy-to-grasp sections, and containing tips and tricks on everything from editing and compiling to debugging and navigating within the VS.NET IDE, this book is a must-read for all .NET developers, regardless of expertise and whether they program in C#, VB.NET, or any other .NET language. This book covers the Visual Studio .NET 2002, 2003, and 2005 Beta 1 releases read more...

add a comment |category: |Views: 34

tags: another

Impersonation helper class(born2code.net)

submitted by pjvandesandepjvandesande(195) 5 years, 9 months ago

A full working, easy to use class to Impersonate (run code within other windows user account). read more...

add a comment |category: |Views: 64

tags: another

Visual Studio 2005, LINQ and Refactoring Problems (mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 9 months ago

The problems I have encoutered in Visual Studio after installing LINQ preview (May 2006) for your consideration. read more...

add a comment |category: |Views: 5

tags: another

How To: getting started in WPF(snowball.be)

submitted by gillgill(1070) 5 years, 9 months ago

This article describes the neccessary steps to start developing in WPF read more...

add a comment |category: |Views: 5

tags: another

C# Best Coding Practices(c-sharpcorner.com)

submitted by bottlesbottles(420) 5 years, 9 months ago

Here is a list of best coding tips in a C# development environment. read more...

2 comments |category: |Views: 109

tags: another