I recently was given some code in c# ASP.NET and I was going through it and it seems as though the person who coded this before me used telerik radgrid and windsor container. I looked these up and I understand what telerik radgrid does (http://www.telerik.com/help/aspnet/grid/grdataglance.html), but If i am just starting out is it really worth it to use these plugins? or is it much better to just do it by scratch. Also I was wondering if someone could explain what exactly does windsor container do: http://www.castleproject.org/container/gettingstarted/index.html and if it is necessary? The website is just a basic content management system as of right now. Thanks guys!
Share
To understand what windsor container does – watch this video. It’s about different tool called Ninject, but the idea is the same. For more details – read this book.
Can’t tell much about telerik radgrid though.