On CHOW: Does drinking ice water burn calories?
12 Resources for

filestream

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

WinSettings Professional Edition (exe)
WinSettings Professional Edition speeds up Windows start-up and deletes locked files. It lets you quickly uninstall applications even when uninstall is not included in Add/Remove or Programs and Features. It finds and fixes Windows errors, cleans up junk and duplicates, ensures your privacy and security protection, and maintains your computers...
Tags: FileStream, Microsoft Windows, Security, Operating Systems, Software
Software downloads 2006-12-14
ConcordFTP Professional (exe)
ConcordFTP is a secure and robust FTP client. It can be used as a stand-alone FTP client or as workgroup FTP client with centralized management control functions. In addition to performing secure file transfer tasks, it offers comprehensive functions for managing multiple-user access to ensure regulatory compliance with controls and...
Tags: FileStream, FTP Client, ConcordFTP
Software downloads 2008-01-28
Turbo Browser (exe)
Turbo Browser is a photo and document editor and manager that lets you browse, edit, compress, and organize your photos and documents all in one place. This release supports previewing of over 200 formats, including digital camera RAW formats. Its Photo Editing feature lets you do high quality quick fixes...
Tags: FileStream, Digital Camera, Web Browser, Photograph, Camera, Turbo Browser, Digital Cameras, Digital Photography, Consumer Electronics, Personal Technology
Software downloads 2007-10-25
WinSettings Pro (exe)
WinSettings Pro speeds up Windows start-up and deletes locked files. It lets you quickly uninstall applications even when uninstall is not included in Add/Remove or Programs and Features. It finds and fixes Windows errors, cleans up junk and duplicates, ensures your privacy and security protection, and maintains your computers for...
Tags: FileStream, Microsoft Windows, Security, Operating Systems, Software
Software downloads 2007-01-09
TurboZIP Express (exe)
TurboZIP Express' interface, including seamless integration with Windows Explorer, comprehensive right-click menus, and colorful toolbars, makes it easy to work with ZIP and CAB files. You can add, zip, or unzip single or multiple files in Windows Explorer or Internet Explorer, without even opening the program. TurboZIP Express features internal...
Tags: FileStream, Microsoft Windows Explorer, MP3, TurboZIP Express, Microsoft Windows, Digital Media, Digital Cameras, Digital Music, ActiveX/COM/COM+/DCOM, Operating Systems, Software, Consumer Electronics, Personal Technology, Software Development, Software/Web Development
Software downloads 2006-12-18
TurboZIP Compression Suite (exe)
This is a secure compression, archive management and cataloging tools suite consisting of three programs. It opens all major archive and e-mail formats, ZIP, JAR, RAR, CAB, ARJ, and LHA LZH; self-extracting EXE; Unix Z archives (GZ, TAZ, TGZ, Z); Unix TAR archives; MIME (MME, MIM, B64); Mac Bin Hex...
Tags: FileStream, Archive, Microsoft Outlook, E-mail, Groupware, UNIX, Microsoft Office, Operating Systems, Office Suites, Software, Online Communications, Enterprise Software
Software downloads 2006-12-17
InstallConstruct (exe)
InstallConstruct creates professional package, Windows installer, uninstaller, and update installations for all Windows platforms, designed with an expanding wizard system for distributing programs and digital content on disks, CD/DVD, network, and via Web installation including Internet component download and Visual Basic support - no programming background needed. InstallConstruct automatically saves...
Tags: FileStream, Programming, InstallConstruct, Microsoft Windows, Microsoft Windows Vista (Longhorn), Development Tools, Operating Systems, Software, Software Development, Software/Web Development
Software downloads 2006-11-22
Image Broadway (exe)
Image Broadway is a photo and image editing program that lets you edit digital photos and create and edit images like a pro in only minutes. From simple tasks such as single click red-eye correction to more advanced image and photo editing features like layer, channel, and color level and...
Tags: FileStream, Photograph, Image Processing, Image Broadway
Software downloads 2006-03-01
TurboSFX (exe)
TurboSFX is a file distribution application that uses an expanding wizard system to create compressed, self-extracting executables EXE, which can be distributed via the Internet, intranet, email, CD/DVD, or removable disks. TurboSFX provides password protection and also allows you to create Silent Packages, which do not display a dialog box...
Tags: FileStream, TurboSFX, Internet, E-mail, Productivity, Online Communications
Software downloads 2005-05-10
Utilize ADO.NET and C# to work with BLOB data
While working on a project that involved storing and retrieving data with SQL Server, Tony Patton encountered a new twist: dealing with BLOBs. Find out how he used ADO.NET to access and store BLOBs. Storing and retrieving data with Microsoft SQL Server is a common task associated with...
Tags: Tony Patton, .NET Newsletter, FileStream, TechRepublic Inc., Database, Microsoft ADO.NET, Microsoft SQL Server, Data, Server, C#, BLOB, SqlDataReader, sConn, SqlConnection, SqlCommand, Databases, Storage, Enterprise Software, Software, Data Management, Hardware
Technical articles 2005-07-01
Utilize ADO.NET and C# to work with BLOB data
Storing and retrieving data with MicrosoftSQL Server is a common task associated with most applications. On apast project, I was presented with a new twist on thisinteraction: large data types or BLOBs. The project entailedstoring and retrieving Microsoft Word documents and image files.This article covers the backend aspect of the...
Tags: BLOB, Reading BLOB, Tony Patton, Reading BLOB data, FileStream, Microsoft ADO.NET, Microsoft SQL Server, C#, SqlDataReader
Technical articles 2005-07-01
Get the most from XML in .NET with these tips
.NET's XML classes may not work quite like you expect. Check out these tips for using them more effectively and then share your own tricks with other members.Attempting to leverage the myriad classes found in the .NET Framework’s System.Xml namespace for use in your applications can be a daunting proposition....
Tags: .NET, Lamont Adams, XML, XmlValidatingReader, MemoryStream, FileStream, Microsoft .NET
Technical articles 2002-12-11

