ASP.NET
ASP.NET is a web application framework developed and marketed by Microsoft, that programmers can use to build dynamic web sites, web applications and web services.
Language
Any
Platform
Any
License
Any
An article for asp.net professionals looking for high-fidelity html to pdf conversion tools
We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more...
Any web application, be it an ASP.NET or not, revolve around relational database. So to create a good application design, you should always create a good database design. Database design is a process...
1. Eager to Code
2. Improper Documentation
3. Lack of Testing
4. Improper use of State features
5. Improper Validation of Data
6. Trying to do too much
7. Always seek Support
Google has a little known stock API. This tutorial shows how to use it with examples in ASP.NET using C#.
One of important goals of any application development process is making data presentation richer. ASP.NET provides many server controls which render data in different rich formats and styles....
Tutorial explains how to store to database and get back binary data, like images, .pdf or .zip files.
There is an option to store this type of data to web server file system. But, there is also...
BulletedList server control is a new ASP.NET feature. In our efforts to display organized data which makes sense to reader, we make use of different server controls in ASP.NET to render organized...
A Photo album is a popular approach to share pictures among friends, members or even the whole world. In this tutorial, we will be looking at how to implement a photo album in ASP.NET and MS SQL...
Tutorials explains in detail how to create and use themes and template files with .skin extension in ASP.NET web applications.
ASP.NET 2.0 introduces new feature called Themes and Skins which let...
Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability.
Performance is the key requirement of any application. One of...
Explains how to use XMLDataSource Control to access and display XML Data Source (e.g. local xml file, or RSS feeds).
XML can bypass strong firewalls, it is independent of all platforms and...
Tutorial explains how to protect web.config sensitive informations, like connection strings, usually stored as plain text.
Microsoft has provided the capability to encrypt sensitive information...
Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET.
You can perform all common database related tasks like displaying, editing and updating the...
Tutorial explains how to post data between web forms, using new Cross Page posting functionality.
Keeping in view limitations in ASP.NET 1.x, Microsoft has reinstated Cross Page posting feature...
Tutorial explains how to use Client Side Debugger, to simplify the debugging process of javascript code in ASP.NET web application.
Every one of us is well aware of problems posed when debugging...
In ASP.NET 2.0, Microsoft has introduced GridView control which displays tabular data in a grid. With GridView control, you can display, edit, and delete data directly from different kinds of data...
Explains how ASP.NET web application can interact with Excel files, both reading and writing.
Excel is such a powerful tool that many companies make extensive use of it for analyzing data.
Explains how to use AJAX to make more dynamic and responsive ASP.NET Web applications, which ultimately results in rich user experience.
AJAX, an acronym for Asynchronous JavaScript And XML is a...
Explains how to give consistent ways for the users to navigate the website.
Web applications that you develop will have multiple pages interconnected with each other in some fashion. You need to...