Dancoe

Stories kicked by Dancoe

World of Warcraft Meets Visual Studio 2008(blogs.msdn.com)

submitted by ChrisBowenChrisBowen(240) 4 years, 5 months ago

The AddOn Studio for World of Warcraft project has just been released on CodePlex, enabling you to create WoW addons using LUA and FrameXML from a customized Visual Studio 2008 based environment (based on the Visual Studio 2008 Shell.) read more...

add a comment |category: |Views: 7

tags: another

Using reserved keyword as member names(undocnet.blogspot.com)

submitted by DancoeDancoe(100) 4 years, 5 months ago

show how to use language specific reserved keywords in fields and properties names and the reason why you might want to do that. read more...

4 comments |category: |Views: 2

tags: another

Why you should always remember to set Debug="false" !(weblogs.asp.net)

submitted by sdorzaksdorzak(175) 4 years, 5 months ago

Scott explains why it's so important to remember about this little parameter. read more...

add a comment |category: |Views: 8

tags: another

Don't be clever(codethinked.com)

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

Please people, write clear and concise code, not some clever crap that you think is going to impress someone. read more...

3 comments |category: |Views: 12

tags: another

ASP.NET MVC: Prevent XSS with automatic HTML encoding(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 5 months ago

Tired of having to remember to HTML-encode all your strings to prevent cross-site-scripting? Here's a way to change the ASPX page compilation process so that output is correctly encoded by default. read more...

add a comment |category: |Views: 558

tags: another

ASP.NET MVC: Choosing Your Data Access Method(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 4 years, 5 months ago

Rob Conery discusses the pros and cons of using Linq To Sql, SubSonic, and NHibernate with MVC (and ASP.NET in general). read more...

add a comment |category: |Views: 21

tags: another

MVC Membership Basics(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 5 months ago

Getting Register, Login, and Logout working in the recently released ASP.Net MVC framework. Downloadable code samples included. read more...

1 comment |category: |Views: 50

tags: another

Code behind anywhere(undocnet.blogspot.com)

submitted by DancoeDancoe(100) 4 years, 5 months ago

show how to use the file nesting feature of visual studio. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET MVC Framework (Part 2): URL Routing(weblogs.asp.net)

submitted by alleyalley(2840) 4 years, 5 months ago

Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on. The first post in this series built a simple e-commerce product listing/browsing scenario. It covered the high-level concepts behind MVC, and demonstrated how to create a new ASP.NET MVC project from scratch to implement and test this e-commerce product listing functionality. read more...

add a comment |category: |Views: 33

tags: another

Web Application Project 2008 still not working with new Web Deployment(undocnet.blogspot.com)

submitted by DancoeDancoe(100) 4 years, 5 months ago

As from my first post, the web application project didnt work with the web deployment project in 2005, and after the release of the web deployment project for visual studio 2008 it is still not working! read more...

add a comment |category: |Views: 44

tags: another

Type casting – the difference between as and () operators(olegsych.spaces.live.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers read more...

add a comment |category: |Views: 12

tags: another

ScottGu and his team strike again(weblogs.asp.net)

submitted by leandroshanleandroshan(115) 4 years, 5 months ago

ASP.NET AJAX Control Toolkit and Web Deployment Project for VS2008 read more...

add a comment |category: |Views: 1

tags: another

Why throw; is not allways the best way to rethrow exceptions(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 5 months ago

This blog post explains why the standard throw; approach of rethrowing exceptions is not the best in case you care of the full stack trace information read more...

8 comments |category: |Views: 86

tags: another

Using the visual studio connection dialogs on your apps.(undocnet.blogspot.com)

submitted by DancoeDancoe(100) 4 years, 5 months ago

show you how to add the visual studio data source connection dialogs to your applications. No more umanaged sql discovery code. read more...

add a comment |category: |Views: 2

tags: another

Parallel Extension + PLINQ(weblogs.asp.net)

submitted by DancoeDancoe(100) 4 years, 5 months ago

Parallel extension for download. read more...

add a comment |category: |Views: 21

tags: another

another visual studio feature overlooked.(weblogs.asp.net)

submitted by DancoeDancoe(100) 4 years, 5 months ago

Linked files. read more...

add a comment |category: |Views: 0

tags: another