Framework Question

  • Thread starter Thread starter KA Kueh
  • Start date Start date
K

KA Kueh

Dear all,

I am interested to develop my own framework (application blocks) using the
CLR with C# as my language of choice. Does anyone know of any good reading
material that I can refer to? Thank you.

Regards,
Kueh.
 
Hello KA,

Start from this book
http://www.amazon.com/Framework-Des...6415927?ie=UTF8&s=books&qid=1174985231&sr=8-3

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

KK> Dear all,
KK>
KK> I am interested to develop my own framework (application blocks)
KK> using the CLR with C# as my language of choice. Does anyone know of
KK> any good reading material that I can refer to? Thank you.
KK>
KK> Regards,
KK> Kueh
 
KA Kueh said:
Dear all,

I am interested to develop my own framework (application blocks) using the
CLR with C# as my language of choice. Does anyone know of any good
reading material that I can refer to? Thank you.

Regards,
Kueh.

Just a thought, have you looked over the existing Microsoft Application
Blocks?

http://msdn.microsoft.com/practices

HTH,
Mythran
 
Hi,

I have gone through it. I am impressed with the microsoft application
blocks and would use it but I want to create my own "blocks" that is
specific to my own developement needs, one that compliment as well as extend
Microsoft's App Blocks. If possible I want get started using the proper
techniques. Thank you.

Regards,
Kueh.
 
Back
Top