Category Archives: ASP .NET

Over the years sports have transformed into a bigger entity that not only serves the purpose of entertainment, but also fulfills the socio-economical purpose. No wonder that on account of 200 Million potential users across the globe and yearly turnover …

Currently, the foreground of every business brand is technology. In this competitive era, no matter what industry segment your business pertains to, presenting content artistically and promoting internet marketing profusely would be the basic needs to outshine. With the help …

If I ask you to list down 10 things that changed the world in the the last decade, probably social media will top the list. With the emergence of social media and the rising of social networking giants such as …
To upload photo in mvc api controller the method is as below: public System.Threading.Tasks.Task<Dictionary<string, dynamic>> UpdateProfileAndProfilePic() { HttpRequestMessage request = Request; if (!request.Content.IsMimeMultipartContent()) { throw new HttpResponseException(new HttpResponseMessage(HttpStatusCode.UnsupportedMediaType)); } var root = HttpContext.Current.Server.MapPath(“~/Uploads/ProfilePicture”); var provider = new MultipartFormDataStreamProvider(root); string UserId …

JQuery Conflict Solution Many JavaScript libraries use $ as a function or variable name, just as jQuery does. In jQuery’s case, $ is just an alias forjQuery, so all functionality is available without using $. If you need to use another JavaScript library alongside jQuery, …

Introduction to Web Api: Web API is an easy Asp.net framework which is used to build HTTP services that reach a broad range of clients, including browsers and mobile devices. This framework is an ideal platform for building REST full …
Before we get in to deep discussion about the importance of ASP.Net developers for your enterprise or company, let’s talk about Asp.Net first. Microsoft’s ASP.NET is an important element of DOT NET framework that is used for building dynamic web …

Dotnetnuke Introduction: In today’s era, DotNetNuke has become one of the most known Open Source Web Content Management System. Basically, it is used to manage the website content without getting too much technical know-how. It is based on the Microsoft …

“First of all, before we move on to jQuery Mobile, let’s understand what basically jQuery is ::” jQuery has been the most likeable and popular JavaScript library in use when it comes to development era. jQuery is an open source, …

A Single Page Application (SPA) also known as Single Page Interface (SPI), is a web application that fits in a single page. In SPA all necessary details are retrieved with page load or resources are dynamically called when its necessary. …