belorion

Stories kicked by belorion

ASP.NET MVC 2 Preview 2 Released(haacked.com)

submitted by TroyMGTroyMG(2670) 2 years, 7 months ago

Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago. Some of the cool new features we’ve added to Preview 2 include... read more...

add a comment |category: |Views: 438

tags: another

Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 8 months ago

OpenId is getting more popular and with it requests to integrate it into Web sites as a user authentication mechanism. In this post I'll discuss the OpenId integration on CodePaste.net in an ASP.NET MVC application discussing both high level OpenId concepts, the process and the code implementation. read more...

1 comment |category: |Views: 301

tags: another

ScottGu: Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 8 months ago

"Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server. This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready." read more...

add a comment |category: |Views: 351

tags: another

Connected Show #15 - Jon Skeet goes DEEP on C# 4.0!(blogs.msdn.com)

submitted by plaudatiplaudati(570) 2 years, 8 months ago

In this episode, guest Jon Skeet joins Peter to discuss C# 4 in Depth. Jon takes us deep into the guts of C# 4, including how the new dynamic features work. Guest host Glen Gordon joins Peter to discuss the Windows 7 API Code Pack, LINQ to Bing!, Unit Testing, and .NET Denial of Sleep attacks! Has .NET gotten TOO complex? read more...

add a comment |category: |Views: 255

tags: another

Reflecting Code Is Not A Perfect Science(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 9 months ago

Interesting when .NET Reflector creates code which executes different from the code written. read more...

add a comment |category: |Views: 339

tags: another

Windows 7 Code Pack v 1.0 Released(blogs.msdn.com)

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

The Windows® API Code Pack for Microsoft® .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has reached version 1.0 and has been published on Code Gallery: read more...

add a comment |category: |Views: 462

tags: another

ASP.NET MVC V2 Preview 1 Released - ScottGu's Blog(weblogs.asp.net)

submitted by javeryjavery(5523) 2 years, 9 months ago

The Gu walks through the first look at ASP.NET MVC V2! read more...

add a comment |category: |Views: 350

tags: another

ASP.NET MVC 2 Preview 1 released!(blog.maartenballiauw.be)

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

Today, Phil Haack did a blog post on the release of ASP.NET MVC 2 Preview 1! Get it while it’s fresh :-) An updated roadmap is also available on CodePlex. Guess now is about time to start revising my ASP.NET MVC 1.0 Quickly book… read more...

add a comment |category: |Views: 193

tags: another

Compare Design Patterns in C# and Ruby: The Observer Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Observer pattern can be applied in the two languages read more...

add a comment |category: |Views: 421

tags: another

LIDNUG: Free Online Virtual Chat with Scott Guthrie Today (weblogs.asp.net)

submitted by belorionbelorion(5) 2 years, 11 months ago

From ScottGu's blog: "LIDNUG (Linked .NET Users Group) is hosting an online chat with me today (Wednesday) from 11:30am to 1pm PST (Pacific Standard Time). Anyone is free to join and the agenda topic will be open – so bring your questions! Click here (http://events.linkedin.com/LIDNUG-ScottGu-talks-shop-developers/pub/60571) to learn more about how to register and attend it." read more...

add a comment |category: |Views: 7

tags: another

My Dot Net Developer’s tools list, and more…(dotnetsurfers.com)

submitted by latishlatish(470) 3 years ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment |category: |Views: 1462

tags: another

How to test your multi-threaded code (part 2 of 3)?(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years ago

Previously we saw how to build a test to find a multi-thread bug our your code. Now we will look at how to reproduce debug and fix it. read more...

add a comment |category: |Views: 211

tags: another

ASP.NET MVC Tip: Turn on compile-time View Checking(devermind.com)

submitted by pluggypluggy(284) 3 years ago

I like the compiler to catch as many errors as possible before I start debugging or release my application. This also applies to code nuggets in ASP.NET MVC views, especially since these are not unit-testable. This article shows how to enable compile-time View checking for ASP.NET MVC projects. read more...

add a comment |category: |Views: 310

tags: another

I Spose I’ll Just Say It: You Should Learn MVC(blog.wekeroad.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

I’m never shy about my opinion – why start now? I’ve been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself “how can you possibly put a number next to Testability? And why it is only 2 more points than “using a RAD designer”? Isn’t this missing the entire point? read more...

add a comment |category: |Views: 370

tags: another

Should You Use ASP.NET MVC?(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 1 month ago

There are a lot of ASP.NET web forms developers out there that admit that they don't "get it" when it comes to all the hubbub surrounding ASP.NET MVC. In some ways, I can sympathize with them. The vocal minority that raves about ASP.NET MVC gush about it with such zeal that they make it sound like you'd have to be a fool not to switch over. But in actuality, the decision isn't nearly as black and white. There has been talk about how the ASP.NET MVC framework is a web forms killer (despite the objections from those creating it), and if you listened only to them you would think that ASP.NET web forms development was done for -- cast to the wayside as an obsolete framework suitable only for amateur drag-and-drop developers. read more...

add a comment |category: |Views: 429

tags: another

Introduction to JOINs - A simplest Visual Explanation of Join(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 1 month ago

Introduction to JOINs - A simplest Visual Explanation of Join This post is for every developer who just want to make sure that their basics of Join is perfect. Bookmark this for future use or for teaching your friends of Jr. about Joins. Blog about this post if you like it. read more...

2 comments |category: |Views: 536

tags: another