Additional Resources

File Upload using C#
Hi I have to upload a file to a webserver from my desktop. My client side application should be a windows application developed in C#.Please give me solution how to do it?string fileName = "";FileInfo fi = new FileInfofileName;try{ Uri serUri = new Uri(txtServer.Text + fi.Name); HttpWebRequest wr...
Tags: C#, File Upload, fileName, filesize, FileInfo, MessageBox.Show, myStream, HttpWebRequest, medasatheesh@..., programming
Q&A 2004-12-20
MSDN Webcast: New T-SQL Programmability Features in SQL Server 2008 (Level 300)
This webcast on new T-SQL programmability features in Microsoft SQL Server 2008. It covers exciting new features such as new data types (i.e. date/time, filestream, HierarchyID, large UDT, sparse columns), dependency management for database objects, procedure programming (i.e. table value parameter), data warehousing enhancements (i.e. Merge data manipulation language DML...
Tags: Microsoft SQL Server Transact-SQL, Microsoft Developer Network, Microsoft SQL Server 2008, Data Warehouse, Webcast, Microsoft SQL Server, Microsoft Corp., Databases, Business Intelligence, Storage, Enterprise Software, Software, Data Management, Hardware
Webcasts 2007-12-04
.NET demystifies encryption
One way .NET benefits Windows developers is by bringing together previously separate APIs and SDKs under one framework. For example, consider the adaptation of the CryptoAPI to the .NET System.Security.Cryptography namespace. The cryptographic services have left their mysterious corner of the Platform SDK to become, in a sense, “just another...
Tags: Engineering, Bill Dawson, algorithm, symmetric algorithm, namespace, Microsoft .NET, encryption, text-file
Technical articles 2003-01-20
Create a temp file with VB.NET
Irina Medvinskaya looks at the VB.NET code that allows you to get the name of the file that you can use as a temp file. She also provides sample code that shows how to create a temp file. Temp files are generally used for temporary storage and data manipulation....
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, temp file, Visual Basic Tips Newsletter, TechRepublic Inc., Sample Code, Name, .Net, Development Tools, Software Development, Software/Web Development
Technical articles 2007-05-17
Rediff India server error--"cannot access closed file"
HiHere is the transcription of an Error I received while logging into my website--which is a pre-paid website hosted by Rediff:-Server Error in '/admin' Application. ________________________________________Cannot access a closed file. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
Tags: Web site development, Web technology, .NET, gulshanbajwa9@..., Rediff.com India Ltd., server, closed file, EventArgs
Discussion threads 2007-09-18
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
¡Hasta la vista, Explorer!
When Ed Bott appealed to TechRepublic members to recommend a substitute for Windows Explorer, the suggestions rolled in. Find out the top candidates—and see which one was Ed's favorite.Two weeks ago, I admitted that I'm sick and tired of Windows Explorer, and I asked TechRepublic members to recommend a replacement....
Tags: Operating systems, Ed Bott, Microsoft Windows, Microsoft Windows Explorer, Windows Commander, EXPLORER
Technical articles 2000-12-14
Learn to navigate .NET IO streams
Does .NET's streaming IO model have you feeling a little adrift? Get your bearings on this new programming feature.One of the wrinkles that the .NET Framework brings to the developer's table is a new IO system built around streams. It's new, that is, for VB programmers, who have likely never...
Tags: .NET, Application servers, Microsoft .NET, Microsoft .NET Framework, Lamont Adams
Technical articles 2002-01-14
  • << Previous
  • page 1 of 1
  • Next >>

Content Types

Software downloads (9 results)
Technical articles (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
IT Hiring Kit: IT Manager
The IT Hiring Kit for IT Managers will help you interview, evaluate, and select suitable candidates for a new IT Manager position. This kit comes with ...
Buy Now