|
Posted to:
11-28-2007, 7:50 AM
|
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...
|
|
Posted to:
11-28-2007, 3:03 AM
|
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:
11-27-2007, 3:46 PM
|
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...
|
|
Posted to:
11-27-2007, 11:12 AM
|
Get Free WPF and Silverlight training at Mix University and check out many other cool courses. http://visitmix.com/blogs/Joshua/294/
|
|
Posted to:
11-27-2007, 5:52 AM
|
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...
|
|
Posted to:
11-26-2007, 11:00 AM
|
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
|
|
Posted to:
11-26-2007, 10:42 AM
|
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:
11-26-2007, 9:49 AM
|
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...
|
|
Posted to:
11-25-2007, 1:03 PM
|
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...
|
|
Posted to:
11-25-2007, 11:56 AM
|
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...
|