http://www.mediafire.com To Store and Send the large file.
http://www.youconvertit.com To Change the format of file
http://www.howstuffworks.com To know the science answer
http://www.meebo.com for messenger
http://www.nasa.gov Nasa website
http://www.sciencedaily.com for science messenges
http://www.webmd.com for health
http://www.dictionary.com for dictionary
http://www.howstuffworks.com for know about various scientific work
http://www.instructables.com for new idea
http://www.fruitsandveggiesmorematter.org for Vegetables energy and food details
http://www.quotedb.com for speech used for speaker
http://www.downloadsquad.com for download various things
http://www.stopbadware.org for protecting the system
http://www.techcrunch.com for Web news
http://www.tweakguides.com for tuning system
http://www.ilounge.com for i-pod details
http://www.alexa.com to see website usage rating
http://www.gackoandfly.comMosquito Ringtone
http://www.jetcityorange.comMosquito Ringtone
http://www.freemosquitoringtones.orgMosquito Ringtone
Dotnet, DotnetCore, Azure, C#,VB.net, Sql Server, WCF, MVC ,Linq, Javascript and Jquery
Subscribe to:
Posts (Atom)
Implementing OAuth validation in a Web API
I mplementing OAuth validation in a Web API Implementing OAuth validation in a Web API using C# typically involves several key steps to sec...
-
ViewBag, ViewData, TempData and View State in MVC ASP.NET MVC offers us three options ViewData, ViewBag and TempData for passing data from...
-
// Export Datatable to Excel in C# Windows application using System; using System.Data; using System.IO; using System.Windows.Forms; ...