class was over too quickly
*SIGH*
I read the changes of c# from 2.0 --> April 2010 release
Anon delegate explained better... reduced code with lambda delegate
intro to LINQ
AND GUESS WHAT.... there was like 10 page explains what is Pipeline programing
and ending with "THIS BOOK WILL NOT HELP YOU LEARN PIPELINE PROGRAMING -"
OpenGL vs DirextX
c# libraries stoped being updated DUE to XNA game studios
which stinks.. but you can still work with things...
learned bout how gfx card work, with shaders and how are they coded in there own language, they get coded on a lower language lv. then c++ but not as low as assembly but close enough there are many different type of those... WITH more confusing acronyms..
this book is quite interesting CONTAINS A LOT of info..
i am enjoying the read..
- book code feeds me well..and today in c# language i learned
- @ - tells compiler to not take things so seriously and ignore stuff..
- Literals are Literals .. decimal rate = 0.4M (forced decimal)
- Converting classes is OK (system.convert.ToInt32()); easy conversions
- Text Formatting
- Arithmetic Operations same as all languages we learned java/vb
- also strings are "immutable" -- they cant be changed -and are recreated (book re-stated this i remember this from school i think mr. c mentioned this before)
No comments:
Post a Comment