Re: Is it advantageous to use .NET Framework DLL's in Access?



Disclaimer: This is an Access NG, so my following remarks really have
nothing to do with Access but just responding to questions about the
viability of .Net/ADO.Net...

Currently, I am working on a project which is to convert some php web
applications to .Net applications in C# (this kinda reminds me how I had
to convert some ADP projects to .Net). PHP/classic ASP both do pretty
much everything you can do in .Net - just requires a ton more code. The
one thing the PHP/classic ASP can't do which .Net does is to create
compiled code (and way less of it). The client wants compiled web
applications because there are way less security holes in a compiled
application than the interpreted apps of PHP/classic ASP and a lot more
Net is a lot more scalable (that was one of the key paradigms in the
development of .Net - to simplify the big stuff).

Additionally, the goal of .Net is the same as the goal of Access - to
simplify the coding process. Has anyone ever tried (I mean this
century) to create a multi-tiered system in MFC? Not fun - way not
fun. Access single handedly revolutionized this process last century.
But the corporate sector needed more than what Access/the com
environment (VB6...) could deliver. Thus emerged .Net - the simplified
version of MFC.

Net is not simpler than Access. It is simpler than MFC.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
.



Relevant Pages

  • BUG: Gdiplus::Image::FromStream() leaking references in Unmanaged C++ applications
    ... that this bug only exists in unmanaged C++ applications that are using ... to take advantage of GDI+ rendering technology). ... possible that this problem could be related to the nature of MFC ... addition to deleting the Image objects and ...
    (microsoft.public.win32.programmer.gdi)
  • SysListView32 Content Scraping
    ... I have a program which grabs data from 3rd-party applications. ... My first problem is actually identifying the MFC Window. ... Builder just wrap around the internal Win32 control so the a handle ...
    (microsoft.public.win32.programmer.ui)
  • Re: Show Dialog from MFC Extension DLL
    ... and used by both MFC applications as well as non-MFC applications. ... I simplify things by exporting a non-MFC class that "represents" my dialog. ... file that has no MFC in it, so they aren't exposed to it (this is what allows ATL and console applications to use the DLL to show the dialog). ...
    (microsoft.public.vc.mfc)
  • Re: VC/MFC world status request
    ... MFC is also good for people who want to make "smaller" desktop applications that are easy to distribute. ... So far I don't think there is a way to statically link .NET applications. ... I think we will see C++/MFC getting new life as the platform of choice for native desktop applications or other applications that don't require managed code. ...
    (microsoft.public.vc.mfc)
  • Re: CWinApp and message loop thread
    ... I think you are confusing number of threads in a MFC app with CWinApp ... To simplify, you could have 10 MFC Regular DLLs, each with its ...
    (microsoft.public.vc.mfc)

Loading