02/05/2016 by Nitesh

Managing Word Documents With Spire.Doc Library Functions

Around a year ago, I wrote a post on How To Create a Word Document using Spire.Doc library. A few days back, one of my readers emailed me asking to help with some other functions in the library. Hence, this post is here where I explain various Spire.Doc Library Functions that eases the life of…

Continue Reading »

30/03/2016 by Nitesh

How To Convert a DateTime object into specific TimeZone in C#

Friends, Many times we store Date in our database by passing DateTime.Now as parameter value or by using GETDATE() in SQL Server. In both the cases, the time of the current machine is passed as the value. It is OK in case of Desktop applications however, when we move to web applications, the current computer…

Continue Reading »

29/02/2016 by Nitesh

Remove Roslyn support from ASP.NET Project

Friends, VS2015 has been launched and if you’re using .net Framework 4.5.2 to create projects using VS2015, you might have noticed that the project templates use Roslyn by default. In this post we will see How To Remove Roslyn support from ASP.NET Project. If you’re not aware of Roslyn, it is a set of open-source…

Continue Reading »

01/07/2015 by Nitesh

List Videos From a Channel using YouTube API V3 in C#

Friends, Google has retired YouTube API V2 and trying to fetch videos using the API V2 returns an error as “410 Gone Away“. In this post, we will see how can we retrieve all videos from a specific YouTube Channel using the latest YouTube API V3. Let’s get started creating the application. We create a…

Continue Reading »

17/06/2015 by Nitesh

Upload Files to FTP Server in C#

Friends, In some of my previous articles, I wrote about with How To List Files From FTP Server, How To Delete File From FTP Server, How To Download File From FTP Server. In this article, we will see how can we upload a file to FTP server using C# from our local hard disk. private…

Continue Reading »

1 2 3 10