Wednesday, September 08, 2010
Search:
Article
48Hrs Help PAQ's
FAQ's
Download
Books
MS Alerts
Write to Us
Feedback
Link




a) What are .NET My Services?
b) Why use .NET My Services?

Get This Blog via Email:


Email This Feed Using Squeet




.NET Force Article List

Reading data from CData Section in XML
04 Nov 2004 | ASP.NET | 22385
In this article we will see the way to read the data from CData section of an XML file. The CData sections are used to quote or escape blocks of text to keep that text from being interpreted as markup language


Code Refactoring In VS 2005
12 Oct 2004 | ASP.NET 2.0 | 16733
Refactoring is the process of changing code so that the code becomes more manageable and extensible without affecting the existing functionality. Apart from easy maintainability refactoring also improves the overall structure of the code. This article will explain the various refactoring techniques supported by Visual Studio 2005.


TESTING DIFFERENT TYPES OF MOBILE DEVICES - THE PROBLEMS AND SOLUTIONS
29 Sep 2004 | Mobile | 15898
Writing Code for Mobile device is easier with ASP.NET Mobile Controls as they provides ease of developing solution for wireless application in a similar manner as web application. But still testing the application across different type of devices is very important.


Mobile Magic: Creating Mobile Styles using VS.NET
29 Sep 2004 | Mobile | 15309
Continuing our series Advanced Mobile Controls, this week I will showcase the use of style sheet editor in VS.NET to create new Styles


Mobile Magic: External Style Sheets
16 Sep 2004 | Mobile | 16255
Continuing our series Advanced Mobile Controls, this week I will showcase the use of External Style Sheets and then we will look in to the way to build custom styles.


Maintain State With Native XML
13 Sep 2004 | ADO.NET | 5781
This article analyzes the usage of native XML inside the database to play a major role in .net applications in this maintaining the State of web sites.


Grouping Stored Procedures
10 Sep 2004 | SQLServer | 5072
Almost always during our testing we might need to create some stored procedure which would be deleted later. In my experience I have learnt that it really a pain to create stored procedures with different fancy names and later delete each one without fail


Mobile Magic: Template Device Filter and Style Sheet Control
08 Sep 2004 | Mobile | 8144
Continuing our series Advanced Mobile Controls, this week I will showcase a way to use Template device filters and will then will look in to Style Sheet controls and see some of the Inbuild Style avaliable for Mobile device.


Making best out of Oracle batabases using ODP.net - Part 3
06 Sep 2004 | ADO.NET | 7628
XML data is stored natively in the database server as the Oracle database native type XMLType. ODP.net provides OracleXmlType class to retrieve Oracle native XMLType data. In this article we will see how to store data as a full XML document using XMLType.


OOPS Corner : Static Constructors and Constructor Intializers
03 Sep 2004 | OOPS | 6431
Static constructors can be used to perform actions that are required to create an instance of a class. In this article fourth in the series we will see tatic Constructors and Constructor Intializers.


Mobile Magic: Device Specific Rendering – Device Specific Control
01 Sep 2004 | Mobile | 7846
In this article we will discuss Advanced Mobile Controls, primarily the device specific controls, which helps to render different content for different client devices.


Making best out of Oracle batabases using ODP.net - Part 2
30 Aug 2004 | ADO.NET | 15660
The issue of using generic oledb.net, odbc.net layers vs. vendor specific providers has always been a debate during the development of data access layers. Second in this series this article will cover the other specific features of oracle database as used by ODP.net


Site Navigation in ASP.NET 2.0
27 Aug 2004 | ASP.NET 2.0 | 7845
Now a days, web based applications are becoming very popular, due to their easiness in development as well as in deployment and maintenance. In this article we are going to see the new navigation controls and how to program with Navigation API providing by ASP.NET 2.0


Selective Form Validation Using ASP.NET Validation Controls
27 Aug 2004 | ASP.NET | 25536
The drawback in ASP.NET Validation control is that will validate the entire page to be valid before it is submitted back to the server.This article will try to solve this problem.


