ANSWERS-using System.Net.Mail;
Which of the following command is used to add migration snapshot in EF Core?Select
one: -CORRECT ANSWERS-Add-Migration
In WPF Padding controls how much extra space gets placed around the inside edges of
the element.Select one: -CORRECT ANSWERS-True
If Razor View Engine need to add JQuery function and contain @ special character then
how we can write it in Razor View?Select one: -CORRECT ANSWERS-Replace @ to
@@ (double)
EF Core mainly supports __________ approachSelect one: -CORRECT ANSWERS-
Code First
The TextBox control shows a default context menu with options to Cut, Copy and Paste.
Can we override this context menu by defining our own in the TextBox control?Select
one: -CORRECT ANSWERS-True
EF Core can be run on________.Select one: -CORRECT ANSWERS-All of the above
Transformations are available in which namespace?Select one: -CORRECT
ANSWERS-System.Windows.Media
Child controls are positioned in left-to-right order and wrapped to the next line when
there are more controls on the current line than space allows.Is true about?Select one: -
CORRECT ANSWERS-WrapPanel
What does WebHost.CreateDefaultBuilder() do?Select one: -CORRECT ANSWERS-All
of the above
Which of the following is True?Select one: -CORRECT ANSWERS-Entity Framework is
an open source ORM framework.
________ is a DependencyProperty instance, which is obtained as a return value when
registering a dependency property, and then stored as a static member of a class.Select
one: -CORRECT ANSWERS-Dependency property identifier
1|Page
, RedirectToAction() Method for which Status code represents?Select one: -CORRECT
ANSWERS-302
ConfigureServices(IServiceCollection
services){services.AddRazorPages().AddRazorPagesOptions(options =>
{options.RootDirectory = "/Content";});}
What is the Deserialization process? -CORRECT ANSWERS-Deserialization works in
reverse, taking a data stream and reconstituting it into an in-memory object or object
graph
Choose the correct answer with Server-side validation in Razor Pages. -CORRECT
ANSWERS-if (!ModelState.IsValid){return Page();}
The scaffolding tool features a number of generators including ones for producing MVC
areas, controllers and views, and Razor Pages. Choose the templates exist for Razor
Pages. -CORRECT ANSWERS-Empty, Create, Edit, Delete, Details, List
Choose the correct anwser for Symmetrical multiprocessing (SMP). -CORRECT
ANSWERS-Any available processor or core can execute tasks. The most used and effi
cient one is n-way symmetrical multiprocessing,where n is the number of installed
processors. With this procedure, each processor can execute a task isolated from the
restand also when a particular software is not optimized for multiprocessing systems
What is not a role of System.Threading.Tasks Namespace in Parallel Programming? -
CORRECT ANSWERS-None of the others
Which of the following methods of the HttpClient Class can be used to send a GET
request to the specifi ed Uri as an asynchronousoperation? -CORRECT ANSWERS-
GetAsync(String)
Choose the correct answer about ASP.NET SignalR. -CORRECT ANSWERS-All of the
others.
What is not property of the System.Threading.Tasks.Task class -CORRECT
ANSWERS-IsCorrected
Choose the correct statement related to the WebResponse Class -CORRECT
ANSWERS-All of the others
SignalR provides two models for communicate between clients and severs: Persistent
Connections, Hubs. Choose the correctinformation about Persistent Connections. -
CORRECT ANSWERS-Persistent Connections provide direct access to a low-level
communication protocol that signalR provides. Each clientconnection to a server is
identifi ed by a connectionID.
2|Page