Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 92 of 133) 3985 Result(s) found 

 

Test your Search and replace Regular Expression
Total Hit (2673) Test your Regular expression and also test Search and replace with regular expression «b»«a href='../tools/RegTester.aspx'»Click here to see Live Demo...«/a»«/b» «code LangId=2»<%@ Page Language="VB" Debug="true" %> <%@ import Namespace="System.Data.SqlClient" %> <script runat="server"> ....Read More
Rating
How to debug Javascript in Visual Studio.net IDE
Total Hit (1564) By default Script Debugging is disable in Internet Explorer Which can prevent you to debug Javascript in your ASP.net project To Enable Script Debugging 1) open Internet Explorer 2) Goto Tools - > Advanced tab 3) Uncheck Disable Script debugging Check box in Advanced tab 4) Put Break point i ....Read More
Rating
This is a link to a different site Regular Expressions in ASP.NET
Total Hit (989) Regular expressions are an extremely useful tool for working with text. Whether you need to validate user input, search for patterns within strings, or reformat text in powerful ways, regular expressions can help.
Rating
This is a link to a different site Dynamically Adding Controls
Total Hit (584) Adding controls at runtime provides the flexibility to design user interfaces that can be different things to different users. By the end of this article you'll be using multiple Placeholder controls to build a fexible template page.
Rating
This is a link to a different site Caching with ASP.NET Part-1
Total Hit (990) In classic ASP, one of the techniques developers commonly relied on to speed up processing was the use of caching. One could, fairly easily, build their own caching system using Application variables, as highlighted in the FAQ, How can I use Application-level variables to cache information? There we ....Read More
Rating
This is a link to a different site Caching with ASP.NET, Part-2
Total Hit (3053) In Part 1 we looked at how to use Output Caching and Fragement Caching of an ASP.NET Web page. These two techniques cached either the full HTML output of an ASP.NET Web page, or a portion of the HTML output of an ASP.NET Web page (by caching the HTML output of a User Control). In this part, we'll ex ....Read More
Rating
This is a link to a different site How To: Use Forms Authentication with Active Directory
Total Hit (1033) This How To article shows you how to implement Forms authentication against an Active Directory credential store.
Rating
This is a link to a different site How To: Use Forms Authentication with SQL Server 2000
Total Hit (1094) This How To shows you how to implement Forms authentication against a SQL Server credential store. It also shows you how to store password digests in the database
Rating
This is a link to a different site How To: Create GenericPrincipal Objects with Forms Authentication
Total Hit (1081) This How To shows you how to create and handle GenericPrincipal and FormsIdentity objects when using Forms authentication.
Rating
This is a link to a different site Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication
Total Hit (1036) Applications may choose to store encrypted data such as connection strings and account credentials in the Windows registry. This How To shows you how to store and retrieve encrypted strings in the registry.
Rating
This is a link to a different site How To: Call a Web Service Using SSL
Total Hit (1048) SSL can be used to guarantee the integrity and confidentiality of the messages passed to and from a Web service. This How To shows you how to use SSL with Web services.
Rating
This is a link to a different site How To: Set Up SSL on a Web Server
Total Hit (1072) 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
This is a link to a different site How To: Set Up Client Certificates
Total Hit (1087) 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
This is a link to a different site How To: Use IPSec to Provide Secure Communication Between Two Servers
Total Hit (1029) IPSec is a technology provided by Windows 2000 that allows you to create encrypted channels between two servers. IPSec can be used to filter IP traffic and to authenticate servers. This How To shows you how to configure IPSec to provide a secure (encrypted) channel. ....Read More
Rating
This is a link to a different site How To: Use SSL to Secure Communication with SQL Server 2000
Total Hit (1101) 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
This is a link to a different site How can I format numbers and date/times using ASP.NET? For example, I want to format a number as a currency.
Total Hit (1358) One of the nice things about VBScript was its built-in formatting functions, such as FormatCurrency, FormatNumber, FormatDateTime, etc. (For more information on these functions see this FAQ or, better yet, check out the Strings FAQ Category.)
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 1
Total Hit (982) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 2
Total Hit (967) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 3
Total Hit (892) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 4
Total Hit (867) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 5
Total Hit (965) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 6
Total Hit (940) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 7
Total Hit (908) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 8
Total Hit (868) 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
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 9
Total Hit (933) 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
This is a link to a different site An ASP.NET Application to View and Share Photos Online
Total Hit (933) 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
This is a link to a different site Online Quiz
Total Hit (1005) 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
This is a link to a different site Amazon Explorer - An adventure with ASP.NET & the Amazon Web Service
Total Hit (930) 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
This is a link to a different site Personal .NET Portal
Total Hit (951) 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
This is a link to a different site Guestbook for ASP.NET
Total Hit (1005) 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


(Page 92 of 133) 3985 Result(s) found  ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ...

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.