Articles - C#

0

Like

Here, I am explaining how to convert a multipage tiff file into PDF file in C#. Sometimes we have a requirement to convert the multipage tiff file into PDF.I am using the iTextSharp (third party dll) for conversion of multipage tiff file into PDF file. ...Read more
Posted by: Manish Dubey
On 14 May 2013 | Views: 13 | Categories: Tips & Tricks, C#, ASP.NET
0

Like

In application development sometimes we need to send the mail through our application. Here I am explaining how you can send mail in ASP.Net using C#, VB.Net. ...Read more
Posted by: Manish Dubey
On 08 May 2013 | Views: 16 | Categories: VB.NET, Tips & Tricks, C#, ASP.NET
0

Like

Here, I am explaining how to Create a zip file in ASp.Net Using C# and VB.Net. We can easily Create Zip Files Archives using DotNetZip Library. ...Read more
Posted by: Manish Dubey
On 07 May 2013 | Views: 68 | Categories: C#, ASP.NET
0

Like

Caching is a most important aspect of high-performance web application. Caching provides a way of storing frequently accessed data and reusing that data. Practically, this is an effective way for improving web application’s performance. ...Read more
Posted by: Shailendra Chauhan
On 07 May 2013 | Views: 17 | Categories: MVC, C#, ASP.NET, Microsoft.net
0

Like

Error handing is the main concern in any application, whether it is web application or desktop application. Usually, we catch the exception and log its details to database or text,xml file and also display a user friendly message to end user in place of error. ...Read more
Posted by: Shailendra Chauhan
On 07 May 2013 | Views: 21 | Categories: MVC, C#, ASP.NET, Microsoft.net
0

Like

Donut caching is the best way to cache an entire web page except for one or more parts of the web page. Before Donut caching, we have Output Caching which cache the entire web page. ...Read more
Posted by: Shailendra Chauhan
On 07 May 2013 | Views: 17 | Categories: MVC, C#, ASP.NET, Microsoft.net
0

Like

I am explaining here the reverse way of my previous article i.e conversion of DataTable into List. ...Read more
Posted by: Manish Dubey
On 30 Apr 2013 | Views: 39 | Categories: C#, ASP.NET
0

Like

Here, I am explaining how to find the duplicate records in DataTable using LINQ. ...Read more
Posted by: Manish Dubey
On 26 Apr 2013 | Views: 47 | Categories: Linq, C#, ASP.NET
0

Like

In this post, I am explaining about Constructor Chaining in C#. I konw this will be taken for granted for those of us who have been working with C# for a while now but may be a newbie will find this helpful. ...Read more
Posted by: Manish Dubey
On 25 Apr 2013 | Views: 63 | Categories: C#, ASP.NET
0

Like

When we are using object oriented approach in web application, It is always better to use Generic List of objects. But there are several cases when we need to convert the list of object into DataTable. Here, I will explain how to convert a Generic List into a DataTable. ...Read more
Posted by: Manish Dubey
On 24 Apr 2013 | Views: 45 | Categories: Tips & Tricks, C#, ASP.NET
Page 1 of 18
Other lins

.Net Techies
Other lins