Extending MFC Applications with the .NET Framework by Tom Archer

By Tom Archer

The Microsoft chanced on sessions (MFC) compose the category library for Microsoft's visible C++. First brought over 10 years in the past, this type library is now in use through nearly 1.5 million programmers, and is the topic of many books, articles, and sites. MFC builders, in addition to their millions of present purposes, usually are not going emigrate to .NET in a single day. nonetheless, there isn't any doubt that .NET is the way forward for Microsoft improvement. accordingly, rather than writing yet one more .NET publication attempting to movement MFC builders to .NET completely, this ebook makes an attempt to get those MFC builders on board this day through exhibiting them how you can proceed utilizing MFC and mix it with .NET to turn into extra effective. Then through the years, MFC builders will stream to .NET. For now, this e-book makes a speciality of this untapped team of MFC builders who fall into the class of "late adopters". whereas there are numerous books on COM and .NET interoperability, they truly concentration extra on making your new .NET apps engage along with your legacy apps. we do not comprehend of one other e-book rather like this one.

Show description

Read or Download Extending MFC Applications with the .NET Framework PDF

Similar c & c++ windows programming books

The standard C library

Prentice Hall's most crucial C programming name in years. A spouse quantity to Kernighan & Ritchie's c language. a set of reusable features (code for development facts constructions, code for appearing math services and clinical calculations, and so forth. ) so as to keep C programmers time and cash specially while engaged on huge programming tasks.

C++ in a Nutshell

To-the-point, authoritative, no-nonsense strategies have regularly been an indicator of O'Reilly books. The In a Nutshell books have earned an outstanding popularity within the box because the well-thumbed references that take a seat beside the an expert developer's keyboard. C++ in a Nutshell lives as much as the In a Nutshell promise.

ASP.NET 2.0 Revealed

* in addition to those that obtain the preview at PDC, it really is expected that each one different ASP. internet builders might be hungry for info at the re-creation. * could be one of many first actual books on ASP. internet 2. zero, to be had once the expertise itself turns into on hand to a much wider viewers. * Very fast-paced, since it assumes past wisdom of ASP.

Pro SharePoint 2013 Branding and Responsive Web Development

Seasoned SharePoint 2013 Branding and Responsive net improvement is the definitive reference at the applied sciences, instruments, and strategies wanted for development responsive web pages and functions with SharePoint 2013. The ebook specializes in ideas that supply the easiest browser adventure for the myriad of units, browsers, and display orientations and resolutions.

Additional resources for Extending MFC Applications with the .NET Framework

Sample text

NET code, I use the term method. Naming conventions— This particular book presented a unique challenge when it came to naming conventions. I've been using Visual C++ and MFC since version 1 and have always used Hungarian notation for the main reason that the MFC source code did, and I wanted to maintain consistency in my own code bases. NET programming is a mixture of camel and pascal casing. NET, and you can see the problem. NET code to standalone functions, but this wasn't always possible. As a result, you will often see a combination of the two distinct naming conventions.

Page 15 How can Regular Expressions be used to parse a document for multiple complex pattern types, such as email addresses? Page 84 How can hash codes be used to validate users without storing passwords? Page 161 How can MFC applications maintain data stored in XML format? NET DataSet is filled, how can the data be searched, sorted, and filtered? NET classes? Page 363 What are the options for handling disconnected data concurrency issues? Page 396 How can Remoting be used to pass MFC objects between applications?

Now let's talk about manifests. If you compile a standalone application (such as our FirstMEApp) or a DLL, the manifest will be incorporated into the resulting binary. This is called a single-file assembly. A multifile assembly can also be generated, with the manifest existing as either a standalone entity within the assembly or as an attachment to one of the modules within the assembly. The manifest is essentially a repository of information about what assemblies the current assembly links to, what security permissions your application requires, and information about what assemblies constitute the application.

Download PDF sample

Rated 4.73 of 5 – based on 49 votes