Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
10-4 Episode 37: Leveraging Model Metadata and Validation with ASP.NET MVC2
Sep 21, 2010 at 8:24 PMHi,



I’ve just started a new project in ASP.net 4.0 with MVC 2.
What I need to be able to do is have a custom hook at the start and end of each action of the controller.
e.g.
public void Index() {
*** call to the start custom hook to externalfile.cs (is empty so does nothing)
ViewData["welcomeMessage"] = "Hello World";
*** call to the end custom hook to externalfile.cs (changes "Hello World!" to "Hi World")
return View();
}
The View then see welcomeMessage as “Hi World” after being changed in the custom hook.
The custom hook would need to be in an external file and not change the “core” compiled code. This causes a problem as with my limited knowledge ASP.net MVC has to be compiled.
Does anyone have any advice on how this can be achieved?
Thanks
10-4 episode 29: Workflow Web Services
Sep 21, 2010 at 8:18 PMThe Windows Workflow runtime is flexible and extensible. We can customize the runtime by adding services to meet our application's needs. Scheduling services allow us to control the assignment of workflow to threads. Persistence services allow us to save the state of workflows. Tracking services allow us to monitor, record, and measure workflow execution. Windows Workflow exposes diagnostic tracing information with the .NET tracing API. A workflow host can add these services with code, or using an application configuration file.


STM.NET: Who. What. Why.
Aug 03, 2010 at 2:41 AMthank much!
IE 8: Dev Tools - An Introduction with John Hrvatin
Aug 03, 2010 at 1:57 AMvery cool, thanks!
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Aug 03, 2010 at 1:54 AMthanks for the shout out..
MFC: Integrating your application with the Windows Restart Manager
Jul 31, 2010 at 3:29 AMThanks.
C9 Lectures: Dr. Don Syme - Introduction to F#, 3 of 3
Jul 18, 2010 at 9:49 PMuseful share about F#,.
IE 9 and SVG - Past, Present and Future of Vector Graphics for the Web
Jul 17, 2010 at 9:53 AMI know its too easy to pick on IE, so its just a matter of hoping that they will release a browser now thats not full with all kind of bugs
IE 9 - Surf on Metal with GPU Powered HTML5
Jul 15, 2010 at 6:11 AMI still use IE for surfing on the Net,. because it's familiar browser for me,.
IE 9 - Surf on Metal with GPU Powered HTML5
Jul 15, 2010 at 6:08 AMhi,charles..
Thanks for share,