On Tue, Aug 26, 2008 at 12:20 PM, TheJester <[EMAIL PROTECTED]> wrote: > 1.) When I am developing the page, am I better with a "code behind" style or > "inline" for functionality with mono? Use a bit of code-behind, but with a twist. Go with an MVP (model-view-presenter) style, a supervising controller in particular
> 2.) When I copy the page over, do I copy over the entire directory? Or just > my aspx and .config files? Basically the aspx, config, javascript, images, dlls ( the bin folder). I always write a nant script to automate this. > 3.) Are there any limitations I need to know about in regard to mono and > asp.net(vb)? I'm more of a C# guy, so can't help you there. Anything else though, don't be afraid to ask I've had better luck with Mono 1.2.6 that 1.2.4. Ideally, you're probably best of going with Mono 1.9.1 if you can. -- http://www.opgenorth.net _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
