Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Easily manage directories with .NET's Directory class
- The .NET Directory class exposes static methods for creating, moving, and enumerating through directories and subdirectories. Tony Patton walks you through the basics of this class. Last week I showed how you can use .NET's Path class to work with string values representing file and directory paths. This...
- Tags: Microsoft .NET, Middleware, Tony Patton, .NET, Application servers, Microsoft development tools, Programming languages, .NET Newsletter, Directory, Method, Class, .NET Directory Class, Directory Class, Path Parameter, Path Information, Listing F, C#, Software Development, Software/Web Development, Enterprise Software, Software, Development Tools
- Technical articles 2007-05-02
Additional Resources
- .NET Active Directory Wrapper Lite (zip)
- The .Net Active Directory Wrapper is a solution developed in Microsoft Visual Studio 2003/2005 to expose and help ease the use and access of LDAP systems such as Microsoft Active Directory in .NET code. This is done by wrapping the functions and operations offered by Active Directory in an easy,...
- Tags: .Net Active Directory Wrapper, Microsoft Windows Active Directory, Directory Services, LDAP, .Net, Application Servers, Middleware, Enterprise Software, Software, Software Development, Software/Web Development
- Software downloads 2007-10-05
- Perform file operations using VB.NET's FileInfo and DirectoryInfo classes
- Deleting a non-empty directoryA non-empty directory can be deleted by using the 2nd argument of the overloaded .Delete method. If set to True, the directory will be deleted regardless of whether it contains files or sub-directories.Is there an advantage to using the DirectoryInfo class as opposed to the Directory class?...
- Tags: gfiori@..., vb.net, programming, Microsoft Visual Basic.Net
- Discussion threads 2006-07-07
- Fine-Tune Your Active Directory Operations With .NET
- The .NET framework provides strong support for accessing Active Directory Services, letting one create, edit, delete, and search for directory objects efficiently. This paper discusses the benefits of Active Directory Services, its specific features, and how to manipulate Active Directory objects using .NET code. To implement the techniques discussed in...
- Tags: Microsoft .NET Framework, Directory Service, Jupitermedia Corp., Active Directory Service, Microsoft Windows Active Directory, Directory Services, .Net, Enterprise Software, Software, Software Development, Software/Web Development
- White papers 2006-12-19
- Use the .NET FileSystemWatcher object to monitor directory changes in C#
- There are many instances that require systems to perform certain tasks when files or directories are created or modified. One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory,...
- Tags: Directory, Monitor, Object, Zach Smith, C#, .Net, Monitors & Displays, Programming Languages, Software Development, Software/Web Development, Hardware, Components
- Download resources 2007-03-07
- Dot Net Class Builder (msi)
- Save time developing .Net classes. This product will allow you to connect to a MSSQL database and it will create a .Net class in either C#, VB.NET, Jscript, or J# based on the table layout with a click of a button.
- Tags: Class, .Net, C#, Microsoft Development Tools, Programming Languages, Application Servers, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
- Software downloads 2005-07-13
- GdIMDbImporter Lite (exe)
- This class library can be used for searching and importing various data about movies from Internet Movie Database IMDb. Import class can import data about any title from the IMDb based on the number of the movie title. Class library is written in C#.NET and you need MS dotNET Framework...
- Tags: Library, Microsoft Visual C#.Net, Class Library, Microsoft Development Tools, .Net, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2005-09-28
- Cannot open new ASP.NET project
- When I open a new ASP.NET project, I get an error message as shown in the following screen shothttp://www.geekstogo.com/forum/index.php?act=Attach&type=post&id=4916I restarted the IIS and ran the aspnet_regiis -i command from the Microsoft.NET directory and it said "Finished installing ASP.NET (1.1.4322.0)."Still I get that darn error message. Any idea's??It looks like the...
- Tags: .NET, virtual directory, new ASP.NET project, Microsoft ASP.NET, ASP.NET Project
- Q&A 2005-11-25
- Excel Class .NET (zip)
- Excel Class .NET is a powerful .NET component written in Visual Basic .NET (ensuring maximum compatibility, ease-of-use and effectiveness) which contains a smorgasborg of functions to exchange data between Excel and Visual Basic, and create professional looking reports in Excel. Using Excel Class .NET in your Visual Basic application will...
- Tags: Microsoft .NET, Microsoft Visual Basic, Excel Class .NET, Microsoft Excel, Microsoft Office, Microsoft Development Tools, Office Suites, Software, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-11-20
- List directory contents with VB.NET's DirectoryInfo and FileSystemInfo classes
- Irina Medvinskay shows you how to list all the files in a particular directory and then access the files' properties with the VB.NET classes DirectoryInfo and FileSystemInfo. VB.NET offers two handy classes—DirectoryInfo and FileSystemInfo—that allow you to access directories, check their properties, and perform other basic functions...
- Tags: Microsoft Visual Basic.Net, DirectoryInfo, Irina Medvinskaya, Microsoft development tools, Programming languages, FileSystemInfo Â, Visual Basic Tips Newsletter, Directory, FileSystemInfo, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-06-21
- BMC Identity Management for .NET and Microsoft Active Directory
- BMC Identity Management for .NET provides the industry's tightest integration with Active Directory and Active Directory Application Mode ADAM while enabling faster deployment, better performance, and streamlined administration. It is the only true directory-centric Identity Management security framework available, installing transparently within a company's existing environment to deliver out-of-the-box, customizable...
- Tags: BMC Software Inc., Solution, Microsoft .NET, Microsoft Windows Active Directory, Microsoft Corp., Identity Management, Authentication/Encryption, It Management, Security, It service Management
- White papers 2006-02-10
- Home Directory Mappings
- I created a home directory for about 20 people on our network. It works fine, but it won't map automatically on boot up. I have to manually map each persons pc. I thought if you create the home directory in the users profile it maps each PC at boot up....
- Tags: jotto@..., home directory, login script
- Discussion threads 2007-11-02
- Get a handle on directory security with .NET's DirectorySecurity object
- By using .NET's DirectorySecurity class and the Directory class's methods, you can easily manipulate a file system's security to control user access to directories. Tony Patton offers more details in this article. An important topic when working with .NET directories is security; that is, you want the users who...
- Tags: Microsoft .NET, DirectorySecurity, FileSystemAuditRule, Tony Patton, .NET, FileSystemAccessRule class, access control, access control list, DirectorySecurity class, .NET Newsletter, Security, Directory, Parameter, Auditing, Class, Entry, Rule, Object, FileSystemAccessRule, FileSystemAuditRule Class, AccessControlType Enumeration, FileSystemAuditRule Constructor, Listing C, Listing E
- Technical articles 2007-05-08
- HS TFTP .NET Class Library (exe)
- HS TFTP .NET class library is a .NET component which implements TFTP server and client functionality over UDP socket layer according to RFC 1350 Trivial File Transfer Protocol. HS TFTP .NET is designed for use from Visual C# .NET C Sharp. The use of HS TFTP .NET class library is...
- Tags: TFTP, TFTP Server, Hillstone Software, HS TFTP .NET, HS TFTP .NET Class Library, Class Library
- Software downloads 2008-08-20
- Creating virtual directory in VB.NET
- In IIS, i have a virual directory. Now i want to create a replica of that directory thru VB.NET code. how can i do that ?look at the adsutil in the adminscripts folder of iisMore details at:http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d3df4bc9-0954-459a-b5e6-7a8bc462960c.mspx?mfr=truePractically, make a copy of the folder FileSystemObject and the create the virtual dir
- Tags: Microsoft development tools, .NET, Programming languages
- Q&A 2004-10-28
- Manipulate a file system with VB.NET to see if files and directories exist
- Forward slashes in dot Net?The file/directory separators in listings A and B are forward, not backward, slashes. Is that correct in dot Net?Also, is there any particular reason that these listings are for Functions, as opposed to Subs, since no integer value is being assigned to the Function name?As...
- Tags: dot-Net, dot net, Marshwiggle, programming, Microsoft Visual Basic.Net, file system, FileInfo, Function Name
- Discussion threads 2006-06-10
- .NET: The System.Environment class
- This week's edition of the .NET newsletter looks at working with the Environment class located in the System namespace.How well do you know your environment? If you've used the System.Environment class, what information were you trying to determine about a system? If you aren't subscribed to our free .NET newsletter,...
- Tags: .NET, Application servers, System.Environment, Microsoft .NET
- Discussion threads 2004-11-23
- Office 2003 Sample: Generating Active Directory Diagrams with Visio 2003 and Visual Studio .NET 2003 (exe)
- Use this sample to create an Active Directory user diagram using a Microsoft Office Visio 2003 add-in, the Visio 2003 Primary Interop Assemblies, and Microsoft .NET Directory Services. This version is the first release on CNET Download.com.
- Tags: Microsoft Visio, Microsoft Visual Studio, Microsoft Visual Studio.Net 2003, Microsoft Visual Studio.Net, Microsoft Office 2003, Microsoft Corp., Microsoft Windows Active Directory, Directory Services, Microsoft Development Tools, Microsoft Office, .Net, Enterprise Software, Software, Development Tools, Software Development, Software/Web Development, Office Suites
- Software downloads 2007-08-29
- what is admin.msi
- what is admin.msiwhat is tcp/ip classwhat major beetween winnt and win2000what is diffrent winxp home addition and pro1. If you mean Adminpak.msi, then it contains the management tools to manage Active Directory e.g.AD Users & Computers, AD Domains and Trusts, AD Schema, AD Sites and Services.2. A TCPIP Class is...
- Tags: AD Domains, advertisement, Class B, Class C, Class-A, IP, mdjameer@..., windows
- Q&A 2005-01-19
- PayPal IPN Class (zip)
- This Class can be used with C#, VB, J# or any .NET languages. This Class was written for ASP.NET 2.0 and for PayPal's IPN 2.4 dated (October 29th, 2007 current) Although PayPal's IPN is currently 2.4 this Class should continue to be up to date b/c PayPal strives to insure...
- Tags: PayPal, .Net, C#, Microsoft Development Tools, Programming Languages, Java Development Tools, Web Site Development, Middleware, Software Development, Software/Web Development, Development Tools, Internet, Enterprise Software, Software
- Software downloads 2007-12-04
- << Previous
- page 1 of 1
- Next >>