PeterRitchie

Stories kicked by friends of PeterRitchie

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

Getting started with Virtual Earth Mashups: showing current weather.(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In this article we'll see how easy it is to use Virtual Earth SDK to produce a simple mashup, using web services that provide information in JSON format. We'll use data retrieved from a JSON web service to show weather icons and up-to-date weather information on a specific area selected on the map. read more...

add a comment |category: |Views: 23

tags: another

Standing on the Shoulders of Giants(devlicio.us)

submitted by billybilly(410) 4 years, 6 months ago

To improve impressions of mainstream software development - which, presumably, should be based upon the foundations of computer science - it comes upon the shoulders of each developer to educate him or herself with the knowledge necessary to give this discipline proper attention. Developers cannot push off this responsibility to management or "the priority setters." It is up to each of us to give software development the respect it deserves and educate those around us, accordingly. read more...

add a comment |category: |Views: 0

tags: another

Lambdas and Closures and Currying. Oh my! (Part 1)(codethinked.com)

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

Part 1 of an n part article on functional programming in C# 3.0, from the viewpoint of a functional programming novice! read more...

2 comments |category: |Views: 15

tags: another

CodeDOM in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate. read more...

4 comments |category: |Views: 199

tags: another

Type Intializers in C# 3.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 6 months ago

During my LINQ to SQL session at DevConnections somebody in the audience asked what happens behind the scenes when you use type initializers in C# 3.0 and well it turns out I gave a hedged answer with a guess that was - uhm - wrong. So here's a discussion of how this feature actually works.... read more...

1 comment |category: |Views: 1

tags: another

Anti-Aliased Rounded Corners with the NiftyCornersExtender Control(mattberseth.com)

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

Getting rid of those rough edges of RoundedCornerExtender-control read more...

1 comment |category: |Views: 115

tags: another

LINQ provider Basics(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

Recently, I did couple of posts regarding how to create a custom LINQ provider, I even created a project at Codeplex named LINQ.Flickr, that makes querying , adding and deleting photos , overall creating Flickr app much more enjoyable , with query flavor, similar to LINQ to SQL ..... read more...

1 comment |category: |Views: 19

tags: another

Having Fun with Anonymous types and Extension Methods in C# 3.0(lowendahl.net)

submitted by lowendahllowendahl(750) 4 years, 6 months ago

In C# 3.0 Microsoft has added some neat dynamic features while still being straticly typed. List and dictionary initilizers is one such dynamic feature. In this post Patrik Löwendahl describes how to use some other C# 3.0 features to create a variation of the provided List / Dictionary initilizers. With anonymous types, extension methods and fluent interface dictionaries can now be simply initilized. read more...

add a comment |category: |Views: 25

tags: another

ASP.NET MVC - some source code(hanselman.com)

submitted by sirroccosirrocco(800) 4 years, 6 months ago

Some early MVC Demos Source Code from ScottHa :) read more...

2 comments |category: |Views: 5

tags: another

Animating ASP.NET AJAX Update Panel Updates(dennydotnet.com)

submitted by superghostsuperghost(2260) 4 years, 6 months ago

The ASP.NET AJAX Update Panel simply replaces the panel contents when it updates. In this example we see how we can add some animation to the update. read more...

add a comment |category: |Views: 83

tags: another

Creating Reflection.Emit (MS)IL using reflector and a little plug-in(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 6 months ago

I just stumbled on this on codeplex : ReflectionEmitLanguage This add-in translates the IL code of a given method into the C# code that would be needed to generate the same IL code using System.Reflection.Emit. So insted of trying to figure out the hows and whats of IL and Reflection.Emit, simply do the following: read more...

add a comment |category: |Views: 81

tags: another

How to pass array of values into SQL Server stored procedure using XML(support.microsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 6 months ago

This step-by-step article describes how to pass array of values into SQL Server stored procedure using XML format and how to use this array in a IN clause of the SQL statements. The sample strong in this article uses SQL Server .NET Managed Provider. read more...

1 comment |category: |Views: 31

tags: another

"Click to Activate" in IE going away!(blogs.msdn.com)

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

Update for IE to be included in Vista SP1, XP SP3 and standalone update available starting in December. read more...

4 comments |category: |Views: 7

tags: another

Code Metrics in Visual Studio 2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 6 months ago

Review of Code Metrics feature of Visual Studio 2008 read more...

add a comment |category: |Views: 176

tags: another

How to integrate JSON web services in an ASP.NET AJAX web application:(geekswithblogs.net)

submitted by marcoanastasimarcoanastasi(265) 4 years, 6 months ago

In this brief tutorial, we'll see how to leverage the ASP.NET AJAX infrastructure to call remote JSON web services from client script. The use of proxy services, JSON serialization / deserialization and the relevant aspects of the ASP.NET AJAX Client Library will be covered. read more...

add a comment |category: |Views: 104

tags: another