DotNetShoutout - Stories tagged with runtime
3
Shouts

Creating classes at runtime in .NET

posted by traskjdtraskjd 534 days, 17 hours, 39 minutes ago
Wednesday, December 07, 2011 9:25:20 PM GMT
This post explores creating whole new types at runtime as well as answering the question of why you may want to do this. Learn about some of the secret sauce being used by popular frameworks! (more)
category: How To | clicked: 5 | comment | | source: www.mindscapehq.com
tags: Code Generation, runtime, Secret Sauce, Types, Mindscape
7
Shouts

Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills - Rachel Appel

published 752 days, 2 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 753 days, 1 hour, 21 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:44:16 PM GMT
Whenever a new technology or product comes onto the developer scene, people want to know how to best leverage their existing skills to work with it, and nobody wants to have to abandon existing knowledge. Making the move from Web Forms to MVC is no different. Despite the fact that Web Forms & MVC are very different ways of... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC 3, ASP.NET MVC, Caching, runtime, JavaScript, ASP.NET Web Forms, jQuery, Razor, core, ASP.NET
2
Shouts

Advanced Dotnet Tutorial: Adding Menus at runtime

posted by learndotnet123learndotnet123 906 days, 4 hours, 45 minutes ago
Wednesday, December 01, 2010 10:19:22 AM GMT
IntroductionIn Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime. First you have to create a control array at design time, then at runtime you just load the new controls into the array. Here is the discussion to show you all the steps to handle this.First, how to set up a menu control array at design time. Next, how to add more menus to your array at runtime. Finally,how to handle the click events of all the menus you add at runtime. Open up a proj... (more)
category: Web Dev | clicked: 2 | comment | | source: advanceddotnettutorial.blogspot.com
tags: menu, Visual Basic, runtime
2
Shouts

How to modify NHibernate mappings at Runtime

published 931 days, 21 hours, 13 minutes ago posted by Guardian11Guardian11 932 days, 3 hours, 42 minutes ago
Friday, November 05, 2010 5:51:43 PM GMT Friday, November 05, 2010 11:22:36 AM GMT
A simple technique to modify your mappings at runtime using NHibernate 3. (more)
category: Data | clicked: 2 | comment | | source: www.primordialcode.com
tags: Mapping, NHibernate, runtime