Programming C# 5.0 by Ian Griffiths
Author:Ian Griffiths [Ian Griffiths]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming Languages / C#
ISBN: 9781449320409
Publisher: O'Reilly Media
Published: 2012-10-11T04:00:00+00:00
Other PE Features
Although C# does not use the classic Win32 mechanisms for representing code or exporting APIs in EXEs and DLLs, there are still a couple of old-school features of the PE format that assemblies can use.
Console versus GUI
Windows makes a distinction between console applications and Windows applications. To be precise, the PE format requires an EXE to specify a subsystem, and back in the old days of Windows NT, this supported multiple operating system personalities—early versions included a POSIX subsystem, for example. These days, you see only three subsystems, and one of those is for kernel-mode device drivers. The two user-mode options used today select between Windows GUI (graphical user interface) and Windows console applications. The principal difference is that Windows will show a console window when running the latter (or if you run it from a command prompt, it will just use the existing console window), but a Windows GUI application does not get a console window.
You can select between subsystems in the project’s Application property page using the “Output type” drop-down list. This offers Windows Application and Console Application. It also offers Class Library, which builds a DLL; DLLs do not specify a subsystem.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12570)
Hello! Python by Anthony Briggs(9914)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9796)
The Mikado Method by Ola Ellnestam Daniel Brolund(9778)
Dependency Injection in .NET by Mark Seemann(9337)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8296)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Grails in Action by Glen Smith Peter Ledbrook(7696)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7071)
Microservices with Go by Alexander Shuiskov(6834)
Practical Design Patterns for Java Developers by Miroslav Wengner(6755)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6696)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6413)
Angular Projects - Third Edition by Aristeidis Bampakos(6099)
The Art of Crafting User Stories by The Art of Crafting User Stories(5628)
NetSuite for Consultants - Second Edition by Peter Ries(5562)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5368)
Kotlin in Action by Dmitry Jemerov(5062)
