Search 5,000,000+ questions and answers.

Frequently Asked Questions

Does the .NET Framework have in-built support for serialization?

Andy Mc's .NET Framework FAQ
There are two separate mechanisms provided by the .NET class library - XmlSerializer and SoapFormatter/BinaryFormatter. Microsoft uses XmlSerializer for Web Services, and SoapFormatter/BinaryFormatter for remoting. Both are available for use in your own code. It depends. XmlSerializer has severe limitations such as the requirement that the target class has a parameterless constructor, and only public read/write properties and fields can be serialized.
Related Questions

What operating systems does the .NET Framework run on?

Andy Mc's .NET Framework FAQ
The runtime supports Windows Server 2003, Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on XP and Windows 2000/2003. Windows 98/ME cannot be used for development. IIS is not supported on Windows XP Home Edition, and so cannot be used to host ASP.NET. However, the ASP.NET Web Matrix web server does run on XP Home. The .NET Compact Framework is a version of the .
Related Questions

What versions of the .NET Framework does FreeFlow support?

FreeFlow for .NET FAQ
FreeFlow currently supports version 1.1 of the .NET Framework. Support for version 2 will be released in the near future. Note, you can use the FreeFlow assemblies in a .NET 2 application but it does not take advantage of the new features in .NET 2.
Related Questions

What is serialization?

Andy Mc's .NET Framework FAQ
Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process, i.e. creating an object from a stream of bytes. Serialization/Deserialization is mostly used to transport objects (e.g. during remoting), or to persist objects (e.g. to a file or database).
Related Questions

Q.: Which .NET Framework versions does AQtime support?

AQtime 5 - Frequently Asked Questions, FAQ
A.: AQtime supports .NET Framework ver. 1.0, 1.1, 2.0 and 3.0. Further versions will be supported as they are released by Microsoft.
Related Questions

What platforms does the .NET Framework run on?

NET FrameWork FAQ's
Ans : The runtime supports Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on Windows XP and Windows 2000. Windows 98/ME cannot be used for development. IIS is not supported on Windows XP Home Edition, and so cannot be used to host ASP.NET. However, the ASP.NET Web Matrix web server does run on XP Home. The Mono project is attempting to implement the .
Related Questions

What is the Microsoft .Net Framework?

BodyTrans Frequently Asked Questions
The Microsoft .NET Framework is a component of the Microsoft Windows? operating system used to build and run Windows-based applications. For developers, the .NET Framework makes it easy to rapidly create powerful software that maximizes performance, scalability, opportunities for integration, reliability, security, and the end-user experience, while minimizing the costs of deployment and management. Applications built for the .NET Framework (BodyTrans, for example) require that the .
Related Questions

How do I get the .NET Framework 2.0 onto my user's machines?

General - Windows Forms FAQs
Really whatever way works best for you. Ex. You can have your users install the .NET Framework before using "ClickOnce" or use management tools like SMS to push out the .NET Framework across your enterprise. To help with deployment, Visual Studio provides...
Related Questions

What is the .NET Framework?

Welcome to Real Estate Toolbelt
The Microsoft .NET framework is a framework for software that is developed by Microsoft. Typically in the past, software ran directly off of your operating system. Now, the framework runs on your operating system and and software runs on the framework. The .NET framework should not cause any harm to your computer. We specifically run on the .NET framework v1.1. On the Microsoft Windows Update site you should see the .NET framework as one of the recommended download. You can also download the .
Related Questions

Mail Test
Is .NET a runtime service or a development platform? Answer It???s bothand actually a lot more. Microsoft .NET is a company-wide initiative. It includes a new way of delivering software and services to businesses and consumers. A part of Microsoft.NET is the .NET Frameworks. The frameworks is the first part of the MS.NET initiate to ship and it was given out to attendees at the PDC in July. The .NET frameworks consists of two parts: the .NET common language runtime and the .NET class library.
Related Questions

Frequently Asked Questions about Booking Pro
The .NET Framework is the latest generation of Microsoft connected technology. It is a set of software technologies for connecting information, people, systems, and devices. You can read all about it on Microsoft's .NET website. It requires Microsoft Word to print invoices and credit notes, and Microsoft Excel if you want to export reports to a spreadsheet.
Related Questions

What can I do to help Support XQuery on the Microsoft .NET Framework?

Frequently Asked Questions About the Campaign to Support "XQ...
We've compiled a short list of ten simple things you can do to help the cause, and there's as well free XQuery resources in the XQuery activist kit. Well, that's not really a question, but we understand Microsoft (as any product company) has a release schedule to keep. We still hope that Microsoft would commit to supporting XQuery in some in future point release of the .NET Framework in the next year or two.
Related Questions

Where can I download the .NET Framework 1.1?

Header
Version 1.1.4322.2032 or better is needed and it can be downloaded from MS .NET Framework Version 1.1 Redistributable Package. Once you have installed the Redistributable Package you will need to download and install Service Pack 1.
Related Questions

How do I know if the .NET Framework is already installed?

