Browsing from USA? See content for your region. Go to the USA site
AtashiTech
Bill Payment & Collection Kiosk Software Let customers pay utility bills, fees, and dues at any hour through a secure, multi-biller kiosk — with real-time confirmation and printed receipt. Centralized Kiosk Management & Remote Monitoring Platform Manage your entire kiosk fleet from one cloud dashboard — real-time health monitoring, remote content updates, alerts, and usage analytics across all sites and devices. Contractor Induction & Site Access Kiosk Software Onboard third-party contractors safely and compliantly — mandatory induction, competency verification, permit issuance, and site access badge printing before they enter. Employee Self-Service (ESS) Kiosk Software Give employees 24/7 access to HR tasks — payslips, leave requests, attendance correction, and policy documents — directly from a shop-floor or lobby kiosk. Food Ordering & Self-Service Restaurant Kiosk Software Increase average order value and reduce wait times with an intuitive self-ordering kiosk — rich menus, customisations, upsells, and integrated payment in one seamless flow. Healthcare Screening & Patient Registration Kiosk Software Speed up patient flow and reduce front-desk load with self-registration, symptom screening, appointment check-in, and queue token issuance — all at the kiosk. Queue Management & Token Generation Kiosk Software Eliminate physical queues with a smart token kiosk — customers self-select their service, receive a printed or SMS token, and track real-time queue status on displays. Retail Self-Checkout Kiosk Software Reduce checkout queues and staff costs with a reliable self-checkout kiosk — barcode scanning, weight validation, payment, and loyalty redemption in one compact unit. Safety Training & Compliance Kiosk Software Deliver mandatory safety inductions, compliance tests, and certifications at the point of entry — ensuring every worker is trained and authorised before stepping on site. Visitor Management Kiosk Software Streamline visitor check-in with a fully automated kiosk — badge printing, host notifications, NDA signing, and ID scanning in under 30 seconds.
Get Started
Enterprise

.NET Enterprise Desktop (EXE) Apps

Windows desktop and line-of-business apps in .NET.

Definition

What is .NET desktop application development?

.NET desktop application development produces line-of-business software that installs on a Windows PC and runs as a native executable: order entry, dispatch, quality control, back-office finance, the operator console in a control room. These applications are written in C# with WPF or WinForms for the interface, connect to a database and to the systems around them, and are packaged so an IT team can deploy them across hundreds of workstations. A .NET desktop application development company brings the architecture, the integration work and the deployment tooling as one job. At AtashiTech that discipline is the same one behind our kiosk software: every kiosk we ship is an offline-capable Windows executable, and the patterns that keep a terminal running unattended are the patterns that keep a shop-floor application running through a shift.

Desktop is not a legacy choice when the work needs local hardware, fast data entry, large grids or an application that cannot depend on a browser or a network being available. The rest of this page covers when that applies, how we run a desktop engagement, and what you get at the end of it. Our full list of development services sits alongside.

Typical triggers

When a .NET desktop application development company is the right call

These are the three requests that most often arrive with the word "desktop" in them. Each has a browser-based alternative, and each has a reason the alternative was rejected.

A spreadsheet has become the system of record

Production planning lives in a workbook with macros nobody dares touch, and a shared Access database holds the customer list. The business logic is real and proven; the container is fragile. A desktop application preserves the workflow people know while moving the data into a proper database with an audit trail.

A legacy Visual Basic or .NET Framework application must be modernised

The original vendor is gone, the runtime is out of support, and the application still runs the warehouse. Modernisation means recovering the domain rules from the old code and data, rebuilding on current .NET, and running both side by side until the new one has earned trust.

Workstations need local hardware and no dependency on connectivity

Label printers, weighing scales, barcode scanners, signature pads and attendance readers all sit on the desk or the bench. A native application drives them directly, caches its work locally and syncs when the link is back, the same way our kiosk applications do.

Method

How we work on a desktop application

The order is fixed: understand the domain, agree the architecture in writing, build in increments against the real integrations, then hand over and support.

01
02
03
04
01

Discovery

We sit with the people who use the current tool and reverse-engineer what it actually does: entities, rules, exceptions, reports, and every system it exchanges data with. For a modernisation we also profile the legacy database, because the data always has more history than the code admits.

