Developer Shed:  Dev Shed | ASP Free | Dev Articles | Scripts | Dev Hardware | Dev Archives | SEO Chat | itsALLnet | Web Hosters
ASP Free
(Spanish) (French) (German) (Italian) (Portuguese) (English)
 
Plug in PDF Magazine
  .NET  
  ASP  
  ASP Code  
  ASP.NET  
  ASP.NET Code  
  C#  
  Code Examples  
  Database  
  Database Code  
  IIS  
  Microsoft Access  
  MS SQL Server  
  Visual Basic.NET  
  Windows Scripting  
  Windows Security  
  XML  
  Plug In PDF Mag.
  Request Media Kit
  Weekly Newsletter
   
  Blog History  
  Article Discussion  
  Games  
  Hardware  
  Law  
  Microsoft  
  Open Source  
  Security  
  SEO  
  Software  
  Wow  
  Stay Up to Date!  
  Developer Updates
 
  Free Website Content  
  Apress Books  
  DSL Service  
  Business Broadband
 
  ASP Hosting  
  ASP Hosting  
  Free ASP Hosting  
  ASP Forums  
  Forums  
  Forums Archive  
  Find Web Hosting
 
  Linux Web Hosting
 
  Windows Web Hosting
 
  Small Business Hosting
 
  Reseller Web Hosting
 
  ASP Web Hosting
 
  E-Commerce Hosting  
  Virtual Private Servers
 
  Dedicated Servers
 
  Affordable Web Hosting  
  Managed Hosting  
  Shared Hosting  
  DSL  
  ASP.NET Web Hosting  

  Change Language
 

  Top Rated Authors  
  Top Rated Bloggers  
  Submit an Article  
  Site Map  
  Articles:  
Blogs:  
  Forums:  

ASP Programming

RSS For ASP Free Articles
System-Level Fault Tolerance (Clustering/Network Load Balancing) in MS SQL Server      
Contributed by Sams Publishing
Article Rating:starstarstarstarstar / 2
2004-09-22
 
MS SQL ServerWindows Server 2003 provides several methods of improving system- or server-level fault tolerance by using a few of the services included in the Enterprise and Datacenter platforms. This chapter covers system-level fault tolerance using Windows Server 2003 network load balancing (NLB) and the Microsoft Cluster Service (MSCS). (From Microsoft Windows Server 2003 Unleashed, second edition, by Rand Morimoto, et al. Sams Publishing, 2004, ISBN: 0672326671.)  Discuss  (0)

Working With ADOX and Combo Box Control in Database      
Contributed by Mohammed Qattan
Article Rating:starstarstarstarstar / 2
2004-09-21
 
DatabaseThis article has 2 parts: The first part on ADOX provides information and code regarding the database, tables, stored procedures and views. In the second part the author provides a quick implementation on how to use the new .Net Combo Box.  Discuss  (0)

Windows Host Security: Network Security Hacks in Windows Security      
Contributed by O'Reilly Media
Article Rating:starstarstarstarstar / 1
2004-09-20
 
