jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 91 - 100
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: 21

Design Patterns Tutorial

Rating 2.5 2.5
An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.
Platform(s): n/a Date: Mar, 25 2004
DETAIL
Hits: 22

Setting up your ASP .NET server (IIS)

Rating 0.0 0.0
A guide that shows you how to install IIS server and configure it to work with ASP .NET (.aspx files), not just with ASP.
Platform(s): n/a Date: Mar, 31 2004
DETAIL
Hits: 36

ASP.NET Caching: Techniques and Best Practices

Rating 3.0 3.0
ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases. The cache API provides additional flexibility (quite a lot, in fact), and can be used to take advantage of caching throughout every application.
Platform(s): n/a Date: Apr, 01 2004
DETAIL
Hits: 23

ASP.NET Debugging

Rating 0.0 0.0
ASP.NET provides extensive tracing and debugging capabilities, an area that has been neglected for web developers in the past. With its new compilation model, debugging a page becomes as natural as debugging any other application.
Platform(s): n/a Date: Apr, 10 2004
DETAIL
Hits: 25

Web Forms Internals

Rating 0.0 0.0
ASP.NET pages are dynamically compiled on demand when first required in the context of a Web application. Dynamic compilation is not specific to ASP.NET pages (.aspx files); it also occurs with Web Services (.asmx files), Web user controls (.ascx files), HTTP handlers (.ashx files), and ASP.NET application files such as the global.asax file. But what does it mean exactly that an ASP.NET page is compiled?
Platform(s): n/a Date: Apr, 22 2004
DETAIL
Hits: 24

Executing queries on XMLDBelt

Rating 0.0 0.0
This tiny demo source code will give you a hint about how to query data stored on your server via XMLDB Engine Lite (XMLDBelt), create new files, insert data into existed, update data, delete and etc.
Platform(s): n/a Date: May, 03 2004
DETAIL
Hits: 26

The Quest for ASP.NET Scalability

Rating 0.0 0.0
In this article, we will look at some of the architectural and design decisions that may affect ASP.NET application scalability. In addition, you will leanr how you can use Enterprise Services and MSMQ to reduce the effect of those scalability problems.
Platform(s): n/a Date: Jun, 15 2004
DETAIL
Hits: 18

Cookies in ASP.NET

Rating 0.0 0.0
We probably all remember how agonizing it is to create client-side cookies using JavaScript. HttpCookie class offers an easier way to accomplish the task and with minimal fuss. This article takes a close look at HttpCookie class and how to use it to store cookies on the client machine.
Platform(s): n/a Date: Jun, 20 2004
DETAIL
Hits: 13

Creating Custom RSS Feeds – Part 1

Rating 0.0 0.0
This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will focus on creating a dynamic RSS feed with ADO.NET.
Platform(s): n/a Date: Jun, 20 2004
DETAIL
Hits: 19

Using and consuming Web Services with ASP .NET / C#

Rating 0.0 0.0
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
Platform(s): n/a Date: Jun, 28 2004
DETAIL
Amount: 371
Displaying: 91 - 100
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 >>