Making Best Out Of Oracle Databases Using ODP.net - Part I
24 Aug 2004 | ADO.NET | 7991
The issue of using generic oledb.net, odbc.net layers vs. vendor specific providers has always been a debate during the development of data access layers.This series tries to cover the specific features of oracle database as used by ODP.net


Code Directory in ASP.Net 2.0
19 Aug 2004 | ASP.NET 2.0 | 3397
The Code directory is a special directory where the ASP.Net runtime looks for class files. All the class files present inside the Code directory are compiled dynamically and are made available to all the pages


Pre- compiling the website for deployment
18 Aug 2004 | ASP.NET 2.0 | 6793
In ASP.NET 2.0 we have two options of compiling the website. One is dynamic compilation and the other one is Pre-compiling the website. In this article we will see Pre-compiling the website for deployment


OOPS Corner : Private Constructors
18 Aug 2004 | OOPS | 5132
There are three types of constructor that can be created for a C# class.In this article third in the series we will see Private Constructors.


Mobile Magic: Mobile AdRotator Control –Introduction
17 Aug 2004 | Mobile | 4113
ASP.NET Mobile AdRotator Control offers wireless advertisements to Mobile devices. This control functionality is similar to AdRotator web form control in ASP.NET.


Achieving Information Integration Using ADO.net disconnected architecture
17 Aug 2004 | ADO.NET | 4434
This article tries to utilize the best of advantages of information integration using Disconnected Layer of ADO.NET.


Cool Features of Whidbey – Part II
17 Aug 2004 | ASP.NET 2.0 | 6309
In this part let me list down some more features that I liked in Whidbey. As said in my earlier article this by no means is an exhaustive list.


ASP.NET 2.0: Data Access
09 Aug 2004 | ASP.NET 2.0 | 8734
ASP.NET 2.0 introduces new set of controls specifically for data access. In this article we are going to see the new data controls and enhancements to existing data controls.


Cool Features of Whidbey
02 Aug 2004 | ASP.NET 2.0 | 4491
I am playing with Visual Studio 2005 for past 5 days now. In this article I would list down the features I liked in it. Please note this by no means is an exhaustive list. I am just penning down the features, which I was able to work on for last 5 days.


Selecting Records across Pages in Datagrid
30 Jul 2004 | ASP.NET | 10755
. In ASP.net this is usually accomplished by using a datagrid control with a checkbox column for selecting multiple records. This will work fine expect in situation where the datagrid spans multiple pages. This article addresses this problem and provides a solution for this.


Application and Machine Configuration Policy
30 Jul 2004 | .NET | 6633
Application and machine policies are the configuration files, which contains the assembly and version information. Let us look into the nitty-gritty’s of the configuration files in a more detailed fashion.


Introduction to ASP.NET 2.0 GridView Control
29 Jul 2004 | ASP.NET 2.0 | 21452
GridView control is one of the new controls included in ASP.NET 2.0 framework. This control is an advanced version of our good old DataGrid control. In this article let us create a sample page and look into each of these features in detail.


OOPS Corner : Default Constructors
27 Jul 2004 | OOPS | 4230
There are three types of constructor that can be created for a C# class.In this article second in the series we will see Default Constructors.


ASP.NET 2.0: Dress up your applications in easy way
26 Jul 2004 | ASP.NET 2.0 | 8429
Would you like to dress up your applications with fancy dresses, But in easy way....? Well, this article is for you. Here, we are going to see about one of the cool feature of ASP.NET 2.0, Themes-Skins


.NET Publisher Policy
21 Jul 2004 | .NET | 8257
There may be situations in which your application will require the latest version of the assembly, but your application metadata will be referring to an older version of the assembly.In this article we will look into how the publisher policy will work to redirect into different versions of assembly.


ASP.NET 2.0 Developers Overview
16 Jul 2004 | ASP.NET 2.0 | 17188
ASP.NET 2.0 has more improvements, like ASP to ASP.NET 1.x improvements; though the learning curve require is not steep as the one needed to migrate from ASP to ASP.NET 1.x.In this article we will see some of the new cool features available in 2.0.


