alarion

Stories kicked by alarion

ASP.NET MVC TDD using Visual Studio 2010(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 11 months ago

Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I’ll give the new TDD workflow introduced in VS2010 a take. read more...

1 comment |category: |Views: 366

tags: another

How Do You Deal With Exceptions?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

A little post on my ideas about handling exceptions within applications. How do you handle them? read more...

add a comment |category: |Views: 748

tags: another

Validating Entity Object(brendan.enrick.com)

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

Simplistic and elegant solution to writing a generic validator. Good stuff. read more...

add a comment |category: |Views: 28

tags: another

Deciding When to Use ASP.NET MVC Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 4 months ago

The post aim is to help you decide when it’s appropriate to use ASP.NET MVC Framework and when it is appropriate to use ASP.NET Web Forms. read more...

add a comment |category: |Views: 541

tags: another

Quick Tip: Finding hidden exceptions in your .NET application(blog.curiouscoding.com)

submitted by moh605moh605(25) 3 years, 4 months ago

Using exceptions to control program flow is a hotly debated subject. Wherever you stand, remember that there are performance implications. It doesn’t hurt to be aware of when exceptions are being thrown. Sometimes they can sneak right by without you ever having seen it. read more...

add a comment |category: |Views: 26

tags: another

List of C# Tools(dotnetjunkies.com)

submitted by jniesjnies(60) 3 years, 4 months ago

A collection of C#/.NET tools. read more...

add a comment |category: |Views: 65

tags: another

SQL SERVER - Find Currently Running Query - T-SQL(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 4 months ago

This is the script which I always had in my archive. Following script find out which are the queries running currently on your server. BOOKMARK IT! You will find it very useful and very often. read more...

add a comment |category: |Views: 82

tags: another

The WPF Mindset(cromwellhaus.com)

submitted by markheathmarkheath(1485) 3 years, 4 months ago

An excellent short example of how developing using WPF requires a different mindset to traditional winforms / ASP.NET development. A listbox is completely customised to layout markers on a map. read more...

add a comment |category: |Views: 458

tags: another

The List of LINQ to SQL and Entity Framework Providers(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 4 months ago

The list of LINQ to SQL and the Entity Framework providers that tries to be comprehensive read more...

add a comment |category: |Views: 26

tags: another

Introducing the ASP.NET MVC (Part 4) - Your First ASP.NET MVC Project(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 4 months ago

This is a continuation of my Introduction to ASP.NET MVC series. As I outlined before this is in an effort to write the book and keep blogging, I decided to write/blog the last chapter, Chapter 2. I am doing this so I can receive feedback on this chapter as early as possible. Because this chapter, in my opinion, is probably the most critical of the book, it defines the context around ASP.NET MVC and how it differs from ASP.NET Web Forms, as well as giving a historical perspective of the MVC pattern. read more...

add a comment |category: |Views: 13

tags: another

VB.NET Inline IF Statements(dotnetblogger.com)

submitted by rockinthesixstringrockinthesixstring(255) 3 years, 4 months ago

If you were to do a Google search on "vb.net inline if" statements, you wouldn't come up with a whole lot of good information on the topic. And though I don't claim to know everything there is to know about the topic... read more...

add a comment |category: |Views: 664

tags: another

C# Design Patterns - An Overview(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 5 months ago

Over the next number of posts I am going to be exploring the world of design patterns. We’ll look at some of the most commonly used patterns and how they look in C#. read more...

2 comments |category: |Views: 777

tags: another