Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Software Testing and Quality Assurance - Approaches, Process, Methods New Links RSS/Atom
Sponsors



  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Programming  arrow  .NET  (180)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Rating (Lowest Score to Highest Score)


Visit   ScriptManager Enables AJAX In Your Web Apps    Last Update 2007/8/21 9:23
Category  Programming  arrow  .NET  :  Programming  arrow  JavaScript  :  Programming  arrow  Tools  :  Programming  arrow  Platforms  arrow  AJAX
Description
As a server-side control, ScriptManager reacts to events in the ASP.NET page lifecycle and uses those events to coordinate the activities of all the controls, options, and code employed by ASP.NET AJAX. ScriptManager will hook a particular event, get notified when it occurs, and configure a few settings depending on the environment; this process will repeat itself several times through the rendering cycle of your ASP.NET page. The settings it configures, however, are often the exact settings needed to make your use of ASP.NET AJAX seamless.
I will first go over a few of the main features of ASP.NET AJAX that the ScriptManager control enables for you, and then begin an exploration of the lifecycle of the control on the server. By understanding the internals of ScriptManager, you will gain a deeper appreciation for the options it provides for Web application development and learn how to get the most out of it.

Hits: 17  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Building Web Apps without Web Forms    Last Update 2008/4/2 9:45
Category  Programming  arrow  .NET  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Approaches, Process, Methods  arrow  Software Architecture
Description
I'd learned several best practices that I applied when working on my desktop apps. Two of them were:
* Separation of concerns: don't mix UI logic with underlying behavior.
* Automated unit testing: write automated tests that verify whether your code does what you think it does.

The underlying principles here apply regardless of technology. Separation of concerns is a fundamental principle that exists to help you deal with complexity. Mixing Different responsibilities within the same object—like calculating remaining work hours, formatting data, and drawing a graph—is just asking for maintenance problems. And automated testing is crucial to getting production-quality code while still maintaining your sanity, particularly when you're updating an existing project. ASP.NET Web Forms made it very easy to get started, but, in other ways, trying to apply my design principles to Web apps was a struggle. Web Forms are relentlessly UI focused; the fundamental atom is the page. You start by designing your UI and dragging controls. It's very seductive to just start slapping your application logic into the page's event handlers

Hits: 24  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Creating a Tasklist Application with ASP.NET MVC    Last Update 2008/11/5 14:10
Category  Programming  arrow  .NET  :  Approaches, Process, Methods  arrow  Software Architecture  :  Programming  arrow  C#
Description
Stephen Walther builds an entire ASP.NET MVC application from start to finish. This tutorial is a great introduction for people who are new to the ASP.NET MVC Framework and who want to get a sense of the process of building an ASP.NET MVC application.

Hits: 19  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Using Silverlight 2 With ADO.NET Data Services    Last Update 2009/5/14 9:33
Category  Programming  arrow  .NET  :  Programming  arrow  Silverlight
Description
ADO.NET Data Services and Silverlight make a powerful combination, but to make them work well together, there are a few things you need to understand.

Hits: 6  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   MicroORM - A Dynamically Typed ORM for VB and C# in about 160 Lines    Last Update 2009/12/30 9:45
Category  Programming  arrow  .NET  :  Database
Description
Using the new DLR features in .NET 4 you can build a configuration-free ORM that uses the normal object-dot-property syntax without interfaces to define, classes to implement, or XML data mapping.

Hits: 14  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Defining .NET Components with Namespaces    Last Update 2011/4/13 8:20
Category  Programming  arrow  .NET
Description
A .NET software component is a compiled set of classes that provide a programmable interface that is used by consumer applications for a service. As a component is no more than a logical grouping of classes, what then is the best way to define the boundaries of a component within the .NET framework? How should the classes inter-operate?

Hits: 31  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   MonoTouch: Building iOS Applications with C# and .NET - Common iOS Classes    Last Update 2011/7/26 14:15
Category  Programming  arrow  .NET  :  Programming  arrow  C#  :  Programming  arrow  Platforms  arrow  Mobile
Description
OS contains a number of controls and classes that help you considerably when building applications. The user interface elements range from the buttons and labels we have already seen, to sliders, progress views, and paging controls—to name just a few. There are also classes to abstract various system capabilities, such as playing music and sending email. In this article, we’ll survey several of the more common classes you’ll use when building applications.

Hits: 13  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Securing Your ASP.NET Applications    Last Update 2012/2/2 17:03
Category  Programming  arrow  .NET  :  Programming  arrow  Security
Description
This article discusses two more common attacks to help round out our arsenal of application protections—cross-site scripting (XSS) and cross-site request forgery (CSRF).

Hits: 18  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Writing a Comprehensive Unit Test    Last Update 2012/11/19 18:54
Category  Programming  arrow  .NET  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.

Hits: 29  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Canceling Server Tasks with ASP.NET AJAX    Last Update 2007/8/21 9:28
Category  Programming  arrow  .NET  :  Programming  arrow  Platforms  arrow  AJAX
Description
ASP.NET AJAX can make canceling remote operations really easy, but there are two restrictions. First, the task must have been started using UpdatePanel. Second, no extra work should be required on the server to compensate for the abrupt interruption of the task.

Hits: 12  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



(1) 2 3 4 5 6 7 8 9 10 11 [18] » 
Software Development Expertise

Load Testing Software and Services by Web Performance : the only load testing software with "how many users" analysis

Software Development - Svitla Systems is an offshore software development company which provides various programming services.

Bug Tracking Software - OnTime is industry leading bug tracking software

Scrum Expert - Agile Project Management Knowledge

Software Testing Magazine - Unit, Load, Functional Software Testing Expertise

Share The Knowledge

Practical
Methods & Tools
RSS 2.0
Twitter
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2013 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences