|
You are here |
michaelscodingspot.com | ||
| | | | |
softwaresimply.blogspot.com
|
|
| | | | | I recently gave a talk at BayHac about some of the things I've learned in building production Reflex applications. If you're interested, yo... | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | | | Visual Studio improves developers' lives and boosts productivity. I want to show 13 tips and tricks to improve your developer experience. | |
| | | | |
etodd.io
|
|
| | | | | I set out to add scripting support to Project Lemma the other day. End result: I can recompile C# scripts on the fly and cache the bytecode in DLLs. The best part: there's no special binding code, and no performance hit. There are a lot of .NET scripting solutions out there. Here's a few I found in my research: IronPython. Fully dynamic, kinda slow. Requires marshalling of some kind between the script world and .NET. CSScript. Very well supported, includes Visual Studio extensions and shell extensions. Compiles C# to bytecode at runtime, with caching. Scripts cannot be changed once loaded. Lua. The industry standard in scripting. From what I understand, a little challenging to get working with .NET. I decided to try out C# runtime compilation. Really, C# is ... | |
| | | | |
thedesk.net
|
|
| | | A Southern California man has admitted to computer hacking in a case that involved the theft of proprietary Disney files. | ||