問題一覧
1
VB.NET stands for
Visual Basic Network Enabled Technologies
2
What year Visual Basic. Net develop?
Microsoft in 2002
3
Connect files from NET compilers, translate to executable file and manage the execution
Common Language Runtime (CLR)
4
defines .NET standard data type for all .NET programming languages
Common Type System (CTS)
5
defines rules for language interoperability such as naming, data type definition
Common Language Specification (CLS)
6
translates IL(Intermediate Language) into executable, processor specific machine language
Just in Time (JIT)
7
consists of approx. 100 assemblies each with one or more classes
Framework Class Library (FCL)
8
When you design the user interface GUI and writing the code
Design Time
9
When you execute and test the program
Runtime
10
When you have Run Time errors, and you stop execution
Break Time
11
are used to organize code and prevent naming conflicts
Namespaces
12
a container for functions and subroutines that can be accessed globally within the application
Module
13
is a blueprint for creating projects and contains methods, properties, and events
Class
14
is a entry point of a VB.NET application. it is where the program begins
Main
15
inside methods. you write the actual code to perform task. this includes declarations, assignments, loops, conditionals and method calls
Statement and Expression
16
are blocks of code that perform task. procedures do not return a value, while functions do
Procedure and Functions
17
VB.NET provides structured exception handling using Try, Catch, Finally and Throw blocks to handle runtime error
Error Handling
18
used to document the code
Comments
19
these are errors in the code that violate the rules of programming language
Syntax Errors
20
these errors occur during the execution of the program, after it has succesfully compiled.
Runtime Errors
21
these are error occur when the program compiles and runs without crashing but produce incorrect results
Logical Errors
22
Visual Studio is an integrated development environement (IDE) from?
Microsoft
23
Visual Studio is designed for ?
All in one solution
24
is a Microsoft IDE designed for building Applications, Windows form, Gui
Visual Studio. Net
25
is an IDE use for developing applications across multiple platforms including Windows, Web, mobile and cloud
Visual Studio
26
Visual Studio. Netrefers specifically to the version of Visual studio released in
2002
27
Visual Studio introduced in
1997
28
Visual Studio major UI changes
Visual Studio 2015
29
Its suitable for individual developers to create free or paid apps but has limitations for enterprise use
Community
30
A paid commercial edition of Visual Studio available since 2010 that supports XML and XSLT editing integrates microsoft SQL
Professional
31
A paid comprehensive solution designed for teams, this edition is ideal for delivering high quality, scalable software
Enterprise
32
for creating traditional Windows desktop applications
Windows Form
33
For Developing web applications and services using .Net
Asp. Net
34
For Building interactive web UI using C#
Blazor
35
For Creating cross platform mobile apps that run on IOS and Android
Xamarin
36
The evolution of Xamarin for building cross platform apps with a single database
Multi Platform App UI (MAUI)
37
Integration for developing and managing applications on
Azure
38
Support for game development using the ___ Engine
Unity
39
Integration with _______ for C++ game development
Unreal Engine
40
For building cross platform applications that run on Linux, Windows and MacOs
.Net Core and .Net5/6+
41
For developing and managing containerized applications
Docker
42
For creating applications that interact with Iot devices and services
Azure IoT
43
Tools for developing and managing database server
SQL Server
44
Advance code editor with IntelliSence for auto completion and syntax suggestions
Intelligent Code Editing
45
Robust debugging capabilities with breakpoints, watch windows and realtime code analysis
Debugging Tools
46
Support GIT and other version control systems directly within the IDE for seamless code management
Integrated Version Control
47
Visual Designers for building user interfaces for web, desktop and mobile applications using drag and drop
Designer Tools
48
A rich ecosystems of extensions and plugins to add functionality and customize the development environment
Extensibility
49
Built in tools for unit testing, automated testing and performance profiling to ensure code quality and reliability
Testing Frameworks
50
Seamless integration with cloud services particularly Microsoft Azure for Deploying managing and scaling applications
Cloud Integration
51
Support for building applications across multiple platforms, including Windows, MacOS, Linux and IOS
Cross Platform Development
52
Tools for team collaboration, including live and share sessions for real time code sharing
Collaboration Features
53
A wide range of templates for various project types including web, mobile, desktop and cloud applications
Project Templates