Posts

Showing posts from 2016
Image
Uploading video on Youtube from our .net website Video 1 Video 2 Video 3 Video 4 Video 5

Managinng Date and Time of Indian Timezone for US Servers with Asp.Net C# code

TimeZoneInfo INDIAN_ZONE = TimeZoneInfo.FindSystemTimeZoneById("India Standard Time"); DateTime indianTime = TimeZoneInfo.ConvertTimeFromUtc(DateTime.UtcNow, INDIAN_ZONE); string date1 = indianTime.ToShortDateString();                          string currentdate = Convert.ToDateTime(date1, CultureInfo.CurrentCulture).ToString("M/d/yyyy");
Web Hosting Guide for Beginners If you have been thinking of making your own website to take advantage of the Internet boom but don’t know about website hosting and other services that are essential for creating and hosting a site, this article is meant for you. There are many basic questions about website hosting and other  web hosting services  whose answers are sought by the beginners. Here we try to answers all such frequently asked questions on website hosting to guide the beginners. What is Website Hosting?  Hosting a website means making a website available to public worldwide. When you create website, it is composed of web pages having text, images, videos and other content for people to see them. However, people can see your website only when it is available on the Internet. To make your website available on the Internet, you have to store it on a computer called web server. When you buy some space on a web server and store your webpages there, your websit...