Tag Archives: C# coding

14Aug/14

Simple interpolation class

Interpolation was a need for several reason. Here we show to you simple interpolation class by using linear interpolation. Description The above coding used for simple linear interpolation. There are three option of interpolation available here which is base on the position of interpolation you need. This interpolation also can be used to interpolate from […]

12Jun/14

Increase Performance of Excel

Create an excel by using c# coding internally give an issue in the performance of the application process. This is especially when deal with large data. There are several way to increase the performance of your application. Here we suggest to you the most simple way to increase your application.   Description The above coding […]