OOPS Corner : Instance Constructors
16 Jul 2004 | OOPS | 13757
There are three types of constructor that can be created for a C# class.In this article we will see Instance Constructors.


In- Sights into Web Services - Part 2
05 Jul 2004 | Web Service | 10311
Off late, Web services are one the buzz word most of the software people uses. In this article Second in the series let us see the Web Services Attributes and Methods.


Creating Code Reports in VS.Net
01 Jul 2004 | DotNet | 3952
C# provides developers with XML documentation facility for documenting their code so that it can be easily understood by other developers.This article will explain how to use this XML documentation feature and generate code reports from Visual Studio .Net environment.


In- Sights into Web Services - Part 1
25 Jun 2004 | DotNet | 5455
Off late, Web services are one the buzz word most of the software people uses. In this article let us try to understand the basics of Web Service.


Passing parameters to Thread
17 Jun 2004 | DotNet | 24187
Multi threading operations are required for parallel processing. Though it is very easy to create threads in C#, there is no direct way for passing parameters to the thread. This article will show you how to pass parameters to a thread.


Passing Flat File to the Biztalk Orchestration
11 Jun 2004 | BizTalk | 8740
The Biztalk Messaging accepts the XML, Custom XML and flat file inputs. Document specifications describe the internal structure of your document instances.This article will explain the effective way to pass the Name Value Pair to the BizTalk orchestration.


Creating setup With support for database creation Using VS.NET
04 Jun 2004 | ASP.NET | 8204
Most of the web applications that we create are not simple web pages but manipulate databases as well. When we deploy our applications we create virtual directories, databases etc. To automate this process In this article we will see how to create a database and tables in the database at the time of setup of the application.


Mobile Magic: Panel Control
01 Jun 2004 | Mobile | 6450
In the previous part of this Series we had seen Template Forms. In this part of the series we will see another container control Panle Control .


Creating Setup Project For Web Application Using VS.Net
27 May 2004 | ASP.NET | 32584
The VisualStudio.Net environment provides us with the facility of creating windows installer files for deploying our web applications. This installer gives us more control over the installation process. This article explains the process of creating a web setup project using Visual Studio .Net and deploying it.


Mobile Magic: Template Form
25 May 2004 | Mobile | 4664
In the previous part of this Series we had seen a way to navigate across the Forms within the Page. In this series we will see Mobile Template Forms..


“FOR XML” modes in SQL SERVER 2000
12 May 2004 | SQLServer | 6671
SQL Server 2000 is an XML-enabled database server. FOR XML modes in SQL Server 2000 enable developers to return data in terms of XML. This article introduces the different types of FOR XML modes of SQL SERVER 2000...


Mobile Magic: Navigating between Mobile Webforms
12 May 2004 | Mobile | 3645
In the previous part of this Series we found out that ASP.NET Mobile control supports multiple Forms to exist in a single page while you can place any number of controls in the Form and any number of Forms in a single Page. In this series we will see a way to navigate across the Forms within the Page


Excel Like AutoFilter For Datagrid
05 May 2004 | ASP.NET | 21689
Microsoft Excel has a cool feature that allows us to set auto filter conditions for our data. This article will explain how to achieve this functionality in ASP.Net using Datagrid control and set of combo boxes.


Mobile Magic: Mobile Container – Mobile Web Form and Panel Control Part 3
03 May 2004 | Mobile | 4854
In the first two parts we have discussed about Mobile Web Forms and using Multiple Mobile form with in an ASPX page. In this part of the article we will the Mobile Forms Property, Methods and Events.


Copying Database Diagrams
29 Apr 2004 | SQLServer | 7396
The Database diagram tools in the SQL Server enable administrators and developers to create Database diagrams very easily. This article demonstrates an efficient way to copy diagrams from one Database to another.


Hotmail Like Pager for Datagrid
28 Apr 2004 | ASP.NET | 21076
ASP.Net Datagrid is a very powerful yet easy to use control with built in functionalities for paging, sorting etc. This article will explain how to change this and implement a paging mechanism, which displays page numbers in a combo box and first, prev, next and last links similar to the pager hot mail.


