|
|
CodeFuzion
CodeFuzion
 |
|
Stories kicked by CodeFuzion
|
|
submitted by
CodeFuzion
1 month, 2 days ago
polymorphicview.blogspot.com — Recently Microsoft has updated the ASP.NET MVC to Beta status, and along with that came code changes. One of the code changes to the IModelBinder and how it interacts with the Parameter bindings broke what I wrote on the last post (utilizing ASP.NET MVC as a JSON Service Provider, and coding the entire web site on the client side). Upon loading the Beta bits, I realized my AJAX Parameter function was infinite looping. The reason is that the Model Binder defaults to trying to bind Complex Types in the Action Parameter to the form values being passed back, however, since I am not doing a form postback, it could not bind that to the complex type, and could not run the ActionExecuting on the AjaxParameterAttribute I had set.
Here is the changes along with testing Dates and the Microsoft Client Side Ajax Templating Engine. read more...
add a comment
|
category: ASP.NET | Views: 28
|
|
tags:
ASPNETMVC, jQuery, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
1 month, 13 days ago
polymorphicview.blogspot.com — This post shows how to utilize the ASP.NET MVC Framework, jQuery, and Microsoft Templating to become a JSON Service Provider to allow for rich Client AJAX driven Web Application.
I have recently been doing a lot more Javascript Client side applications and working a lot closer with JSON objects to build complex web pages. The problem I typically run into is getting my C# POCO objects to translate to a JSON Object on the client side so I can work with it and change it and then post it back to the server to handle it appropriately.
The basics of what I wanted was to seamlessly work with my Model data and it automatically handle converting to JSON or C# Objects at the correct layer. read more...
add a comment
|
category: AJAX | Views: 31
|
|
tags:
ASPNETMVC, WebServices, jQuery, AJAX, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
2 months, 19 days ago
polymorphicview.blogspot.com — A conversation between myself, Muhammad, and the community about how to tackle Entity Framework in a mult-layered application similar to how MVC Storefront application works, but effectively utilizing EF. We are hoping to have community feedback on possible approaches to tackle this. read more...
add a comment
|
category: ADO.NET | Views: 15
|
|
tags:
EntityFramework, Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
3 months, 12 days ago
polymorphicview.blogspot.com — So recently I have been on this kick to learn Design Patterns in Ruby, and to figure out all kinds of neat ways to do the same design patterns in a dynamic language that is as versatile and elegant as Ruby. While playing around with the decorator pattern in Ruby, I started trying to think of slick ways to accomplish the pattern in C# 3.0. read more...
add a comment
|
category: Architecture | Views: 11
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
7 months, 12 days ago
userfriendlythinking.com — I have recently been having some debates on Silverlight / AIRs importance to the web. Some of these people in the discussion often say that AJAX enabled web sites are enough for what you need on the web. I whole heartedly disagree with this assessment, so I thought I would make a blog posting about why I feel the importance of RIA development on the web is an important next step for our view of the web in the coming years ... read more...
add a comment
|
category: Silverlight | Views: 0
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 2 days ago, submitted by
SeanB
8 months, 2 days ago
flawlesscode.com — One of the problems I've run across while playing around with the Beta is the lack of support for any easy way to navigate around you application by moving between Xaml pages. Here is a nice little solution. read more...
add a comment
|
category: Silverlight | Views: 50
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
8 months, 26 days ago
userfriendlythinking.com — Discuss how to force LINQ to SQL to load child objects, as well as shape its load, without deferred execution. read more...
add a comment
|
category: Linq | Views: 24
|
|
tags:
SQL, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CodeFuzion
8 months, 26 days ago
userfriendlythinking.com — Discuss the core concepts of what the DataContext and the Entity classes do and a description of how it does it. For the Entity class part, we will actually get down and dirty with how it actually accomplishes its responsibilities, since we can visibly see how it does it via the code generated for us. read more...
1 comment
|
category: Linq | Views: 1
|
|
tags:
SQL, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sharpas
10 months, 13 days ago
softwarex-nz.blogspot.com — Part I of a series explaining how to use Linq to SQL with WCF (C#) read more...
1 comment
|
category: Linq | Views: 91
|
|
tags:
LINQ, WCF, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 15 days ago, submitted by
Jemm
10 months, 15 days ago
weblogs.asp.net — While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...
1 comment
|
category: Linq | Views: 25
|
|
tags:
Database, C#, LINQ, ScottGu | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|