Windows SecurityThis chapter shows you some ways to keep your Windows system up-to-date and secure. Although many may scoff at the mention of Windows and security in the same sentence, you actually can make a Windows system fairly secure without too much effort. (Network Security Hacks by Andrew Lockhart, O'Reilly Media, ISBN: 0596006438, 2004.)  Discuss  (0)

Dynamic Link Libraries Inside-Out in Code Examples      
Contributed by Digvijay Chauhan
Article Rating:starstarstarstarstar / 9
2004-09-15
 
Code ExamplesThis article covers the advantages and disadvantages of Dynamic Link Libraries, how to write them, a discussion of the Entry point function, types of DLL linkage and more.  Discuss  (0)

Securing and Administering Access in Microsoft Access      
Contributed by McGraw-Hill/Osborne
Article Rating:starstarstarstarstar / 4
2004-09-14
 
Microsoft AccessThis chapter addresses the issue of database privacy, integrity, and security. The main purpose for database security is to prevent both inadvertent and intentional damage to the data and the database objects. Proper security measures prevent anyone who might view or edit the information from gaining unauthorized access. They also prevent anyone from making design changes without express permission to do so. You can protect both the data and the design elements with a variety of approaches. This chapter is from Microsoft Office Access 2003 QuickSteps, by Cronan, Anderson, and Anderson (McGraw-Hill/Osborne, 2004, ISBN: 0072232293).  Discuss  (1)

Applying XSLT to XML Using ASP.NET in XML      
Contributed by Jagadish Chaterjee
Article Rating:starstarstarstarstar / 9
2004-09-13
 
XMLThis article explains the basics of XSL to transform XML documents using simple examples. We will gradually focus on using ASP.NET to implement XSLT for any XML document and even to database queries. It introduces different ways of implementing XSL from browser’s perspective and server’s perspective. We will also discuss some tips to generate automated XML from database queries and then transform them to HTML using XSL transformations.  Discuss  (0)

Configuring SQL Server Express 2005 in MS SQL Server      
Contributed by Justin Cook
Article Rating:starstarstarstarstar / 8
2004-09-09
 
MS SQL ServerThe new Visual Studio Express tools are truly sweet, even though still in Beta. This holds true for SQL Server Express Edition, the free new powerful database system. The only problem with the Beta product is that there's no real graphical configuration tools, so getting the thing to actually run can prove to be a hefty task. This article will provide all the necessary instruction to get up and running happily.  Discuss  (1)

Extracting Metadata in Database      
Contributed by Apress Publishing
Article Rating:starstarstarstarstar / 6
2004-09-08
 
DatabaseThis chapter looks at the second step of code generation, extracting metadata, how to extract it from a variety of sources, especially focusing on SQL Server metadata extraction. Also introduces the intimate merge of metadata that's used to incorporate additional manual metadata information. (Code Generation in Microsoft .NET, by Kathleen Dollard, 2004, Apress, ISBN: 1590591372.)  Discuss  (0)

Longhorn, Another New Possibility in .NET      
Contributed by Michael Youssef
Article Rating:starstarstarstarstar / 5
2004-09-07
 
.NETRecently, I received over 120 email messages asking me about Longhorn and what it's all about. Because I don't have enough time to reply to all these messages (sorry folks), I thought a better idea would be to write a brief article on Longhorn and how it will change the way everyone working in IT with Microsoft technologies must think. Although this new intelligent operating system won’t be released until at least 2006, it's not a bad idea for you, as a developer, to begin mapping your mind.  Discuss  (2)

Style Case Studies: Index Tables in Code Examples      
Contributed by Addison-Wesley/Prentice Hall PTR
Article Rating:starstarstarstarstar / 9
2004-09-01
 
Code ExamplesThis book evaluates style versus structure in C++ programming, emphasizing using the C++ standard library effectively. This item on index tables focuses on how to implement them not just effectively but exceptionally. (This book excerpt is from Exceptional C++ Style by Herb Sutter, ISBN 0201760428, copyright 2005. All rights reserved. It is reprinted with permission from Addison-Wesley Professional.)  Discuss  (1)

Who is this Whidbey Guy? in ASP.NET      
Contributed by Justin Cook
Article Rating:starstarstarstarstar / 5
2004-08-31
 
ASP.NETFor many of us, ASP.Net has signified a new era of application development. The more we learn and experience the power and productivity of ASP.Net, the more impressive it continues to be. But Microsoft has already identified areas where improvements can be made, and common routines can be 'componentized'. These improvements have been made and will be available to the world of developers in the next version of ASP.Net, code-named "Whidbey". There are some truly exciting developments coming our way, and this article is an introduction to few of them!  Discuss  (0)

Threading in Delphi for .NET in .NET      
Contributed by Xavier Pacheco
Article Rating:starstarstarstarstar / 3
2004-08-30
 
.NETSee these building blocks for writing applications that respond to user input during process-intensive tasks. Rick Ross of PILLAR Technology Group covers processes, threading, AppDomain, user interface issues and more. (From Delphi for .NET Developer's Guide by Xavier Pacheco, Sams, ISBN: 0-672-32443-1, 2004).  Discuss  (0)

Blog Corner

RSS For Developer Shed Blog
  USERNAME PASSWORD >>> SIGN UP!  
   Lost Password?  

There are 313 US Billionaires...

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 05:00 pm EST
Rating: starstarstarstarstar
Wow

... and I'm not one of them yet. Their combined net worth, however, is something to behold, totaling up to over $1,000,000,000,000. Here's the list of top 10 folks... More  (0)
Spinach Powered Computer is No Popeye

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 04:00 pm EST
Rating: starstarstarstarstar
Hardware

MIT researchers have been able to harness the power of spinach to one day build spinach-powered computers that has leave no waste and beat up Brutus. "Eat your spinach," my mom used to say. "It'll make you big and strong, power your cell phone..." More  (0)
We Are Watching You

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 03:00 pm EST
Rating: starstarstarstarstar
Hardware

GPS in cell phones are being used by employers to track employees. Bet you didn't see that in your contract. More  (0)
Building a More Secure Linux

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 02:00 pm EST
Rating: starstarstarstarstar
Open Source

Mandrakesoft, Bertin Technologies, Surlog, Jaluna, and Oppida have been brought together by the French Ministry of Defense to develop a more secure version of the operating system. Provided they don't take any queues from the French military, I think they'll do just fine. More  (0)
MS Sues Web Hoster Over Spam

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 01:00 pm EST
Rating: starstarstarstarstar
Microsoft

Microsoft dons its lawyers with shining armor as it goes after 9 more companies responsible for SPAM, including some for hosting companies which send unsolicited mail and offer to protect them. More  (0)
B.O. Phone

By: cuda (Plant Food)
Posted: TODAY @ 12:00 pm EST
Rating: starstarstarstarstar
Wow

Can your phone alert you when you smell? This one can. More  (0)
Sun Readies FUD Campaign Against... Linux?!

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 11:00 am EST
Rating: starstarstarstarstar
Software

Sun's strategy is simple: equate Linux to Red Hat, then attack Red Hat until the Linux pest is gone. This wouldn't have anything to do with a certain $2-Billion deal with Microsoft, would it? (Is any of this really a surprise?) More  (2)
Broken Links are a Thing of the Past

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 10:30 am EST
Rating: starstarstarstarstar
Software

Nothing is more annoying to me than browsing a page, clicking on a link, and finding that a webmaster hasn't kept all his pages up to date. With IBM's Peridot, that could be a thing of the past. More  (0)
ATI Claims Big Linux Driver Push

By: Gnorb (Resident of Valhalla)
Posted: TODAY @ 09:55 am EST
Rating: starstarstarstarstar
Hardware

Although they've been promising it for months, Linux drivers from ATI are just now hitting the roadmap stage. It's about time! More  (0)
CA Securities Fraud Could Land Kumar in Jail

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 05:00 pm EST
Rating: starstarstarstarstar
Law

From The Register: "Former Computer Associates chief Sanjay Kumar has been hit with charges of securities fraud, obstruction of justice and conspiracy by the US DoJ (Department of Justice) - a result of the company's long-running accounting scandal." More  (0)
Wanna Get Paid More Than Your Boss?

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 04:00 pm EST
Rating: starstarstarstarstar
Wow

Just become #2 at Sun. Jonathan Schwartz is getting paid nearly seven times more than his boss, Chief Executive Scott McNealy. Check out these numbers (they're smaller than you might think): More  (1)
MS to Secure IE - for XP Only

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 03:00 pm EST
Rating: starstarstarstarstar
Microsoft

Are you one of the unlucky 200,000,000 who's not up to speed with XP yet? Then you should really take a look at using FireFox, at least if you want secure browsing. More  (1)
PeopleSoft Salting Oracle's Ground

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 03:00 pm EST
Rating: starstarstarstarstar
Software

Oracle's hostile takeover of PeopleSoft isn't being taken lightly by either side. But to keep frightened employees from fleeing, PeopleSoft is sweetening the severance package, which is making Oracle pretty mad. More  (0)
Sony Decides ATRAC Isn't the Way

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 02:00 pm EST
Rating: starstarstarstarstar
Software

Now, don't confuse it with 8-track, but Sony's audio compression standard looks to meet the same fate. Until now, Sony left MP3 support to fringe MP3 players like the iPod, and Creative's NOMAD. Now that they're getting their butts kicked, they're again considering MP3s More  (1)
I, Touchy, Feely Robot

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 01:00 pm EST
Rating: starstarstarstarstar
Hardware

Ever watch Futurama? Bender's constantly complaining when things smack him that they hurt! How can a robot feel pain? Probably by wearing some of this new robot skin which allows robots sensory perception like humans. Frankly, I'd like to attach it to my computer as a form of revenge... More  (0)


Click here for details!
Scripts.com
ASP Free - Your Source For ASP Source Code and More...
$2.99 Web Hosting
 
» System-Level Fault Tolerance (Clustering/Network Load Balancing) in: MS SQL Server
 
» Working With ADOX and Combo Box Control in: Database
 
» Windows Host Security: Network Security Hacks in: Windows Security
 
 
Get This For Your Site!
Dev Shed - The Open Source Web Development Site
#1 BEST WEB HOSTING 2004
 
» Practical XML Data Design and Manipulation for Voting Systems in: XML
 
» Developing an Object Oriented Credit Card Transaction Processor in: Practices
 
» Best PHP Practices in: PHP
 
 
Get This For Your Site!
Dev Articles - Your Multi-Platform Development Source
Domains Web Hosting
 
» Web Standards in Dreamweaver Part 3 in: Web Standards
 
» Creating Artistic Photographs in: Graphic Design
 
» An Introduction to XSLT in: XML
 
 
Get This For Your Site!
Dev Hardware - Your Home for Hardware Resources
DEDICATED HOSTING
 
» Leaner Computing: Less Might be More in: Opinions
 
» Zalman TNN-500A Fanless PC Case Review in: Computer Cases
 
» Ultra X-Connect 500W Modular PSU in: Power Supplies
 
 
Get This For Your Site!
SEO Chat - Search Engine Optimization
Recommended ASP/.NET Host
 
» What Good has the CAN-SPAM Act Done? in: SEO News
 
» Does Your Web Site Know Geography? in: Optimization
 
» Email Newsletters: Adding More Subscribers in: Promotion
 
 
Get This For Your Site!
Developer Shed Blog - Technical Professionals Discuss Todays Topics...
Web Hosting
 
» There are 313 US Billionaires... - Discuss
 
» Spinach Powered Computer is No Popeye - Discuss
 
» We Are Watching You - Discuss
 
 
Get This For Your Site!
Dev Shed Forums | ASP Free Forums | Dev Articles Forums | Dev Hardware Forums | SEO Chat Forums
 
 
© 2001-2004. All rights reserved. (Privacy Policy) ASP Free hosted by HostwaySupport