Mobile Magic: Mobile Container – Mobile Web Form and Panel Control Part 2
26 Apr 2004 | Mobile | 5109
In the first part of the article we had seen what an ASP.NET Web Form is and Introduction to Mobile Web Forms. In the second part of the series we will see the way to use multiple mobile forms.


Displaying Data In Custom Format
23 Apr 2004 | ASP.NET | 32034
To display data in tabular format all one has to do is to bind a datagrid control to a valid data source and the datagrid control will do the rest. But with default binding datagrid will not do any formatting to the data. This article explains how to format data displayed within the columns of the datagrid.


Creating SQL Based RSS Feed
22 Apr 2004 | SQLServer | 12906
There are many sites, which provide RSS feeds of their site content. Mostly This sites uses web technologies like ASP.NET, Servlet, JSP etc., for generating the RSS feed. In this article I have explained about RSS feed and the way to create it through SQL Script directly.


Displaying advertisements using AdRotator control
20 Apr 2004 | ASP.NET | 9349
Asp.net provides the AdRotator control for displaying banner advertisement on a random rotation basis. The AdRotator control is very flexible and easy to use. This article explains how to use the AdRotator control and to display advertisement in asp.net pages. The AdRotator controls stores the advertisement information such as image location, link page etc in a XML file.


New look DotNetForce is Back
19 Apr 2004 | ASP.NET | 2811
.NET Force is back again with latest amendments. We have planned to give out best of information on the .NET Technologies Including the tools like Whidbey, Longhorn etc.Some of the new sections are Book Review,Component Review,.NET Related Information feed..


Mobile Magic: Mobile Container – Mobile Web Form and Panel Control Part 1
13 Apr 2004 | Mobile | 5697
This is a series of articles which help the developers to learn the ASP.NET Mobile Magic. We will cover in-depth of the Mobile Application development. Look in to this section on every Monday for new Mobile Magic article.


File Monitoring in .NET
12 Jun 2003 | ASP.NET | 9186
File monitoring applications can be easily developed in .Net using the FileSystemWatcher class. This class listens to changes in files system and raises events whenever changes happen. This article explains how to monitor changes in files and subdirectories of a directory using the FileSystemWatcherclass.


Message Queuing by MQSeries with C#
20 May 2003 | Misc | 28515
MSMQ is the well-known Message API for windows developers. You can use MSMQ API directly by using System.Messaging class. Sometimes user needs to use IBM MQSeries especially for mainframe developers. IBM is providing a set of APIs Dotnet support pack using this we can access MQSeries. In this article I will explain the way to get and put messages using MQSeries and also will show the way to identify a particular message in queue of messages.


Executing ASP Page in ASP.NET
08 May 2003 | ASP.NET | 7944
When migrating applications from ASP to ASP.Net there may be situations where you would like to use some of the existing ASP code within ASP.Net pages. This article explains you how to do so.


ASP.NET - Creating a simple chart
29 Apr 2003 | ASP.NET | 13824
In this article we will see how to create a simple chart using .NET classes. With ASP.NET you can create dynamic charts without a third party component. The System. Drawing assembly in the .NET Framework contains namespaces whose classes can be used to create images on the fly. Using this we can generate charts according to our custom data. These namespaces also defines number of methods that let developers to draw charts..


Creating User Friendly URLs
25 Apr 2003 | ASP.NET | 5850
This article explains how to create user friendly URLs instead of long difficult to remember URLs based on query strings. For example instead of entering a URL like http://www.dotnetforce.com/users/userhome.aspx?username=vinod visitors can enter easier to remember URL such as http://www.dotnetforce.com/vinod.aspx.


Building an Thumbnail Custom Web Control
22 Apr 2003 | ASP.NET | 7811
This article explains the process of developing a custom web control, which will display thumbnails of images. The developed control will be so easy to use all you have to do is place the control in a web form and specify the directory containing images. The control will automatically generate thumbnails at runtime...


