by munnaonc
12. September 2006 20:09
I don’t know using try catch in your code is good or bad. But I am sure that it makes your code run more slowly. For the early edge of my programming carrier I believed that c# language has managed the try catch or exception handling quite well. So we can use try catch as much as we can in our code to deal with the exception. But while working on the International Tax Expert project I found try catch is making my program working slow... this happens specially in paring a string to integer. Le...
[More]
by munnaonc
12. September 2006 18:30
Recently in our project we have started to use xceed grid 3.1. Well xceed is very smart to introduced few new features. Two most interesting features that impressed me is xceed grid report features. and its fixed column feature. this two featue is badly needed in our project . thanks to xceed that the reporting now easy like icecream. letme give you an example how easy its is to create a report from a grid. using( GenerateReportForm generateReportForm = new GenerateReportForm( this.gri...
[More]