On The Insider: Photo Gallery: I Am Batman
44 Resources for

namespace

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Download files over the Web with .NET's WebClient class
The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Tony Patton details how the WebClient class helped him solve a recent problem. by Tony Patton
Tags: Web, Namespace, Data, Class, Site, File, Error, WebClient, WebClient Class, System.Net Namespace, Stream, String, imageAddress, currentLine, .Net, Channel Management, Software Development, Software/Web Development, Marketing, Tony Patton
Blog posts 2008-06-27
XML Schema: Understanding Namespaces
As defined by the W3C Namespaces in XML Recommendation, an XML namespace is a collection of XML elements and attributes identified by an Internationalized Resource Identifier IRI; this collection is often referred to as an XML "Vocabulary." One of the primary motivations for defining an XML namespace is to avoid...
Tags: Namespace, XML Schema, XML, Software/Web Development, Web Development
White papers
MSDN Webcast: Exploring the System.Net Namespace in the .NET Framework 2.0 (Level 200)
Increasingly, the applications a person builds need to interact with common network services. It is therefore a good thing that the Microsoft .NET Framework version 2.0 enables the person to develop connected applications with less hassle and fewer lines of code. This webcast explores the new and improved classes in...
Tags: Microsoft Developer Network, Microsoft .NET Framework 2.0, Microsoft .NET, Webcast, Network, Namespace, Digital Media, Consumer Electronics, Personal Technology
Webcasts
MSDN Webcast: Explore the System.Net Namespace in the .NET Framework 2.0 (Level 200)
Increasingly, the applications a developer builds need to interact with common network services. It is a good thing that the Microsoft .NET Framework version 2.0 enables to develop connected applications with less hassle and fewer lines of code. This webcast explores the new and improved classes in the System.Net namespace,...
Tags: Microsoft Developer Network, Microsoft .NET Framework 2.0, Microsoft .NET, Webcast, Network, Namespace, E-mail, Web Servers, Digital Media, Networking, Online Communications, Internet, Consumer Electronics, Personal Technology
Webcasts
MSDN Webcast: Services in ASP.NET AJAX Client Libraries (Level 200)
This webcast illustrates how one can take advantage of the Sys.Services namespace in the Microsoft ASP.NET AJAX client library. This webcast also demonstrates how the classes in the Sys.Services namespace enable to take advantage of authorization and profile services exposed by the ASP.NET infrastructure.
Tags: Microsoft Developer Network, Webcast, Namespace, Microsoft ASP.NET, Microsoft Corp., AJAX, .Net, Middleware, Digital Media, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
Webcasts
Why it's impossible to become a programming expert
The pace of change in the technology industry has made it nearly impossible to specialize in much or become an expert in anything. I started cluing in on this a few years ago when I was reading a lot about Lisp, but I simply didn't have time to try it...
Tags: Perl, Namespace, Java, Industry, C, Programmer, Programming, Expert Programmer, Programming Languages, Development Tools, Scripting Languages, .Net, C#, Software Development, Software/Web Development, Web Development, Justin James
Blog posts 2008-05-27
Cannot create a DFS Namespace on 2003 R2
I have a Windows 2003 native domain with several sites, running 2003 R2 SP1 servers, I am a domain admin and I am trying to create a domain DFS namespace with a member server for a namespace server. The namespace Wizard always finishes with error "The namespace server \servershare cannot...
Tags: midnight_rambler@..., DFS, namespace, namespace server, domain
Discussion threads 2007-11-23
Exchange 2007 SMTP Namespace Sharing and Different Relay Domain Types
This paper shows how to share Exchange Server 2007 SMTP namespace with another messaging system. SMTP namespace sharing might be necessary when merging is required or if one wants to share the SMTP namespace with a foreign system. It also shows how to create internal and external mail relay domains.
Tags: SMTP, Microsoft Exchange Server 2007, Namespace, E-mail, Online Communications
White papers 2007-08-07
Query XML Data That Contains Namespaces
XML namespaces are a W3C XML standard. Indeed, XPath, XML Schema, XQuery, and other XML technologies support namespaces. While this paper does not provide a detailed tutorial on namespaces, it does highlight a few key concepts. XML namespaces potentially provide organizations a universally unique markup vocabulary element and attribute names...
Tags: Namespace, XML-Data, XML Namespace, XML, Software/Web Development, Web Development
White papers 2006-11-09
Get tips for using namespaces in VB.NET
When you want to place classes within specific .NET namespaces, use a namespace statement with the default namespace that's identified in a project's properties. This VB article explains how. Developers utilize namespaces when they want to place their classes within specific .NET namespaces. Using a namespace statement with...
Tags: Microsoft Corp., Microsoft Visual Basic.Net, Irina Medvinskaya, .NET, Microsoft development tools, Programming languages, namespace, Visual Basic Tips Newsletter, Microsoft Visual Studio.Net, Application Servers, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
Technical articles 2007-04-26
Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0
Compression is useful for reducing the size of data. Compression is extremely useful in cases where one needs to transmit data over networks, especially slow and costly networks, such as GPRS connections. One of the new namespaces in version 2.0 of the .NET Framework is System.IO.Compression. This new namespace contains...
Tags: Namespace, Compression, Jupitermedia Corp., Data, .Net, Networking, Software Development, Software/Web Development
White papers 2006-06-20
Question about forest trust and DNS for Windows Server 2003
As a newbie to the windows server 2003, I am hoping someone could help me clarify the following issue.After reading a few books and the article by Brien M. Posey about designing Active Directory namespaces (http://articles.techrepublic.com.com/5100-6345_11-5098072.html), I am a little confused about the establishment of the one-way forest trust.Assuming there...
Tags: active directory, DNS, DNS server, Microsoft Windows, Microsoft Windows Server, Microsoft Windows Server 2003, namespace, security, server, tkwhuang@..., windows
Discussion threads 2007-01-11
Build a scalable DNS infrastructure
DNS is the name resolution system of choice for TCP/IP networks and required for resolving host names on the Internet, but how do you build an internal DNS infrastructure that will scale with your business? DNS the Domain Name System is the Internet standard used for translating the...
Tags: DNS, Deb Shinder, Domain names, NETWORKING, domain, server, DNS server, SMB Strategies Newsletter, Namespace, Windows Active Directory, Internet
Technical articles 2006-05-08
Access Active Directory data via .NET
Active Directory is the centerpiece of a Windows Server-based network. The .NET Framework makes it easy to access data contained in the directory, thus providing another data source for developers. Discover how you can access data in the directory, as well as store new data in it. If you're...
Tags: Microsoft .NET, Microsoft Access, Microsoft Windows Active Directory, Tony Patton, Directory services, .NET, X.500, .NET Newsletter, Directory, Network, Namespace, Microsoft Visual Basic.Net, Object, Listing B, Active Directory Services Interfaces, DirectoryEntry, DirectorySearcher, Listing H, Listing J, Enterprise Software, Software
Technical articles 2006-03-28
Build a data-bound grid with C# and ADO.NET
Data access is the basis of any application. In thisarticle, I will show you how to access SQL Server-based data using C# andADO.NET, as well as how to display the data in a data-bound grid control. I usea simple C# application as an example.ADO.NET architectureADO.NET allows you to work without...
Tags: C#, data access, data source, grid, Irina Medvinskaya, Microsoft ADO.NET, Microsoft SQL Server, namespace, server
Technical articles 2006-08-30
Sending e-mail messages with ASP.NET applications
ASP.NET makes it easy to utilize e-mail in an application with the System.Web.Mail namespace. Let's take a closer look at putting this namespace to work in your applications. E-mail is often a standard part of Web-based applications. You may use it to send logon information to...
Tags: SMTP, Microsoft ASP.NET, MailMessage, SmtpMail, Tony Patton, namespace, SMTP Service, e-mail, SmtpMail class, .NET Newsletter, Message, TechRepublic Inc., Application, Class, Server, E-mail Message, Microsoft IIS Server, SMTP Server, System.Web.Mail, System.Web.Mail Namespace, MailMessage Class, SmtpServer, Send Method, Badmail Directory, E-mail Servers, Online Communications, Enterprise Software, Software
Technical articles 2005-07-22
Simplify .NET coding and maintenance with class libraries
Tony Patton explains how class libraries allows you to better organize code to foster code reuse and ease the maintenance task. In addition, any future code changes are easier to implement when the code is centrally located. I was recently called onto a project to add...
Tags: Microsoft .NET, Tony Patton, .NET, Microsoft development tools, Programming languages, class library, namespace, .NET Newsletter, TechRepublic Inc., Application, Microsoft .NET Framework, Microsoft Visual Studio.Net, Class, Microsoft Visual Basic.Net, Class1, Listing E, C#, Software Development, Software/Web Development, Development Tools
Technical articles 2005-07-15
Resolve host names with .NET
After talking with a developer who was oblivious to .NET, Tony Patton decided to write about basic network programming. He covers network namespaces, name resolution, and working with an IP address. I was recently discussing programming with a developer who is oblivious...
Tags: Microsoft .NET, DNS, IP, Tony Patton, Domain names, NETWORKING, .NET, IPHostEntry class-a, DNS class, IP address, .NET Newsletter, TechRepublic Inc., Internetwork, Network, Namespace, Class, Programming, System.Net, IPAddress, IPHostEntry, AddressFamily, currentMachine, Network Technology, Internet
Technical articles 2005-07-05
Persist data with the XMLSerializer class
The System.Xml.Serialization namespace provides the basic functionality of persisting an object as XML. Take a look at how you can use this approach. Microsoft recognized the need to persist data by including serialization functionality in the .NET Framework with the System.Runtime.Serialization, which...
Tags: XMLSerializer, XML, Tony Patton, XML Serialization, serialization, namespace, XMLSerializer class, .NET Newsletter, Microsoft .NET Framework, Data, Class, Object, System.Xml.Serialization, System.Xml.Serialization Namespace, Deserialization, Persistence, Class Constructor, Software/Web Development, Web Development
Technical articles 2005-06-30
Compressing Images
Hello,Anyone know how to compress the images(in asp.net) which is uploaded in sql server database so that I need not worry about the disk space?I don't know :-?? If anybody is having any idea then please do share your knowledge.I would really appreciate if someone provide code for it.Its very...
Tags: namespace, Preethi, compressing images, asp.net.sqlserver, preethiraajesh@..., programming, image, database
Discussion threads 2006-07-14


Outlook 2000/2002/2003: Tips for Road Warriors
Working efficiently with Microsoft Outlook is a real challenge for users who are traveling or working off-site. This guide describes a dozen ways that mobile users can maximize productivity when using Microsoft Outlook outside the office.
Buy Now
Best Practices for Maximizing Microsoft Access 2003
This pre-packaged presentation contains everything you need to instruct end users about how to get the most out of Microsoft Access -- even if you don't consider yourself a public speaker.
Buy Now

The Green Enterprise