ASP.NET Charting - A Glance
12 Apr 2003 | ASP.NET | 9942
Charts - represents information to the visitor in an easy-to-digest manner. Charts are essential when we show some statistical information from the available data. In ASP.NET you can create dynamic charts without a third party component, thanks to the .NET technology. This article explains and compares about various options for charting in ASP.NET.


Implementing Transacation within an ASP.Net page
07 Apr 2003 | ASP.NET | 10532
Transactions are a set of operations made to the database which perform a logical unit of work. Transactions are used for maintaining the integrity and consistency of the database. This article explains how to implement transactions within an ASP.Net page using the transaction object provided by ADO.Net


Add Text Directly to Mobile Web Forms Using MMIT
24 Jan 2003 | Mobile | 4756
Mobile Web forms support a very limited number of literal markup tags directly specified on the web form . The tags specified in the literal text may get converted to another format and if the literal text between two controls contains only white space, it will be ignored.In this article we look in to the way to add Text Directly to a Mobile Web Forms..


Event Logging in .NET
21 Jan 2003 | ASP.NET | 7320
In an earlier article we had discussed how new tracing and debugging techniques in .NET make debugging easier. In this article we will view the event logging API that comes with .NET. We will also create a small library that can be used in most enterprise level applications that overcome a few shortcomings of the standard .NET API for event logging


Invoking Unmanaged DLL functions from Compact Framework for Pocket PC
11 Jan 2003 | Mobile | 10296
This article demonstrate a way to use the Compact Framework to create a program containing a launch pad for the Pocket PC. The program will provide an integrated interface to launch some of the common programs on the Pocket PC....


Debugging and Tracing in ASP.NET
04 Jan 2003 | ASP.NET | 16172
.NET Framework comes with an enhanced library to aid in debugging and performance monitoring that makes debugging web applications easier than before.In this article Chakraborty will review these classes and see how to use them. Although, this article will specifically target web applications most of all will applies to other programming models also....


DataAccess Overview for Smart Device Extensions
20 Dec 2002 | Mobile | 6098
In this article we will take a brief look at DataAccess for Smart Device Extensions. Smart Device Extension allows development for Pocket PC and Windows CE.Net platforms using the same Visual Studio.Net editor. It includes Compact Framework, which is an abbreviated version of the .Net Framework suitable for device programming....


Wireless Model: How does it work?
16 Dec 2002 | Mobile | 6977
The wireless world came in real existence in 1997 when the big wireless companies Nokia, Ericcson, Motorola and Phone.com (now it is Openwave.com) united to form a proprietary organization named WAP Forum to standardize the mobile technology...


Data Reader in ADO.NET
03 Dec 2002 | DataAccess | 14828
Rajesh will continue with is series of articles on DataAccess named "Journey With ADO.NET" by explaining explain the Data Reader in ADO.Net in-depth Data Reader object are used to get a fast and efficient way to access a data store Without disconnecting from the data store. Lets see how can we use Data Reader...


ADO.NET providers and Command Object
29 Nov 2002 | DataAccess | 10888
The very first thing that every developer should know about ADO.NET is that ADO.NET provides database access through software modules known as data providers.Third in the series about DataAccess in this article Rajesh will examine the providers available in ADO.NET and explain how to connect to a database and retrieve data from the specified database...


Architecture of ADO.NET
25 Nov 2002 | DataAccess | 13074
The ADO.NET architecture can be divided into two logical pieces: command execution and caching. Command execution requires features like connectivity, execution, and reading of results. These features are enabled with .NET data providers. The DataSet handles caching of results.. In this section part of the DataAccessing Series, Rajesh will describe the architecture of ADO.NET....


Cool .NET Utilities : Building ASP.NET Date Picker
20 Nov 2002 | ASP.NET | 21972
In classical asp, building a date picker type page is not an easy task, itrequires lot of date validating client side JavaScript code, but with theavailability of ASP.NET Calendar Server Control, developing this kind ofutility needs very few lines of code..


Evolution of .NET
18 Nov 2002 | DataAccess | 7061
If you have been looking at the news for the past few months, Most of you would have come across this word .NET. What exactly does this term .NET mean. Why is it creating a revolutionary in this entire globe? Before delving into the depths of .NET let us glance back at the past to see how the concept of DataAccess materialized. Rajesh will cover the DataAccess in .NET from scratch in a series of articles ...


