Say Goodbye to BBAs

Browser-based applications suck, one reader puts it simply. A properly architected and developed Win Forms application (or other smart client) can do anything a BBA can, and more.

Letters to Visual Studio Magazine are welcome. Letters must include your name, address, and daytime phone number to be considered for publication. Letters might be edited for form, fit, and style. Please send them to Letters to the Editor, c/o Visual Studio Magazine, 2600 El Camino Real, Suite 300, San Mateo, CA 94403; fax them to 650-570-6307; or e-mail them to [email protected].

Say Goodbye to BBAs
My hat goes off to Billy Hollis for daring to speak badly of the browser-based application (BBA) [Good Riddance to Browser-Based Apps," July 2005]. As he puts it simply, "... the browser sucks as an application platform."

The BBA aimed to cut implementation and support costs and to improve the user experience. How many times have you run a Web app, hit the back button, and been thrown into Never Never Land, only to lose data and become frustrated? The BBA is a great idea, but all too many architects and developers implement the idea poorly. If hitting the back button causes this behavior, then take it away from the user or develop different functionality for it. It's that simple.

For small companies to implement a BBA, they must run and support IIS and deal with all the trouble that goes with it, not to mention the risks of hackers, worms, and more. It costs dearly to train staff in IIS administration, ASP, HTML, XML, and so on. A properly architected and developed Win Forms application (or other smart client) can do anything a BBA can, and more.

By the way, I am a programmer of five years using Access 97, VBA, VB6, and SQL Server. But that's another story—see Karl E. Peterson's Guest Opinion, "Support Classic VB" [May 2005].

Tim Wicktor, Tampa, Fla.

VB Deserves Professional Features, Too
It is quite irritating to watch Microsoft plan new "professional" development features for C# and not Visual Basic. It seems that because VB is so easy to use and understand, Microsoft is convinced that laymen are all who use it. In fact, there are plenty of professional developers who use VB over C# for their primary development language.

VB supports design-time compiling, better code completion, and code that is simply easier to read over many other languages. These features are not in C# because the developer community hasn't asked for them.

With Visual Studio 2005 on the horizon, Microsoft has developed a number of new technologies into the framework and languages. Generics is a great new feature, but it was planned originally for C# alone. Only after the VB community complained was it added to the VB feature list.

Refactoring was another feature targeted for C#. Again, VB users complained, but it was too late, and Visual Basic 2005 will ship without this important tool.

I'm a professional developer. I'm tired of fighting with Microsoft to make sure it includes the tools I need in my language of choice. Microsoft worked hard to make VB the most popular computer language—now it needs to treat it with the respect it deserves.

Robert Beaubien, Glendale, Ariz.

CTP Affects Client Callbacks
With the release of the August Community Technology Preview, Microsoft changed the implementation of client callbacks in a small but significant way, affecting part of my ASP.NET column, "Integrate the Client and Server" [July 2005].

To better support asynchronous processing, Microsoft split the RaiseCallback function in the original implementation into two parts. The original RaiseCallback accepted a string parameter and returned a string parameter. The new version consists of a subroutine (still called RaiseCallback) that accepts a string parameter and a function (called GetCallbackResult) that returns a string value. RaiseCallback is still called from the client-side code and is passed the client-side value, but immediately after it runs, the GetCallbackResult function executes. You can do your server-side processing in either routine as long as the result of your processing is returned by GetCallbackResult.

Please take a look my July ASP.NET column, as the text and code have been updated to reflect these changes.

Peter Vogel, Goderich, Ontario, Canada

About the Author

This story was written or compiled based on feedback from the readers of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube