jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 141 - 150
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>
Sort Listings By:
Hits: 1071

.NET - Use Refactoring To Handle Multiple Versions of Classes

Rating 0.0 0.0
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
Platform(s): Windows Date: Oct, 15 2004
DETAIL
Hits: 1067

Introducing Really Simple Syndication in ASP.NET

Rating 0.0 0.0
Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity over the years due to its simplicity. The XML file formatted according to the RSS specification is either found as a physical file or is obtained via a Web site that handles the request and sends the content over the Internet to the client.
Platform(s): Windows Date: Oct, 07 2006
DETAIL
Hits: 1067

VB.NET 2005 Tutorials: Using the Data Form Wizard

Rating 3.0 3.0
VB.NET 2005 Tutorials: Using the Data Form Wizard - In this tutorial you will learn about Using the Data Form Wizard - Building a Single-Table Data Form, Transform and Filter Data, Using Server Explorer, Drag-and-Drop From Server Explorer, What the user Can and Cannot Drag from Server Explorer, Filtering Data, Filtering With DataViews, Filtering At the Server, Transforming Data with Lookups and Master Detail.
Platform(s): Windows Date: Jul, 22 2005
DETAIL
Hits: 1067

Stored Procedures and .NET Part I: Executing Simple Stored Procedures

Rating 0.0 0.0
Learn how to create and execute stored procedures using .NET.
Platform(s): Windows Date: Nov, 15 2004
DETAIL
Hits: 1067

Converting a JSP project to an ASP.NET project

Rating 0.0 0.0
The objective of this lab is to convert a simple JSP application into an ASP.NET application using the Java Language Conversion Assistant (JLCA). The JSP application is a simplified e-commerce scenario, consisting of two JSP pages, a Servlet, a tag library consisting of a single tag, and the SQL Server Pubs database.
Platform(s): n/a Date: Feb, 19 2004
DETAIL
Hits: 1062

HTTP Architecture for ASP.NET

Rating 1.0 1.0
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
Platform(s): n/a Date: May, 28 2003
DETAIL
Hits: 1055

How to Build an RSS News Reader

Rating 3.0 3.0
RSS (Rich Site Summary) news feeds are easily consumed and displayed in an ASP.NET web forms page using no more than a few lines of codes. However, listing the RSS news feed links in this fashion can take up considerable page space. Instead, it would be more convenient to display them in a small embedded window that automatically scrolls them to the user. This method substantially reduces the page real estate devoted to the news feed, while displaying the same information in a compact, attractive, and intuitive manner. Once you have developed a method for displaying RSS news in this format, it would be still more convenient to implement the method as a custom control that you can add to any ASP.NET web forms page with just a few lines of code. This article shows you how. In this article, you will learn how to create the illusion of continuous seamless scrolling by: 1) using two datagrids to display the same listing; and 2) scrolling the entire total list, but then repeating the scrolling when it has passed over the first list.
Platform(s): n/a Date: Jan, 23 2006
DETAIL
Hits: 1054

ASP.NET 2.0: GridView Filtering

Rating 4.5 4.5
In this tutorial you will learn how to add a filter to a Grid View Control, To modify the query with a parameterized filter, the WHERE Clause, Parameter properties, Parameter Value Editor and To test filtering.
Platform(s): Windows Date: Jun, 04 2006
DETAIL
Hits: 1053

ASP.NET: Leveraging Visual Studio .NET for Web Projects

Rating 0.0 0.0
Learn how to use the tools and options in Visual Studio .NET to increase your productivity and work efficiently in a team environment when building ASP.NET applications.
Platform(s): n/a Date: Aug, 08 2003
DETAIL
Hits: 1051

Using CultureInfo to modify output

Rating 4.0 4.0
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
Platform(s): n/a Date: Oct, 28 2003
DETAIL
Amount: 371
Displaying: 141 - 150
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 >>