raindogmx

Stories kicked by raindogmx

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

LINQ’ing the Future of Development with Jim Wooley(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 3 years, 7 months ago

The latest version of the .Net Framework includes a technology called LINQ. Developers are digging their teeth into it and Deep Fried Bytes is here to help with them work out the KINQs in LINQ. Keith and Woody sit down with Jim Wooley and discuss the truths, gotchas and a few rusty washers about LINQ. read more...

1 comment |category: |Views: 365

tags: another

Are you going the way of the Dinosaur??? (devlicio.us)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 1 month ago

Some great advice for your career. read more...

7 comments |category: |Views: 4

tags: another

Five recommendations for starting a startup with ASP.NET(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years, 1 month ago

Here are five practical pieces of advice for developers who want to build a web startup, and use ASP.NET to do it. read more...

add a comment |category: |Views: 85

tags: another

inline asp.net tags... sorting them all out (<%$, <%=, <%, <%#, etc.)(naspinski.com)

submitted by stupidstupid(300) 4 years, 2 months ago

There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... read more...

3 comments |category: |Views: 963

tags: another

The Entire Patterns and Practices catalog in one place(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 2 months ago

The P&P group at MS is dedicated to enabling YOU, the developer, implement the best patterns and follow practices designed to increase your chances for success. At this link is a full list of the P&P group's catalog, including application blocks, reusable code, factories, guides, patterns and tools. Sweet. read more...

add a comment |category: |Views: 18

tags: another

Compiling VS and generating project version based on SVN revision.(rod.blogsome.com)

submitted by rodplrodpl(110) 4 years, 2 months ago

Solution for dynamic and automatic AsseblyInfo generation with version number based on SVN revision. It is using just csproj file. read more...

1 comment |category: |Views: 16

tags: another

Creating a Simple Site Wide User Notification Pattern(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 2 months ago

When creating websites, it seems that one problem I always run into is how to gracefully notify the user of errors or display messages to them. In most of my sites I use master pages, so I thought it would be pretty sweet to integrate a messaging pattern into my master pages. read more...

add a comment |category: |Views: 28

tags: another

Immediate Window - A forgotten tool(ohnull.com)

submitted by nillfmnillfm(265) 4 years, 2 months ago

A little bit about the Immediate Window tool available in Visual Studio. read more...

2 comments |category: |Views: 36

tags: another

Top 10 Best Practices for Production ASP.NET Applications(daptivate.com)

submitted by kbeyerkbeyer(445) 4 years, 3 months ago

A list of some things to pay attention to when dealing with production ASP.NET applications. read more...

1 comment |category: |Views: 175

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

.NET Rocks! Miguel de Icaza and Geoff Norton on Mono(dotnetrocks.com)

submitted by w3stfa11w3stfa11(645) 4 years, 3 months ago

Miguel is back to talk Mono with Geoff Norton. Many things have changed since we last talked to Miguel about the Mono project, an open-source port of the .NET Framework that runs on Windows, Linux, and the Mac. The focus is mostly about running .NET apps on the Mac. read more...

add a comment |category: |Views: 5

tags: another

New ASP.NET Wiki(weblogs.asp.net)

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

Check out the new ASP.NET wiki for a ton of resources on asp.net. Being a wiki, everyone can contribute so go ahead and give it a whirl! http://wiki.asp.net/ read more...

1 comment |category: |Views: 12

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another

Agile PM Tools(weblogs.asp.net)

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

Nice list of Agile project management tools. read more...

1 comment |category: |Views: 16

tags: another

Hundreds of design patterns, antipatterns and refactorings listed(sourcemaking.com)

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

Good source of common patterns (GoF etc), antipatterns and refactoring types. The examples are good and clear, but the code samples are only in Java/C++. However, the articles and samples are platform neutral enough to be useful even for .NET-purists like us ;) read more...

1 comment |category: |Views: 19

tags: another