Using ATL COM Component in ASP.NET Web Service
15 Oct 2002 | ASP.NET | 4787
This article describes how to use ATL COM Components in ASP.Net web service and how to consume the ASP.Net Web Service from Visual Basic 6 Client. Ultimately the VB6 client calls the method of the COM component created in Visual C++ through the ASP.Net Web Service.


Personalizing Mobile Web Applications
13 Sep 2002 | Mobile | 10394
Personalization is a very useful approach to provide a satisfying user experience. Particularly in Mobile applications where the small size of the device is often a hindrance in data input, the user can be more comfortable when the amount of data entry is reduced when some commonly used settings are persisted in a secure manner. In this article Dipal shows how to personalize the settings of a mobile web application based on the user logged into the site...


Word To Number WebService
11 Sep 2002 | VB.NET | 9493
This article describes a web service through which a client can get the equivalent of a number in words. This can be used in accounting packages, Invoices etc.


Crystal Report 8.5 for Visual Studio.NET(using C#)
09 Sep 2002 | MISC | 33530
The Visual Studio.NET Integrated Development Environment comes with a reporting tool, Crystal Reports 8.5 for .NET. Crystal Reports has been a powerful windows reporting tool for a while now. So Microsoft chose that as the integrated reporting tool for .NET. Crystal Reports can be hosted in both Web and Windows forms or can be published as a Report Web Service on a Web server....


.NET Enterprise Servers
05 Sep 2002 | MISC | 12296
The easiest and fastest way to build, integrate, deploy, manage, and run enterprise applications is using Microsoft .NET Enterprise Servers. They are designed based on the open Web standards such as Extensible Markup Language (XML).The .NET Enterprise Servers offer flexibility and interoperability with any business partner regardless of their preference of application and, platform. In this article gnana shekar gives us indepth information on .NET Enterprise Servers..


Mobile Web User Controls
05 Aug 2002 | Mobile | 11834
User controls in ASP.Net demonstrate the object-oriented principle of Re-usability and Encapsulation. You can create Mobile User Controls for Mobile Web applications and re-use the functionality encapsulated in the control multiple times in the application. This leads to ease of maintenance as you can focus your modifications/enhancement in the user control and the changes will be propagated to all the Pages where the control is used..


SAPI XML TTS for Application Developers
01 Aug 2002 | Misc | 8081
This piece of writing explains all the tags, which are much supportive in managing the Voice in SAPI 5.1.The SAPI text-to-speech (TTS) extensible markup language (XML) tags supports the following categories.1.Voice state control 2.Direct item insertion 3.Voice context control 4.Voice selection 5.Custom Pronunciation


Mobile Mailing
01 Aug 2002 | Mobile | 5001
There is something to cheer for mobile user, now they have not to be limited to sending SMS and just getting restricted to Mobile World .Now here is the simple code make you send Mail from Mobile to PC.So now you write till the fingers PANIC typing and sent it straight to the Mailbox of the person.


.NET Speaks Perl Now
31 Jul 2002 | Misc | 11049
.NET is a polyglot environment. The beauty of it lies in the fact that applications that were written in different .NET compliant languages can speak together in a common language - MSIL. .NET continues learning new languages and ActiveState has successfully taught it how to speak Perl with the release of PerlNET tool.


Currency Conversion Program for Mobile Devices
22 Jul 2002 | ASP.NET | 9319
In this article Dipal will show who to create a mobile web program that will allow the user to convert from one currency to another using live currency rates from a website.


Dictation Recorder with PlayBack Program using C#
22 Jul 2002 | ASP.NET | 21347
In this article we will make use of the Microsoft.Net Speech API to record live user speech from a C# application and play back the user’s recording.The user also has an option of saving the recoding at the time of play-back.


Error Handling for Mobile Applications Using Microsoft Mobile Internet Toolkit
15 Jul 2002 | Mobile | 8220
The process of debugging is required when the application or one of the application or environment settings causes and exception or error occurs. The programmer needs tools and utilities to pinpoint the cause of the unexpected behavior in order to be able to correct the problem.


Building Text to Speech Applications using SAPI 5.1 and C#.
15 Jul 2002 | Misc | 7898
The Speech application programming interface (SAPI) considerably decreases the code necessary for an application to use speech recognition and text-to-speech, making speech technology more handy and robust for broad range of applications.


Development Tools for creating Mobile Applications
15 Jul 2002 | Mobile | 13275
There are many changes going on in the world of mobile development. We talk about new technology and mention new abbreviations every other day. It is important to understand how all these fit into the big picture. In this article we will discuss the various tools available from Microsoft for mobile application development and the area of use that each tool is targeted.


Using MS Agent in C#: Part 3
03 Jul 2002 | Misc | 10136
In this article, I will show you how to write a program which lists all the animations of the loaded characters which speak to us using synthesized speech, recorded audio, or text in a cartoon word balloon.


Using MS Agent in C#: Part 1 (Text To Speech)
01 Jul 2002 | Misc | 7703
The Microsoft Agent API offers services that support the display and animation of animated characters. Implemented as an OLE Automation (Component Object Model [COM]) server, Microsoft Agent facilitates multiple applications, called clients or client applications, to host and access its animation, input, and output services at the same time.


Using MS Agent in C#: Part 2 (Speech To Text)
01 Jul 2002 | Misc | 12508
The Microsoft Agent API provides services that support the display and animation of animated characters. Microsoft Agent includes optional support for speech recognition so applications can respond to voice commands. Characters can respond using synthesized speech, recorded audio, or text in a cartoon word balloon.


Microsoft Servers and .NET
28 Jun 2002 | ASP.NET | 10627
In Microsoft terminology .NET is a set of Microsoft software technologies for connecting your world of information, people, systems, and devices. It enables an unprecedented level of software integration through the use of XML Web services: small, discrete, building-block applications that connect to each other-as well as to other, larger applications-via the Internet


Developing Mobile Web Application with .NET
25 Jun 2002 | Mobile | 7014
This article presents a general idea of the WAP (Wireless Application Protocol) and developing mobile Web application with .NET. Let me first explain the basic principles of WAP and a sample WML code and the same code in the .NET Mobile Web SDK.


Testing Mobile application with Device Emulators
22 Jun 2002 | Mobile | 8474
Microsoft has enabled support for multiple target client devices for web sites created using the Microsoft Mobile Internet Toolkit (MMIT). This opens up your application to a whole new world of devices. You do not have to worry about the end users access device beyond a basic point the MMIT handles support for all these different devices in the background, freeing you up to focus on the application features.


Compact Framework - An Overview
19 Jun 2002 | Mobile | 8632
In the gone years, there was a need to provide standardized, platform independent website communication, which was rather a difficult task to be accomplished with the existing tool namely DCOM. The Microsoft came up with a solution for this, with an introduction of .Net framework. This enabled different clients connected to the net to have an access to different web services through HTTP, FTP and other protocols with out being platform dependent.


Mobile Device Capabilities
15 Jun 2002 | Mobile | 9670
Today I was thinking to get a good PDA. As I looked at NOKIA COMMUNICATOR 9210m found it interesting. Having a close look on functionalities and then just thinking of my Mobile I came to know some basic things regarding Device Capabilities and that is what inspire me to write this Article and as I am working with Mobile Internet Toolkit that make me inquisitive to know what actually this giving us to deal with this versatile characteristics. So lets analyze this...


DotNetForce Site also provides a Mobile Version of the Site.Click here to simulate the Mobile Version


Click »

This is a new concept where we have tried to answer the .NET related questions posted in our site with in 48hrs.


Enter »

This session will show case some of the third party .NET components and will explain how to use these components and will also help to know some of the equivalent component available in the market.



Enter »

This session we will show case some of the best selling books in the .NET World...

Enter »

.NET Force is optimised for Microsoft Internet Explorer 5 browsers.
Copyright © 2004 .NET Force.
Terms and Condition. All rights reserved.