DotNet Interview Questions

Showing Questions 161 - 170 of 170 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    What is managed code and managed data?

    Managed code is code that is written to target the services of the Common Language Runtime. In order to target these services, the code must provide a minimum level of information (metadata) to the runtime. All C#, Visual Basic .NET, and JScript .NET code is managed by default. Visual Studio .NET C++ code is not managed by default, but the compiler can produce managed code by specifying ...

    Ashok chowdary

    • Jun 7th, 2012

    The code which is executed under the control of dotnet frame work which called as managed code

    swaroop

    • Oct 29th, 2011

    The code which targets clr while execution is called as managed code and the code which takes operating system help while execution is called as unmanaged code

  •  

    Explain the differences between Server-side and Client-side code?

    niyas

    • Nov 23rd, 2012

    The code which running at the client web browser is called client side scripting whereas code which is running at the web server is known as server side scripting..
    Examples for client side scripting is: javascript,VBScript ..
    Example for server side scripting is: ASP.NET,PHP,JavaEE ..

    ashok chowdary

    • Jun 7th, 2012

    The code which executed on server is called server side code( .ASPX file whis server side code)
    The code which is executed on client System is called client side code(Example: java script which is client side code)

  •  

    Error while accessing the uploaded website

    Hi,Recently i deployed a website using godaddy.com.but while accessing the website we r not getting internal pages.I m getting an error likeAn error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces,...

    Nidhi Kumari

    • Dec 12th, 2013

    Check whether connection is proper or not... like.. whether connection string provided is proper or not....
    check it by using try catch block.

  •  

    What is a Metadata?

    Metadata is information about a PE. In COM, metadata is communicated through non-standardized type libraries. In .NET, this data is contained in the header portion of a COFF-compliant PE and follows certain guidelines; it contains information such as the assembly’s name, version, language (spoken, not computer—a.k.a., “culture”), what external types are referenced,...

    deepti

    • Dec 28th, 2014

    Meta?data?is?the?glue?that?enable?many?of?the?features?of?the?Microsoft?dotnet?framework.?Metadata?also?contains?version?information?describes?the?resources?that?are?in?the?assembly?and?enables?other?assorted .Net?framework.

    Ram

    • Mar 27th, 2007

    In Simple words, Meta data is set of tables that describe  the types and its members  defined in the assembly and the types and its members referenced in the assembly. Manifest is another se...

  •  

    Design

    Hi,
    Can any one please provide me the best design for the following...
    Create architecture and design of a small client-server cloud application to compile and test applications, client will connect to the server, then client will receive compile and test "instructions" (commands to be executed) from server, last the log results from compilation and testing will be uploaded...

  •  

    Explain what a diffgram is, and a good use for one

    .jeevanantham

    • Dec 11th, 2015

    A DiffGram is an XML format that is used to identify current and original versions of data elements. The DataSet uses the DiffGram format to load and persist its contents, and to serialize its content...

    satyambabuk

    • Jul 3rd, 2006

    Diffgram is the XML format which is used to identify the current and orginal version.

  •  

    What are the limitations of XML serialization?

    Vinayaka

    • Jan 27th, 2016

    Content length is more compared to jSon.

  •  

    What is the difference between VB and VB.NET?

    Now VB.NET is object-oriented language. The following are some of the differences:Data Type Changes The .NET platform provides Common Type System to all the supported languages. This means that all the languages must support the same data types as enforced by common language runtime. This eliminates data type incompatibilities between various languages. For example on the 32-bit Windows platform,...

    NIVEDHYA

    • Jun 13th, 2016

    Discuss about member of derived controls?

    John B

    • Dec 20th, 2008

    The big one is that VB (we are talking VB through VB6) is entirely in the COM world not the .Net world of managed code. VB generates either threaded P-code or native EXE, processed by the VB runtime,&...

Showing Questions 161 - 170 of 170 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page: