A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
While .NET 5 and VS 2019 v16.8 are being lauded for their cross-platform support and latest-and-greatest functionality for creating modern cloud, mobile, AI, IoT and other apps in C#, there are a lot ...
eSpeaks’ Corey Noles talks with Rob Israch, President of Tipalti, about what it means to lead with Global-First Finance and how companies can build scalable, compliant operations in an increasingly ...
Two members of Microsoft's Windows Forms dev team appeared in a Channel 9 video on "Supporting VB.NET" in .NET 5," a task that in some ways poses "a huge challenge." Specifically, one such aspect is ...
Microsoft's .NET computing framework stands poised to help you speed test application development. With Visual Studio .NET (Microsoft's .NET programming package), you can write distributed ...
Microsoft's own programmer community has launched a campaign of defiance over a decision to end support for Visual Basic. More than 100 Microsoft Most Valuable Professional (MVP) developers have ...
What are we going to do with all this Visual Basic? If you’re a project manager with a portfolio of Visual Basic applications to maintain, that’s no idle question. Microsoft’s newest version of its ...
I have written an application that takes in a fixed-width file (thanks in no small part to advice I recieved in a seperate thread) and then dissasembles each line, runs a fairly meaty SQL SELECT query ...
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to ...