C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Resco (5)
Anand Kumar(4)
John O Donnell(4)
Jigar Desai(3)
Dipal Choksi(3)
Priti Kumari(2)
Mike Gold(2)
Srinivas Sampath(2)
Ravi Shekhar(2)
Ramesh Sengamalai(2)
Shail 0(2)
Aarav Patel(1)
Jay Parekh(1)
Nipun Tomar(1)
John Charles Olamendy(1)
Amit Kumar Agrawal(1)
Ajay Narkhedkar(1)
Abhimanyu K Vatsa(1)
Micheal Xavier A (1)
Konga Mounika(1)
Sarfaraj Ansari(1)
Prakash Tripathi(1)
Anas Chaudhary(1)
A V Mahesh(1)
Danish Hameed(1)
Resources
No resource found
What Are the Practical Applications of Compact Multimodal AI Models in Real-World Systems?
Mar 10, 2026.
Explore compact multimodal AI models: blending visual and textual data for efficient real-world applications. Revolutionizing industries with accessible AI solutions.
CURD Operations in SQL Server Compact Database File in C# Windows Application
Jan 08, 2014.
Here I will explain how to use a SQL Server Compact Database (SDF) file in your C# Windows application.
Logging Using Log4net in Compact Framework 2.0 in Visual Studio 2008
Jun 08, 2013.
This article will show you how you can use log4net.dll to do logging in a Compact Framework 2.0 application.
Unit Conversion Tool for Pocket PC with Compact Framework in VB.NET
Nov 10, 2012.
This article explains about the unit conversion tool for Pocket PC. I have created a Unit conversion tool to calculate conversion from 16 different types.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET
Nov 10, 2012.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC. Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC in VB.NET.
Connection Strings for SQL Server Compact Edition
Dec 22, 2010.
SQL Server Compact Edition (SQL CE) is a compact relational database produced by Microsoft for applications that run on mobile devices and desktops.
SQL Server Compact and LINQ
Feb 13, 2009.
In this article, I will cover how to access data in SQL Server Compact databases (.sdf file) using new development technologies such as LINQ.
Grid control on .NET Compact Framework
Aug 27, 2008.
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.
Packing List for the Pocket PC in the .NET Compact Framework
Nov 10, 2006.
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.
Best Practices of Compact Framework
May 17, 2006.
This shares a few recommendations for use in our day to day development of Compact Framework applications.
AI: Using the Compact Genetic Algorithm to Compute Square Roots in C#
Oct 09, 2005.
This article describes the Compact Genetic Algorithm (cGA) and how it can be used to calculate the square root of a floating point number.
Programming with .NET Compact Framework 1.0 and SQL CE 2.0 : Part II
Aug 11, 2005.
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.
Programming with .NET Compact Framework 1.0 and SQL CE 2.0 : Part I
Jul 26, 2005.
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.
Building Applications with .NET Compact Framework
Jun 09, 2004.
In this article, author explains various components of Microsoft .NET Compact Framework and how to build compact device applications using .NET Compact Framework.
Using the .NET compact Framework
Oct 01, 2003.
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.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC
Jan 04, 2003.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC.
Unit Conversion Tool for Pocket PC with Compact Framework
May 22, 2002.
I have created a Unit conversion tool to calculate conversion from 16 different types.
Inside the .NET Garbage Collector: How Mark, Sweep, Compact, and Finalization Really Work in C#
Jul 23, 2026.
Understand the .NET GC's Mark, Sweep, Compact, and Finalization phases. Learn how it efficiently reclaims memory and keeps your C# apps running smoothly.
DML Operation in WindowsCE (Compact Edition) Device Application With sdf Database
Jul 27, 2014.
This article will help you to do DML operations in a sdf file in a Windows CE device application.
How to Create Database in Windows CE (Compact Edition) OS Operated Device
Jul 27, 2014.
This article will help you to learn how to create a Database (sdf file) in a Windows CE (Compact Edition) operating system device.
Entity Framework Console Applications With SQL Server Compact
Oct 08, 2012.
Microsoft SQL Server Compact Edition is an embedded database system that allows us to integrate it in our Web, Desktop and Mobile applications.
DataBinding in WPF using Sql Server Compact
Aug 18, 2011.
This article will help you to create WPF browser application with basic technique of data binding using Sql Server compact 3.5 sp1, so without waiting anymore time let’s start our first WPF browser application.
DataGrid in WPF using Sql Server Compact
Apr 23, 2011.
In this article I would like to show the simple way of data binding to datagrid in WPF.
Garbage Collection (GC) in .NET
Jul 05, 2025.
Garbage Collection (GC) in .NET is an automated memory management system that enables us to build reliable applications without constantly worrying about memory allocation and cleanup.
Comparing Azure OpenAI GPT-4o and GPT-4o Mini
Aug 24, 2024.
Azure OpenAI GPT-4o is a powerful, full-scale AI model designed for complex tasks requiring high computational power. GPT-4o Mini is a more efficient, scaled-down version, offering robust performance on a broader range of hardware. Both models seamlessly integrate with Azure, catering to diverse use cases.
The Rise of Small Language Models
Jun 19, 2024.
Rise of Small Language Models" explores the increasing prominence of compact AI models in natural language processing (NLP). These models offer efficient, scalable solutions for language tasks, balancing performance and resource consumption.
Working With Expression Bodied Members In C# 7.0
Mar 31, 2017.
This article explains about existing and new expression-bodied members, which are introduced in C# 7.0 and demonstrates how to use them in software development.
Features of Java 8
Jan 13, 2015.
This article explains additional features of Java SE 8.
Use Local Database File in C# Windows Application
Jan 08, 2014.
Here I will explain how to use a SQL Server Compact (SDF) local database file in your Windows application.
Introduction to Pocket PC with VB.NET
Nov 09, 2012.
At the time of writing (Oct 2001) Microsoft has shipped Pocket PC 2002 and also has just released the Visual Studio .NET.
Windows Mobile Utility on the Move, (Works For Indian Region only)
Mar 01, 2011.
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
Oct 31, 2009.
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.
Flexible KeyBoard Control for Mobile Applications
Oct 21, 2008.
This article describes you how to create a customizable keyboard control by using Resco mobile forms toolkit.
Visualize data on a mobile device using Visual Studio
May 09, 2008.
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
Creating a filtered list of customers on a mobile device
Mar 05, 2008.
The article demonstrates how to create a sophisticated filtered customer list on a Windows Mobile device using Resco AdvancedList control.
Databinding with Pocket PC
Nov 11, 2005.
This articles shows how to write data-driven applications for Pocket PC using ADO.NET and .NET Compact Framework.
Mobile Web Application Secret
Sep 12, 2005.
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.
University Student Registration Application in ASP.NET
May 03, 2004.
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.
Using Map in a Pocket PC Application
Apr 19, 2004.
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.
Integrating Web Services with SDE
Oct 01, 2003.
In this article, we will see how to integrate Web services with a smart device application.
Data Access Overview For Smart Device Extensions
Dec 23, 2002.
In this article we will take a brief look at ata Access for Smart Device Extensions.
Scramble for Pocket PC
Sep 19, 2002.
This article shows you how to write Scramble for Pocket PC.
Getting NASDAQ Quotes with a Pocket PC
May 22, 2002.
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.
Display and Hiding SIP on a Pocket PC
May 21, 2002.
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?
Introduction to Pocket PC
Oct 31, 2001.
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.