Framework Question

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.
 
M

Michael Nemtsev

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
 
M

Mythran

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
 
K

KA Kueh

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.
 
K

KA Kueh

Hi Michael,

Thanks. Will get the book that you have recommended. Thanks.

Regards,
Kueh.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top