TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Compact Framework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John O Donnell (4)
Anand Kumar (4)
Resco (4)
Dipal Choksi (2)
Srinivas Sampath (2)
Shail 0 (2)
Jay Parekh (1)
Amit Kumar Agrawal (1)
Mike Gold (1)
A V Mahesh (1)
Jigar Desai (1)
Danish Hameed (1)
Related resources for Compact Framework
No resource found
Data Access Overview For Smart Device Extensions
11/26/2020 12:20:22 AM.
In this article we will take a brief look at ata Access for Smart Device Extensions.
Integrating Web Services with SDE
10/19/2020 6:04:23 AM.
In this article, we will see how to integrate Web services with a smart device application.
Introduction to Pocket PC
5/16/2019 11:21:19 PM.
At the time of writing (Oct 2001) Microsoft has shipped Pocket PC 2002 and also has just released the Visual Studio .NET add-on for Pocket PC called the compact framework.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC
12/4/2018 5:27:44 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC.
Best Practices of Compact Framework
11/12/2013 11:19:44 AM.
This shares a few recommendations for use in our day to day development of Compact Framework applications.
Logging Using Log4net in Compact Framework 2.0 in Visual Studio 2008
6/10/2013 12:27:44 AM.
This article will show you how you can use log4net.dll to do logging in a Compact Framework 2.0 application.
Introduction to Pocket PC with VB.NET
11/9/2012 6:39:53 AM.
At the time of writing (Oct 2001) Microsoft has shipped Pocket PC 2002 and also has just released the Visual Studio .NET.
Building Applications with .NET Compact Framework
10/1/2012 8:25:52 AM.
In this article, author explains various components of Microsoft .NET Compact Framework and how to build compact device applications using .NET Compact Framework.
Flexible KeyBoard Control for Mobile Applications
5/20/2012 6:40:50 AM.
This article describes you how to create a customizable keyboard control by using Resco mobile forms toolkit.
Mobile Web Application Secret
5/19/2012 7:11:14 AM.
This article gives you a clear idea how an ASP.NET Web Application rendering works differently on hand held devices than running Web Applications on normal machines.
Programming with .NET Compact Framework 1.0 and SQL CE 2.0 : Part II
5/19/2012 7:09:24 AM.
In this article I am going to talk about garbage collection and JIT process in .NET compact framework and what are the differences between these two model of framework.
Packing List for the Pocket PC in the .NET Compact Framework
5/19/2012 6:25:35 AM.
This article demonstrates a pocket pc packing list application to help you track moving inventory. The application is written in C# for the .NET Compact Framework (1.1) and shows you how to overcome some limitations in the framework such as scrolling a form and searching nodes in XML.
Grid control on .NET Compact Framework
5/19/2012 5:56:47 AM.
In this article I will show some typical issues one can encounter when developing mobile applications and how to solve them using a grid control that was designed for mobile devices from the scratch.
Windows Mobile Utility on the Move, (Works For Indian Region only)
3/3/2011 12:14:50 PM.
This application can be used by any user to search the STD Code, Mobile operators circle easily throughout India. It's a very handy application which runs on Windows Mobile 6.1 & 6.5 professional devices.
.NET vs .NET CF Development
10/30/2009 1:58:26 AM.
Development of desktop and mobile .NET applications is nowadays more-or-less the same. Microsoft Visual Studio and .NET can be used to develop for both platforms. Even though the .NET Compact Framework is a subset of large .NET Framework, it allows developing mobile applications in a same way as the desktop ones. In addition, developer can use well known programming languages, such as C# or Visual Basic.
University Student Registration Application in ASP.NET
7/8/2009 1:20:19 AM.
The aim of this project is to implement a Web application, where students can register for an online course. If the user is an administrator, he can add and remove courses and modify the student information.
Visualize data on a mobile device using Visual Studio
5/9/2008 12:23:42 AM.
This article is about displaying data in mobile applications built on .NET Compact Framework platform. It demonstrates several typical data structures and their visualization on a small display of a mobile device
Display and Hiding SIP on a Pocket PC
1/31/2006 1:16:53 AM.
When you get your hands on a Pocket PC for the first time you have to wonder just how the heck do you enter information?
Getting NASDAQ Quotes with a Pocket PC
1/31/2006 1:03:17 AM.
If you have been lucky enough to get the Compact Framework or Smart devices extension beta for April 2002 you may be wondering what you can do with it.
Unit Conversion Tool for Pocket PC with Compact Framework
1/31/2006 12:48:07 AM.
I have created a Unit conversion tool to calculate conversion from 16 different types.
Using Map in a Pocket PC Application
1/31/2006 12:01:28 AM.
GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
Databinding with Pocket PC
1/30/2006 6:29:30 AM.
This articles shows how to write data-driven applications for Pocket PC using ADO.NET and .NET Compact Framework.
Using the .NET compact Framework
12/21/2005 6:57:39 AM.
In this article, we will see how to write a simple .NET Compact Framework application and deploy it onto a device. This article provides a step-by-step instruction on how to write the application.
Programming with .NET Compact Framework 1.0 and SQL CE 2.0 : Part I
12/21/2005 1:10:08 AM.
This article covers various major components for developing application for PDA .Before developing application targets to PDA device its very important to understand .NET compact framework, supported/unsupported features for smart device development, Difference between .NET compact framework and .NET framework and of course SQL CE if you want to store application data in SQL database.