BodyTrans Frequently Asked Questions
You can check to see if you already have the .NET Framework installed by clicking Start on your Windows desktop, selecting Control Panel, and then double-clicking the Add or Remove Programs icon. When that window appears, scroll through the list of applications. If you see Microsoft .NET Framework 1.0 or Microsoft .NET Framework 1.1 listed, the .Net Framework is already installed and you do not need to install it again.
Related Questions

Can I benchmark the Microsoft .NET Framework?

Frequently Asked Questions
Yes. As per the licensing agreement customers can setup and run their own benchmarks of the .NET framework for technical evaluation purposes. You may not disclose the results of any benchmark test of the .NET Framework to any external third party outside your organization without Microsoft's prior written approval. You can e-mail benchnet@microsoft.com for more specific details on obtaining this approval.
Related Questions

How can I tell if the .NET Framework 2.0 is installed on my user's machines?

General - Windows Forms FAQs
You can check the useragent value in your server side code or in javascript on the html page (hint... see the Publish.htm page that VS generates). The useragent string will contain the version of the .NET Framework installed on that client.
Related Questions

How will you support the Center once it is built?

The New Alzheimer's Center - Frequently Asked Questions
The New Alzheimer’s Center will accept Medi-Cal, Veteran’s Administration reimbursement, and private payments from individuals on a sliding scale basis to help pay for program costs. Operating Budget has been developed, which shows the New Alzheimer’s Center will be self-sustaining from the day it opens its doors.
Related Questions

Is there built-in support for tracing/logging?

Andy Mc's .NET Framework FAQ
Yes, in the System.Diagnostics namespace. There are two main classes that deal with tracing - Debug and Trace. They both work in a similar way - the difference is that tracing from the Debug class only works in builds that have the DEBUG symbol defined, whereas tracing from the Trace class only works in builds that have the TRACE symbol defined. Typically this means that you should use System.Diagnostics.Trace.WriteLine for tracing that you want to work in debug and release builds, and System.
Related Questions

Does the framework have to be installed to run my .NET application?

FAQ for the microsoft.public.languages.csharp newsgroup
Yes - if you have a managed application, it will require the framework to be present in order to run. This is like requiring the Win32 libraries to be present in order to run Windows applications. Pre-compiling your code using ngen doesn't affect this requirement.
Related Questions

Why does the WorldMate? installer install the .NET Framework?

WorldMate Ltd.
WorldMate Desktop Companion was programmed using Microsoft .NET Framework Version 1.1. In order to be able to install WorldMate? Desktop Companion you must first install Microsoft .NET Framework. This installation will start automatically once you open the installer file. The .Net Framework is Microsoft's state-of-the-art platform for installing and running Internet-aware applications on Windows PCs and will probably be required in order to install many new applications you might want to use.
Related Questions

What Microsoft .Net Framework does the OCR.Net Component use?

FAQ Builder
Our OCR.Net Component works in both the 1.1 and 2.0 Framework. Two versions of the component are provided, one compiled in VS 2003 and one compiled in VS 2005.
Related Questions

what namespace does the Web page belong in the .NET Framework class hierarchy?

ASP.NET FAQ - Page 2
Latest Answer: fill()dataset ds=new dataset;sqldataadapter da=new sqldataadapter();da.selectcommand=cmd;da.fill(ds)...
Related Questions

What does a .NET Micro Framework Program Look Like?

Rob Miles - NET Micro faq
The programs look just like any other C# programs. The hardware is exposed by means of an object model. Take a look here for a sample.
Related Questions

Why does Crystal Ball need the Microsoft .NET Framework to install?

Microsoft .NET Framework FAQs
The Microsoft .NET Framework supplies the underlying architecture upon which Crystal Ball is built. Our toolbars and integration components all require the Microsoft .NET Framework to function properly. Crystal Ball will not install without an appropriate version of the Microsoft .NET Framework installed on the host computer.
Related Questions

Why does Crystal Ball keep asking me to install .NET Framework 1.1 when I already have it installed?

Microsoft .NET Framework FAQs
There are two components to the .NET Framework 1.1 install and you are missing the Service Pack 1 installation for .NET Framework 1.1. Install .NET Framework 1.1 Service Pack 1 from this link (If you already have .NET Framework 1.1 Service Pack 1, the installer will tell you it is already installed): http://www.microsoft.com/downloads/details.aspx?familyid=a8f5654f-088e-40b2-bbdb-a83353618b38&displaylang=en Why do I get the error message: "Microsoft .NET Framework 1.
Related Questions

How do I get support for .NET Framework 2.0 and Visual Studio 2005?

Runtime - Windows Forms FAQs
Use the Microsoft Visual Studio 2005 newsgroups which you can use through the web interface or follow the directions on that that page for using an NNTP reader. For Windows Forms support, see the Forums In addition, there are a number of free and for...
Related Questions

How much of the .NET Framework is supported by Mainsoft for Java EE?

Frequently asked Questions about Mainsoft for Java EE
Mainsoft for Java EE supports.NET technologies used by enterprise server and Web applications. Mainsoft .NET Framework includes the following assemblies: mscorlib, System, System.Web, System.Web.Services, System.XML, System.Data, System.Drawing, System.DirectoryServices, System.Runtime.Remoting, System.Runtime.Serialization.Formatters.Soap, Microsoft.VisualBasic, System.Configuration, and System.Data.OracleClient.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact