Browsing » Blog

Wcf, WebGet and Client Config

try:
If you annotate your methods with the WebGet annotation, when a client adds your service as a service ref, there will be no client configuration information.
catch:
To put that another way, if you use the WebGet annotation it’s assumed the calling party is going to use rest.
finally:
if you use the WebGet annotation on your WCF [...]

No related posts.

Spark Binaries For ASP.NET MVC RC2


THIS IS NOT AN OFFICAL RELEASE…YET
I spent the evening updating the spark source to support ASP.NET MVC RC/RC2. Well, actually I simply applied the changes that were posted to either the mailing list or codeplex.
All the tests pass:

Download it here:
Binaries: Spark-1.0.1.0-release.zip
Source: Spark-1.0.1.0-source.zip
This post, hopefully, won’t be up long.

Related posts:Spark with VB.NET Project Demo [...]

Related posts:

  1. Spark with VB.NET Project Demo #2 Outline: Status of using spark in a VB.NET project Bugs…
  2. ASP.NET MVC New Project Replace Webforms with Spark Note: This demo is in VB.NET and based on my…
  3. ASP.NET MVC2 To Provide Real Spark Support Ok, that might be going a little too far but…

ASP.NET MVC2 To Provide Real Spark Support


Ok, that might be going a little too far but it sounds like the barrier I wrote about a few weeks ago might be going away.
Earlier this evening Phil Haack posted this tweet:

Excited to hear this I asked a leading implementation question about honoring the output extension directive in T4 templates.

Us old-timer [...]

Related posts:

  1. Spark Binaries For ASP.NET MVC RC2 THIS IS NOT AN OFFICAL RELEASE…YET I spent the evening…
  2. Spark with VB.NET Project Demo #2 Outline: Status of using spark in a VB.NET project Bugs…
  3. ASP.NET MVC New Project Replace Webforms with Spark Note: This demo is in VB.NET and based on my…

SOA+MVC


Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.
Background
The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The largest, .NET or [...]

No related posts.

SOA+MVC


Disclaimer: This post is my personal reflection of a current situation. It’s not intended for any other use. Don’t use this information in anyway.
Background
The previous enterprise-grade SOA architected systems I’ve worked on, last decade, were Classic ASP, Java or Webforms. These systems had their presentation layer wired directly into the services. The largest, .NET or [...]

No related posts.

AutoMapper.Silverlight

I could, and will soon, write a long ass post about how I cobbled together a messed-up architecture for building Silverlight applications on top of an enterprise class SOA architecture without RIA but with RIA…
Here is a branch of AutoMapper, compiled against Silverlight and now with support for entities generated from WCF service references.
http://github.com/detroitpro/AutoMapper.Silverlight
I really [...]

Related posts:

  1. Thoughts on Silverlight In a recent post Jamie Kosoy, who I believe is…
  2. Silverlight, Actions and Prism When using Prism for composition in Silverlight how do…
  3. ESRI Silverlight Map vs. Prism Regions After a day or so of working with Silverlight it…

ASP.NET MVC: Not That Open Source


ASP.NET MVC has one small hook into Visual Studio, the ability to right click and add views and controllers.

This feature is small, hell since I’ve been using spark I almost forgot about it, that is until I started working on a simple administration section. The application has enough entities that “Right Click –> [...]

No related posts.

ASP.NET MVC in Action Personal Notes

Keep using a custom controller
Learn and Use Ajax Helpers More
Rob Conery’s Law: When you have an “if” statement in the view, make a helper!

I think this might be optional depending on your view engine. Spark almost solves? this problem.

I miss dynamic languages.
Please with model binding as a way to create a terse application/framework.

No related posts.

No related posts.

Page 1 of 1212345»...Last »