.NET news » Search results

Search results for query "net" (410):

A Beginner's Guide to ASP.NET Application Folders

This article explains about ASP.NET application folders like App_Code, App_Theme and App_Data
2010-12-08 02:16:00   Source: A Beginner's Guide to ASP.NET...   Tags: ASP.NET

Web Server and ASP.NET Application life Cycle in Depth

This article describe in depth everything happen beween the request/response in a web application
2010-12-07 04:15:00   Source: Web Server and ASP.NET Application...   Tags: ASP.NET

Quick ways to boost performance and scalability of ASP.NET, WCF and Desktop Clients

There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but makes a lot of difference in terms of scalability.

.NET Performance: Performance Diagnostics of .NET Applications Using ETW

Event Tracing for Windows (ETW) is a powerful logging technology that's leveraged in the .NET Framework 4 CLR to make profiling your managed application simpler than ever. ETW collects system-wide data and profiles all resources (CPU, disk, network and memory) making it very useful for obtaining a holistic view.
2010-12-02 18:00:00   Source: .NET Performance: Performance...   Tags: Performance

Security Briefs: Improve ASP.NET Security with Visual Studio Code Analysis

Visual Studio code analysis and FxCop enable you to check your code automatically for design, performance and security issues. Now you can check your ASP.NET apps, too. We’ll show you how.
2010-12-02 18:00:00   Source: Security Briefs: Improve ASP.NET...   Tags: Performance

Use jQuery and ASP.NET to Build a News Ticker

Many websites display a news ticker of one sort or another. A news ticker is a user interface element that displays a subset of a list of items, cycling through them one at a time after a set interval. For example, on Cisco's website there is a news ticker that shows the company's latest news items. Each news item is a one sentence link, such as "Desktop Virtualization Gathers Steam," or "Cisco Reports First Quarter Earnings." Clicking a headline whisks you to a page that shows the full story. Cisco's news ticker shows one headline at a time; every few seconds the currently displayed headline fades out and the next one appears. In total, Cisco has five different headlines - the ticker displays each of the five and then starts back from the beginning.

This article is the first in a series that explores how to create your own news ticker widget using jQuery and ASP.NET. jQuery is a free, popular, open-source JavaScript library that simplifies many common client-side tasks, like event handling, DOM manipulation, and Ajax. This article kicks off the series and shows how to build a fairly simple news ticker whose contents can be specified statically in HTML markup or created dynamically from server-side code. Future installments will explore adding bells and whistles, such as: stopping the news ticker rotation when the mouse is hovered over it; adding controls to start, stop and pause the headlines; loading new headlines dynamically using Ajax; and packaging the JavaScript used by the ticker into a jQuery plugin.

Read on to learn more!

2010-11-30 18:00:00   Source: Use jQuery and ASP.NET to Build a...   Tags: Examples

Introduction to Parallelism in .NET 4.0

Introduction to the parallelism features of .NET 4.0 - PLINQ, the TPL and Rx.
2010-11-30 13:26:00   Source: Introduction to Parallelism in .NET 4.0   Tags: Other Performance

Converting ASP.NET control check box list into drop-down check box list.

How to create your own drop-down check box list control
2010-11-30 10:21:00   Source: Converting ASP.NET control check box...   Tags: ASP.NET

Bulk CRUD operation using XQuery and reflection in asp.net

Easy approach to implement bulk CRUD operation using Xquery, reflection in asp.net with example

ASP.NET Scopes Framework: a powerful alternative to Forms and MVC

This article introduces a brand-new web dev pattern and provides a framework based on it. It is a long-waited dev approach providing a unique and elegant solution to all Forms and MVC fundamental problems and bringing Web 2.0 site development task to a new level of flexibility and transparency.
2010-11-23 19:59:00   Source: ASP.NET Scopes Framework: a powerful...   Tags: ASP.NET