Home Tags ASP.NET

Tag: ASP.NET

ASP.NET and jQuery: how to create rich content

0
In a nutshell, the jQuery UI library provides the following: Completely configurable widgets like accordion, tabs, progressbar, datepicker, slider, autocomplete, dialog, and button Interactive...

Creating media galleries with ASP.NET 4 social networking

0
In order to create the file management software for our website, we need to consider topics such as a single or multi-file upload, file...

ASP.NET 4 Social Networking: Implementing a Complete Messaging System

0
Problem A basic messaging system should be able to manage messages, senders and recipients, folders that contain the messages, and email notifications. In our case,...

Tips and Tricks for Effectively Using ASP.NET

0
ASP.NET Site Performance Secrets Simple and proven techniques to quickly speed up your ASP.NET website Speed up your ASP.NET website by identifying performance bottlenecks that...

ASP.Net Site Performance: Reducing Page Load Time

0
The JavaScript code for a page falls into two groups—code required to render the page, and code required to handle user interface events, such...

ASP.Net Site Performance: Speeding up Database Access

0
  ASP.NET Site Performance Secrets Simple and proven techniques to quickly speed up your ASP.NET website Speed up your ASP.NET website by identifying performance bottlenecks that...