Skip to main content

Home/ General Development In DotNet/ Group items tagged Configure

Rss Feed Group items tagged

Jacques Bosch

Lua: powerful scripting language - 0 views

  •  
    "Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. "
Jacques Bosch

InfoQ: Expression as a Compiler - 1 views

  •  
    " Reflection, like it or not, it is inevitable that eventually you will have to write some code that involves looking at the members of a type at runtime (rather than at compile time). Maybe you are trying to write utility validation / serialization / ORM code, or maybe the interesting property / method is specified at runtime in a configuration file or from the database. Whatever the cause, it is likely that at some point you've written code involving GetType() - something like:"
Jacques Bosch

Making ASP.NET deployment easy with the Package/Publish Web tool-Rachel's Blog - 0 views

  •  
    "Visual Studio 2010 Web Deploy alleviates most of the manual aspects of application deployment by adding a few UI based configuration pages and context menu integrations in Solution Explorer. Upon opening the project's properties, navigate to the Package/Publish Web tab on the left to display deployment options on the right."
Johann Strydom

Technical Jargon » Mercurial on IIS7 - 1 views

  •  
    How to setup Murcurial on IIS7. Complete step by step guide
1 - 4 of 4
Showing 20 items per page