02

Design

Architecture decisions are recorded before build: WPF or WinForms, the presentation pattern, the data access layer, how authentication and roles work, how the application is packaged and updated. Screens are designed for power users who live in the application all day, with keyboard paths and dense, readable grids.

03

Build

Development runs in short increments, and the integration layer to your ERP or database lands first so mapping problems surface while they are cheap. Users test each increment on their own machines. There is no single reveal at the end; by launch your team has been using the application for some time.

04

Support

We produce the installer, run the data migration, support a parallel-run period if one is needed, and train the administrators. The application then moves onto an annual maintenance contract covering fixes, runtime and framework updates and connector changes.

Deliverables

What is included in a .NET desktop engagement

A complete desktop application is more than its screens. The default scope a .NET desktop application development company should commit to covers everything below; each item is dropped only when you already own an equivalent.

Rich WPF or WinForms interface

Data grids that stay responsive with very large result sets, drag-and-drop, docked panels, keyboard-first entry screens and layouts that adapt to the user's role without a code change.

Data layer and schema

Entity Framework Core over SQL Server or PostgreSQL, with migrations run as part of deployment, optimistic concurrency, soft delete and a created-by and updated-by audit column on every table.

Authentication and roles

Windows-integrated sign-in through Active Directory or LDAP, single sign-on where your directory supports it, and role-based visibility of menus, buttons and data columns driven by group membership.

Integration connectors

SAP RFC and BAPI calls, Oracle and SQL connections, REST and SOAP services, flat-file and scheduled batch exchange. We write the connector rather than wrapping a third-party integration product around it.

Reporting and print engine

Invoice, delivery note, label and compliance layouts built in SSRS, FastReport or RDLC, including migration of existing Crystal Reports, with scheduled report delivery from a Windows service.

Packaging and deployment

ClickOnce, MSI or MSIX packages that install silently through SCCM, Intune or Group Policy, an update agent that applies new versions without user involvement, and a migration runner that upgrades the database on first start.

Legacy data migration

Scripts and tooling that move records out of the old application, with reconciliation reports so finance can confirm that totals, balances and open items match before cut-over.

Documentation and source

Architecture notes, deployment guide, the connector specifications and the repository itself, written on the assumption that whoever maintains the application in ten years has never met us.

Stack and hardware

Technology and integrations for enterprise desktop software

We build on current .NET with C#, using WPF for interfaces that need composition and animation and WinForms where a dense, conventional Windows look is the right fit. Data access goes through Entity Framework Core; SQL Server and PostgreSQL are our usual databases, with SQL Server Express or SQLite as the local store for offline-first installations. Background work runs as Windows services, and the same offline-first executable pattern we use on kiosks applies to any workstation that must keep working when the network does not.

Desktop applications tend to sit next to hardware. We integrate label and receipt printers, barcode and QR scanners, weighing scales, signature pads, fingerprint and card readers through vendor SDKs, OPOS or serial protocols, and where an application must open a barrier or a lock we drive Wiegand and relay controllers. On the systems side the recurring integrations are SAP, Oracle, existing SQL databases, Active Directory, and REST APIs exposed by newer platforms, including our own NexERP.

.NET 10 / C#WPF / WinFormsEntity Framework CoreSQL Server / PostgreSQLActive Directory / LDAPSAP RFC / BAPISSRS / FastReport / RDLCClickOnce / MSI / MSIXScanner and scale SDKsWindows services
ERP and database connectorsWritten in-house
Directory sign-in and rolesStandard
Offline-first optionAvailable
Silent deploymentIncluded
Stack at a glance

The usual building blocks of a desktop engagement

Application
C# on .NET 10
WPF / WinForms
Windows services
Data
EF Core migrations
SQL Server / PostgreSQL
Local cache and sync
Integration
SAP / Oracle connectors
Active Directory SSO
REST, SOAP and batch files
Delivery
MSI / MSIX / ClickOnce
Auto-update agent
Report and label printing
Where it is used

Where enterprise desktop applications earn their keep

Many desktop projects are the staff-facing or operator-facing side of a self-service deployment. The examples below link to the kiosk solutions they pair with.

Manufacturing plants

