Jazz It Up !!!
Technologies working in harmony
Future of Programming Languages
- C# compiler is going to be C#
- You can work with the compiler (not a black box any more) but you can refactor and put inside your own code. Rewriting in front of managed api’s that will be exposed to the developers.
- using yield keyword in PLINQ to tell the system in what point you want to release the thread, and also use inside the waitforall method.
- To Sum it up :
- Compiler as a service
- Async Programming enhancements
- Immutability (on the language level, you’ll be able to declare elements as immutable
Comments