03/08/2015 by Nitesh

Show or Hide Favorites bar in Microsoft Edge

Friends, Windows 10 is here and undoubtedly, it is one of the best Windows launched so far. Windows 10 comes with a brand new browser name “Microsoft Edge” and in this post, we will see how to show/hide Favorites bar in Microsoft Edge. I have already made Edge as my default browser. By default Edge…

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 »

30/06/2015 by Nitesh

Presented on Azure Websites in C# Corner Kolkata Chapter

This Sunday on 28th June, 2015 I presented on “Azure Websites” for C# Corner Kolkata Chapter’s event -“A Day With Azure” at Microsoft Office, Kolkata. In spite of heavy rain, the audience made it to the venue to learn about Azure. IN this session, I discussed about the following topics – Hosting your application in…

Continue Reading »

20/06/2015 by Nitesh

How To Keep IIS Express Running After Debugging is Stopped in Visual Studio 2012

Friends, In Visual Studio 2012 whenever you debug a web application and open the application in Chrome/Firefox, the application used to run even after you have stopped debugging. This means, you can stop debugging, edit some piece of code, rebuild and just refresh the page in browser to test things. However, in Visual Studio 2013…

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 3 4 5 6 7 38