C#ide A Simple Interactive Development Environment for C#
Short Description
Why develop yet another IDE when good systems already exist (e.g., Visual Studio .NET and #develop)?
Why should we consider teaching C# when our Java courses are well established and we have considerable experience and knowledge in the area? (Well we like to think so!)
Website: www.dcs.bbk.ac.uk | Filesize: 353kb
No of Page(s): 32
Content
…
Why C#
- Managed execution environment
- Garbage Collection coupled with the elimination of pointers
- Powerful reflection capabilities
- No header files, all code scoped to packages or assemblies
- no problems declaring one class before another with circular dependencies
- Classes all descend from object and must be allocated on the heap with new keyword
…
Get the file Download here
Related Books:Related Searches: interactive development environment, reflection capabilities, execution environment, garbage collection, java courses
Comments
Leave a Reply