answersLogoWhite

0

What is the 3-tire architecture in use visual c?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Nothing. However, one or more part of the three tiers can be programmed in Visual C.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the 3-tire architecture in use visual c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you connect java with visual studio?

Unfortunately, you can not use Visual Studio to edit Java. Visual Studio can be used to program: Visual Basic C# C++ ASP.NET Anyways to program Java you can use other programs as Eclipse for Java Developers


What are example of programming software?

c,c++,b,BASIC,Python,Java,Visual C, Visual C++ and visual basic


What is a software that a programmer uses to write computer instructions?

microsoft visual studio is one. they use programming languages such as c# and visual basic.


What is the brief history of visual c plus plus?

The complete history of Visual C++ can be found in the "Visual C++" article in Wikipedia.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


How many languages are supported by visual studio?

Visual studio 2010 supports 5 programming languages. These are Visual Basic, Visual C#, Visual C++, Visual F# and JScript.


Which language is used to develop Microsoft visual studio NET?

Microsoft Visual Studio has been written in Visual C++ and Visual C#


How do you use or integrate c plus plus code in visual basic 6?

You can't integrate C++ source code directly into Visual Basic code. In order to make use of code written in another language, including C++, you must compile that source to produce a DLL. You can then link to that DLL via Visual Basic. The only caveat is that you must replace the C++ data types in the function declarations with the equivalent Visual Basic data types, such as 'Byte' for a C++ unsigned char, or 'Single' for a C++ float.


Who developed visual c plus plus?

Microsoft developed Visual C++.


What has the author Ivor Horton written?

Ivor Horton has written: 'Beginning Java' 'Ivor Horton's beginning Visual C++ 2010' -- subject(s): Microsoft Visual C++, C++ (Computer program language) 'Beginning C++' -- subject(s): C++ (Computer program language) 'Visual C++ 6' 'Beginning Visual C++ 4' -- subject(s): Microsoft Visual C++, C++ (Computer program language) 'Instant C programming' -- subject(s): C (computer programming language) 'Ivor Horton's Beginning Visual C++ 2008' 'Beginning Java 2 SDK 1.4 Edition' 'Beginning Java 2' -- subject(s): Protected DAISY 'Beginning Visual C++ 6' -- subject(s): Microsoft Visual C++, C++ (Computer program language) 'Beginning Visual C++ 5' -- subject(s): Microsoft Visual C++, C++ (Computer program language)


What development tool that helps programmers write compile and test their programs?

Microsoft Visual Studio comes with Visual Basic,Visual C++ etc.You can use them to create programs.


Do you need Microsoft c plus plus redistributable?

If you use microsoft's "Visual C++ Compiler" whoever is going to use your program needs the redistributable installed.