dalziel

Stories kicked by dalziel

The UpdatePanel is evil(blog.slaven.net.au)

submitted by dalzieldalziel(6230) 4 years ago

I think the UpdatePanel is really powerful. It allows you to write your code essentially the same as you always have, with a few small modifications. You then just wrap your ASP/HTML controls in an UpdatePanel and hey presto, you’ve got them running as AJAX controls. The problem is it makes the development of AJAX-type sites too easy. You don’t have to know what’s going on behind the scenes, you don’t have to understand the asynchronous calls made & the HTTP processes going on. read more...

add a comment |category: |Views: 62

tags: another

Comparing two arrays (or IEnumerables) in C#(blog.slaven.net.au)

submitted by dalzieldalziel(6230) 4 years, 2 months ago

An extension method to enable doing a value comparison of 2 collections read more...

add a comment |category: |Views: 270

tags: another

Can't think of a good class name?(classnamer.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Try this read more...

11 comments |category: |Views: 121

tags: another

Repository Base class in SubSonic 2.1(blog.wekeroad.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 2 months ago

Rob Conrey shows off how to implement a SubSonic Dal without using the Active Record Pattern. read more...

add a comment |category: |Views: 110

tags: another

Building an API with .NET(jaltiere.com)

submitted by jaltierejaltiere(885) 4 years, 2 months ago

This article walks through setting up a simple REST API in C# by creating a custom HttpHandler. read more...

add a comment |category: |Views: 33

tags: another

SubSonic: New Project Site Online(blog.wekeroad.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Rob Conery talks about the new SubSonic web site. read more...

add a comment |category: |Views: 14

tags: another

LINQ to SQL and NOLOCK Hints(madprops.org)

submitted by dalzieldalziel(6230) 4 years, 2 months ago

How to implement the NOLOCK hint in LINQ to reduce locking issues read more...

add a comment |category: |Views: 410

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

SQL Server 2008 will have IntelliSense(3poundmass.wordpress.com)

submitted by IDelectableIDelectable(290) 4 years, 5 months ago

Hurray! read more...

6 comments |category: |Views: 14

tags: another

Using Subversion to access CodePlex projects(nyveldt.com)

submitted by razorantrazorant(530) 4 years, 6 months ago

A guide to using Subversion and the SvnBridge to access CodePlex projects and Team Foundation Server read more...

add a comment |category: |Views: 17

tags: another

Service Packs for the .NET Framework 2.0 and 3.0(guy.dotnet-expertise.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

Service Packs for the 2.0 and 3.0 .net framework for everyone not installing 3.5 yet. read more...

3 comments |category: |Views: 5

tags: another

Opening .NET 2.0 Web Application Projects in Visual Studio 2008(blog.slaven.net.au)

submitted by dalzieldalziel(6230) 4 years, 6 months ago

Visual Studio 2008 handles Web Application Projects natively, but there are one or two things to look out for. read more...

add a comment |category: |Views: 8

tags: another

An Architectural View of the ASP.NET MVC Framework(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 4 years, 6 months ago

Dino Esposito introduces the ASP.NET MVC framework. read more...

1 comment |category: |Views: 10

tags: another

ASP.Net MVC Framework - Exception Handling (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

How to handle exceptions with ASP.NET MVC Framework read more...

add a comment |category: |Views: 654

tags: another

Facebook Development Kit(microsoft.com)

submitted by antibugsantibugs(215) 4 years, 6 months ago

Framework for developing FaceBook apps read more...

1 comment |category: |Views: 82

tags: another

Honeypot Captcha - new Subskimet Captcha control(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

Comment spam bots love form fields read more...

add a comment |category: |Views: 55

tags: another