|
An ASP.NET thumbnail solution
|
Total Hit (750) |
Welcome to my first article in CodeProject! The picture above should give an idea of what the code i developed does. I started this project after reading the (very good) ASP.NET tutorials of the Framework SDK. The DataList control gave me the idea to make a user control to display thumbnails in grid
....Read More |
Rating
|
|
|
ASP.NET Guestbook Application
|
Total Hit (725) |
This is a 1:1 port (regarding functionality) of my guestbook application written in VBScript for ASP, to a C# application written for ASP.NET.
|
Rating
|
|
|
XPath Analyzer
|
Total Hit (645) |
XPath Analyzer is an attempt to build a query analyzer for XPath language, accessible over the Internet. XPath is a very efficient language to address specific nodes in an XML document. It is frequently used in XSLT to transform XML document to another document format. However, with the introduction
....Read More |
Rating
|
|
|
WebDrive with ASP.NET (C#)
|
Total Hit (712) |
This article will present a full ASP.NET web application written in pure C#. You'll see how to upload a file, use XML to store and read configuration, control the bandwidth used by the web site and adjust it to your needs.
|
Rating
|
|
|
|
|
How To: Set Up SSL on a Web Server
|
Total Hit (1173) |
A Web server must be configured for SSL in order to support https connections from client applications. This How To shows you how to configure SSL on a Web Server. (
|
Rating
|
|
|
How To: Set Up Client Certificates
|
Total Hit (1182) |
IIS supports client certificate authentication. This How To shows you how to configure a Web application to require client certificates. It also shows you how to install a certificate on a client computer and use it when calling the Web application.
|
Rating
|
|
|
|
How To: Use SSL to Secure Communication with SQL Server 2000
|
Total Hit (1207) |
It is often vital for applications to be able to secure the data passed to and from a SQL Server database server. With SQL Server 2000, you can use SSL to create an encrypted channel. This How To shows you how to install a certificate on the database server, configure SQL Server for SSL and to verif
....Read More |
Rating
|
|
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 1
|
Total Hit (1030) |
As a great philosopher of our times has so eloquently put it, it’s “deja vu all over again“. Remember OLE? Remember COM? Technologies which in their turn, was each supposed to be the foundation for everything to come from Microsoft. Remember how hard it was to understand them? Worse yet, implement t
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 2
|
Total Hit (1004) |
In part 1 I described an application that I devised as a learning project to help me get experience developing for the .NET environment, specifically ASP.NET. The application is a WEB based bug tracking tool. In the previous article I described the requirements for the application and defined the da
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 3
|
Total Hit (933) |
This is the third article in a series of articles describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 4
|
Total Hit (909) |
This is the fourth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the applicatio
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 5
|
Total Hit (1009) |
This is the fifth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a WEB-based application and then develop the application
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 6
|
Total Hit (975) |
This is the sixth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a web-based application and then develop the application
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 7
|
Total Hit (950) |
This is the seventh article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a web-based application and then develop the applicati
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 8
|
Total Hit (911) |
This is the penultimate SWAT article. Only one more to complete the goals described in part 1. I'll share a secret with you, writing the articles was way harder than coding the original application. But I suppose that's also a learning experience. It's been fun and I hope that it's provided some ben
....Read More |
Rating
|
|
|
SWAT - A simple Web-based Anomalies Tracker - Part 9
|
Total Hit (972) |
This is the last SWAT article. This article implements the reporting feature and completes all the requirements described in the first article. For those readers new to SWAT, this series of articles described the development of an application I devised as a learning project. The purpose of the proje
....Read More |
Rating
|
|
|
An ASP.NET Application to View and Share Photos Online
|
Total Hit (970) |
This application gives you some basic photo-sharing capability similar to Ofoto or Yahoo-photos. The advantage to rolling your own application is that you gain full control over the content and layout of your site (no popup ads!) and you can completely customize it to fit your needs.
....Read More |
Rating
|
|
|
Online Quiz
|
Total Hit (1043) |
The idea to write an online quiz came up when I was looking for an XML tutorial. I visited W3Schools.com and found not only the tutorial I was looking for, but more interestingly was an online quiz. I took the 20-questions quiz once, and hey! I felt great about it. I wonder why there are just few we
....Read More |
Rating
|
|
|
Amazon Explorer - An adventure with ASP.NET & the Amazon Web Service
|
Total Hit (975) |
Since the advent of the .NET framework and Web Services I've heard of many interesting and wonderful applications of the two technologies. However, you never really get an appreciation for something until you actually try it yourself. Well, I tried out these technologies with an idea of mine and I m
....Read More |
Rating
|
|
|
Personal .NET Portal
|
Total Hit (996) |
This article describes how I build my Personal Portal (in other words: a Homepage). The idea was to develop a Portal that is easy to deploy (e.g. no Database) and easy to use.
|
Rating
|
|
|
Guestbook for ASP.NET
|
Total Hit (1052) |
It is a projet permitting people to sign a guestbook on a website. The project is build in two parts:
Signing the guestbook.
Viewing the guestbook.
|
Rating
|
|
|
ASP.NET To Do List Application
|
Total Hit (957) |
I recently attended an excellent two day ASP.NET workshop given by the folks at Wintellect. After I returned to my desk I decided I need to write an application using ASP.NET in order to make the things I had learned stick in my brain. This simple application is the result. However, this simple two
....Read More |
Rating
|
|
|
|
URL sharing across a network with ASP.NET
|
Total Hit (2501) |
URL Explorer is an ASP.NET application which displays the content of a generated XML file, representing the structure of your Favorites folder with the help of an XSLT stylesheet. URL Explorer allows the sharing of Internet Explorer shortcuts over an intranet or the Internet.
....Read More |
Rating
|
|
|