Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 emil 
11-28-2007, 7:50 AM

Consume data from Astoria service using the Astoria Silverlight API

In my previous post I referred you to a tutorial how to make a simple line chart with Silverlight 1.1 . With this chart we were able to load data from an exported Excel XML Spreadsheet or from a XML serialized list of Point objects. I thought it would...
Filed under: , , ,
Posted to:
by
 Fredrik N 
11-28-2007, 3:03 AM

Multiple return values, I want this in C#

I so badly want to have support for multiple return values in C# instead of using out parameters. Note: The following is only an example, we can use a struct or an object to create a data structure which will hold the value, but I only use this code for...
Posted to:
by
 tanglin05 
11-27-2007, 3:46 PM

Are you excited about ASP.NET MVC?

As I observe the reactions across the Internets about the forthcoming ASP.NET MVC framework , there seem to be two general reactions: those that can't wait to get their hands on the MVC framework and see this release as long over due, and those that don...
Filed under: ,
Posted to:
by
 mcp111 
11-27-2007, 11:12 AM

Free WPF and Silverlight training!!!

Get Free WPF and Silverlight training at Mix University and check out many other cool courses. http://visitmix.com/blogs/Joshua/294/
Posted to:
by
 Fredrik N 
11-27-2007, 5:52 AM

MVC - Expression Language and custom tags

I have seen several developers that want and have no problem by using server-side code blocks in a View when they are working with the MVC pattern. But I think the server-side code block should be used only in some advanced and special occasions and instead...
Filed under: ,
Posted to:
by
 Fredrik N 
11-26-2007, 11:00 AM

ASP.NET MVC Framework - Ajax

Take look at Nikhil's blog about how AJAX can be used with the ASP.Net MVC Framework: http://www.nikhilk.net/Ajax-MVC.aspx
Filed under: , ,
Posted to:
by
 Freakyuno 
11-26-2007, 10:42 AM

DLINQ + Solving the Many to Many problem

A while back, Scott Guthrie posted in the comments, that LINQ didn't support, or had trouble with Many to Many relationships. I'm not sure if the code-base has changed, or I haven't considered a full scope, but I've managed to get it to work, and it's...
Posted to:
by
 wenching 
11-26-2007, 9:49 AM

Woay Chee has a great blog on DotNetNuke Goodies/Tips & Tricks

I recently found out from my buddy "Woay Chee from Malaysia" that he had been posting DotNetNuke goodies/tips & tricks at his blog http://woaychee.wordpress.com/ Even though he had started 2 - 3 months ago but I realized that he had really nice content...
Filed under: , ,
Posted to:
by
 bojanv 
11-25-2007, 1:03 PM

Firefox burned my RAM

I like Firefox . I think, that Firefox is one of the best browsers, i ever used. As web programmer, i used it alot. Well, after researching SubSonic project, Vista starting to work very slow. After fighting my way to the Task manager, i allmost fall from...
Filed under: ,
Posted to:
by
 mehfuzh 
11-25-2007, 11:56 AM

How to control C# interface behavior using attribute.

Attribute based programming is the most cool thing in C#, using attributes you can control how your target method should behave leaving the main code absolutely un-touched. Moving forward, let's say we are doing a service call and we want to define the...
Filed under:

« First ... < Previous 718 719 720 721 722 Next > ... Last »