InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How to remove last 3 character from string in csharp? |
|
Answer» How to remove last 3 character from string in CSHARP? |
|
| 2. |
Give a example of Absolute Url, Relative Url, Application Root Relative Url? |
|
Answer» GIVE a example of ABSOLUTE URL, Relative Url, Application Root Relative Url? Below are the example which will LET you UNDERSTAND different example of above given URL with example (1)Absolute Url ![]() (2)Relative URL ![]() (3)Application Root Relative Url
|
|
| 3. |
what is Suspend and Resume in .NET Threading |
|
Answer» To understand this we take a example of MOVIE we can PAUSED and played it using our movie PLAYER similarly a thread ALSO may be paused by using Thread.Suspend method. And may be start again using the Thread.Resume method. Note that SLEEP method immediately forces the thread to sleep whereas the suspend method waits for the thread to be in a persistable position before pausing its activity. |
|
| 4. |
Change color of Label Forecolor through code in dotnet runtime? |
|
Answer» Change color of LABEL Forecolor through code in dotnet runtime? |
|
| 5. |
Prcoess to change port in WebSite WebApplication and WebService project in dotnet? |
|
Answer» Prcoess to change port in WebSite WebApplication and WebService project in dotnet? |
|
| 6. |
Change the theme of Visual Studio dark or light? |
|
Answer» Change the theme of VISUAL STUDIO dark or light? |
|
| 7. |
Void Function return value with out parameter |
|
Answer» protected void Page_Load(object SENDER, EVENTARGS e) |
|
| 8. |
How to get System Directory,UserProfile,Machine Name in asp.net |
|
Answer» Below CODE is USED to GET location of system directory from asp.net code |
|
| 9. |
Different Versions of .NET Frameworks |
|||||||||||||||||||||||||||||||||||
|
Answer» Below are the different version of .net with there date of realses operating system version number FRAMEWORK info
|
||||||||||||||||||||||||||||||||||||
| 10. |
Word Automatic Added In My URL in asp.net |
|
Answer» Some times some WORDS are automatically ADDED to url for EXAMPLE:- |
|
| 11. |
Syntax to add extra row above the GridView Header |
|
Answer» Below code will HELPS you to ADD one more header to the GridView |
|
| 12. |
What is Substitution control in asp.net 4.0 |
| Answer» SUBSTITUTION control is basicaly used for partial PAGE caching we can also used Substitution CONTROLS to SPECIFY the parts of the page that are exempt from caching. | |
| 13. |
Colour coding in ListBox |
|
Answer» for (int i = 0; i < ListBox1.Items.Count; i++) |
|
| 14. |
How passport authetication works and created |
|
Answer» When we apply Passport authentication to our application it will first checks the users machine for a latest/Current passport authentication cookie and if avail it will use that and If it is not available then ASP.NET directs the user to a Passport signon page.Then Passport SERVICE authenticates the user and then stores an authentication cookie on the users computer and direct the user to the REQUESTED page. |
|
| 15. |
Export gridview to PDF |
|
Answer» using System; |
|
| 16. |
Some facts about event in .NET |
|
Answer» (1)RETURN TYPE:-There is No return type of an event in .NET. |
|
| 17. |
is it possible to have different Access modifier of Get and Set method |
|
Answer» No it is not possible to have different modifiers of a COMMON PROPERTY(GET and SET) which means that if the ACCESS modifier of a property get method is protected and it must be protected for the set method as well. |
|
| 18. |
Common navigation techniques in ASP.NET |
|
Answer» (1)Window.Open:- Its a script method which display a PAGE in a new browser window on the client.Syntax Is as Below |
|
| 19. |
LinkButton property to open a url in new tab from code? |
|
Answer» LinkButton property to OPEN a url in new tab from code? |
|
| 20. |
Code to use http to https permanent in config file? |
|
Answer» Code to use HTTP to https permanent in CONFIG file? |
|
| 21. |
Can we set Master Page dynamically? |
|
Answer» Can we set Master Page dynamically? |
|
| 22. |
Name the security control available in dotnet? |
|
Answer» Name the security control available in dotnet? |
|
| 23. |
Dotnet Validation of viewstate MAC failed? |
|
Answer» Dotnet Validation of viewstate MAC failed? |
|
| 24. |
File upload in dotnet |
|
Answer» Here is the html CODE of the webpage |
|
| 25. |
Use of Calendar control in dotnet with code |
|
Answer» Use of CALENDAR CONTROL in dotnet with code |
|
| 26. |
How to improve Front End UI performance of dotnet web application? |
|
Answer» How to improve FRONT End UI performance of dotnet web application? |
|
| 27. |
function of garbage collector |
|
Answer» Here is the some of basic function of garbage collector |
|
| 28. |
Difference between Public and Private Assembly? |
|
Answer» DIFFERENCE between PUBLIC and PRIVATE ASSEMBLY? Below are the some of COMMON difference between Public and Private Assembly. |
|
| 29. |
Main difference between DirectCast and CType? |
|
Answer» MAIN DIFFERENCE between DIRECTCAST and CTYPE? Below are the main difference between DirectCast and CType |
|
| 30. |
No HTTP handler was found for request type get error in MSCharts? |
|
Answer» No HTTP handler was found for REQUEST type get error in MSCHARTS? |
|
| 31. |
What do you mean by XSS? |
|
Answer» What do you mean by XSS? |
|
| 32. |
Which of the control cannot be placed in MDI? |
|
Answer» Which of the CONTROL cannot be PLACED in MDI? |
|
| 33. |
How to disable HTTPS in visual studio 2017 web project dotnet core? |
|
Answer» How to DISABLE HTTPS in visual STUDIO 2017 WEB project dotnet core? |
|
| 34. |
How to update EF Core tools in dotnet? |
|
Answer» How to UPDATE EF Core tools in dotnet? |
|