Ooije

Stories kicked by Ooije

How to get remote debugging to work successfully(milkcarton.com)

submitted by darukudaruku(240) 3 years, 4 months ago

FTA:"After much time, trial and error, I was finally able to get Visual Studio's remote debugging features to work. In my travels around the Internet, no one seems to have compiled all the steps to make the process work successfully and seemlessly into one page, this is my attempt." read more...

3 comments |category: |Views: 284

tags: another

Extending the Visual-Studio Context-Menu(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 5 months ago

We can add features to the Visual-Studio context menu, without installing addins. Here is an example showing how to add "Explore" and "Execute" commands to any item in the Solution Explorer. read more...

add a comment |category: |Views: 385

tags: another

Pimp My Debugger - DebuggerDisplay Attribute(monstersgotmy.net)

submitted by bradygasterbradygaster(4897) 3 years, 5 months ago

The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...

add a comment |category: |Views: 415

tags: another

Back to Basics: Delegates, Anonymous Methods and Lambda Expressions(codebetter.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 5 months ago

Great article on .NET basics read more...

add a comment |category: |Views: 783

tags: another

How to Compare / Test the Equality of two Queries in SQL Server(blog.troyd.net)

submitted by powerrushpowerrush(3873) 3 years, 6 months ago

Compare / Test the Equality of two Queries in SQL Server using this short T-SQL read more...

1 comment |category: |Views: 382

tags: another

Visual Studio 2010 and .NET Framework 4.0 CTP(microsoft.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web." read more...

8 comments |category: |Views: 762

tags: another

JQuery, the very very basics - Lesson 6(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

For every programming language, there is invariably string manipulation and array fiddling. No exception with JQuery. Being unobtrusive in principal and complimentary in nature, it does not try to replace the existing bulk of JavaScript functions with its own, rather, it simply adds some of the most sorely missed functions. read more...

add a comment |category: |Views: 274

tags: another

A Guide to Learning ASP.NET MVC Beta 1 (weblogs.asp.net)

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

ASP.NET MVC Beta1 learning guide by Stephen Walther read more...

1 comment |category: |Views: 461

tags: another

JQuery, the very very basics - Lesson 3(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

Snail on with my learning and writing about the very very basic lessons on JQuery. In "modern" (DOM) web programming, web pages are made up of a hierarchy of elements. Manipulation of elements goes far beyond styling and positioning, it involves almost everything, adding / deleting content, appending and removing children elements, attaching itself to a new parent, cloning ... Everything is possible. The question is : How? read more...

add a comment |category: |Views: 276

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

BinaryResult for Asp.Net MVC(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 10 months ago

Return binary data from a controller action with BinaryResult read more...

add a comment |category: |Views: 172

tags: another

SQL Server 2008: Spatial Data, Part 1(jasonfollas.com)

submitted by jfollasjfollas(425) 4 years, 2 months ago

In the upcoming release of SQL Server 2008, developers will have access to two new spatial data types that are included with the product: Geometry and Geography. This first article in a planned series will introduce the concepts behind these two types. read more...

add a comment |category: |Views: 48

tags: another