Shop-floor terminals for job booking, quality checks and attendance, alongside the employee self-service kiosk that lets staff without a company laptop reach HR.

Security control rooms

Operator consoles that watch gate events, approve exceptions and print passes, fed by the contractor induction and site access kiosk at the perimeter.

Collection counters and treasury

Cashier applications with drawer control, receipt printing and end-of-day reconciliation, the staffed counterpart to a bill payment kiosk.

Hospital front desks

Registration and billing workstations that share an information system with the patient self-registration kiosk in the lobby.

Fleet operations centres

Rich monitoring consoles for teams that watch hundreds of devices, complementing the browser-based kiosk management platform.

Distribution and warehousing

Receiving, picking and dispatch stations with scanners and label printers on the bench, exchanging orders with an ERP or with a logistics platform such as FleetFlow.

Commercials

Engagement, ownership and AMC

Desktop and line-of-business work is usually contracted on a time-and-material basis, because the scope of a modernisation only becomes fully visible once the legacy data and code have been examined. We agree a plan and a cadence of increments, report effort against it, and re-plan openly when discovery changes the picture. Every engagement is quoted individually; we publish no rates and no standard durations, and if you have seen a figure attributed to us for either, it did not originate here.

The source code, the database schema, the connector specifications and the installer definitions are handed to you at the end of the engagement, and our standard position is that they are yours. A .NET desktop application development company that writes code only it can maintain has built you a liability. We write in mainstream, long-term-supported Microsoft technology with a layered structure so that your own developers can take it on.

After launch the application is covered by an annual maintenance contract: defect fixes, .NET runtime and operating-system updates, connector changes when an upstream system is upgraded, and a defined support channel. Read more on the consulting and AMC support page. Where the desktop application needs a cloud back end, pipelines or ERP middleware, our cloud, DevOps and integration team builds it, and a companion browser front end comes from web application development.

Bring us the application your business actually runs on

Whether it is a workbook that has outgrown itself or a legacy executable nobody can rebuild, describe it and we will scope the replacement. Compare the rest of our development services, browse the kiosk solutions that pair with desktop consoles, or read our engineering notes on the blog.

Frequently asked questions

It is when the work involves local hardware, heavy keyboard data entry, very large grids, or machines that cannot rely on a browser or a network connection. For staff spread across many locations with no hardware on the desk, a web application is often the better fit, and we build both.

We recommend one during design and record the reason. WPF suits interfaces that need composition, scaling and animation; WinForms suits dense, conventional Windows screens and teams that already maintain WinForms code.

Yes. We recover the business rules from the existing code and data, rebuild on current .NET, migrate the records with reconciliation reports, and support a parallel-run period so the new application earns trust before the old one is retired.

Our standard position is that the delivered source, schema, connectors and installer definitions belong to you, and they are written so that your own developers or another vendor can maintain them.

We work through the workbook with the people who use it, document each rule, calculation and exception, and profile the data it holds. That becomes the domain model the new application is built around.

SQL Server and PostgreSQL are our usual choices, accessed through Entity Framework Core, with SQL Server Express or SQLite as a local store when a workstation must keep working offline. Existing Oracle and SQL databases are integrated rather than replaced where that is what you need.

Yes. We write the connector ourselves using SAP RFC and BAPI calls, Oracle connections, REST or SOAP services or scheduled file exchange, and the integration layer is built early in the project so mapping issues surface while they are cheap to fix.

We produce a ClickOnce, MSI or MSIX package that installs silently through SCCM, Intune or Group Policy, plus an update agent that applies new versions without user involvement.

Fixes, runtime updates and connector changes are covered by the annual maintenance contract and delivered through the update agent. Larger functional changes are scoped and quoted as follow-on work against the same codebase.

Yes. Sign-in is integrated with Active Directory or LDAP, single sign-on is used where your directory allows it, and menus, buttons and data columns are shown or hidden according to group membership.

Desktop work is usually run on a time-and-material basis against an agreed plan, because the scope of a modernisation only becomes clear once the legacy system has been examined. Each engagement is quoted individually and we do not publish rates.

Often, yes. Our kiosk applications are Windows executables built with the same tools, and a staff-facing desktop application and a public-facing kiosk frequently share one back end and one codebase.
Read in your language Tap the translate button to switch language.