skip to main
|
skip to sidebar
Welcome Visitor to Tech-Interviews
This site will help you clear technical interviews
Pages
Home
Contact Us
How to change size of array ?
Size of array can be changed using Array.Resize Method. Array.Resize Method can be used to increase or reduce size.
Syntax :
Array.Resize
( ref array , newsize )
Example :
int[] arrayInt = new int[10];
Resize the above array to new size 20
Array.Resize
( ref arrayInt , 20 )
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
State some new data types in SQL Server 2008 ?
New Data types in SQL Server 2008 are : DATE - occupies 3 bytes . Has accuracy of 1 day . Data stored in 'YYYY-MM-DD' format TIME...
(no title)
Question : State whether below class relationship is correct or not . If not why ? class A: B {} class B: C {} class C: A {} Answer...
Pass null values to stored procedure from code behind
How to pass null values to stored procedure from code behind ? Pass the parameter’s value as DBNull.Value from code-behind.
What are different validation controls in ASP.NET?
Different validation controls in ASP.NET are as follows : RequiredFieldValidator CompareValidator RangeValidator RegularExpressionValida...
State different types of primary WCF behaviours ?
Different types of primary behaviours are as follows : Service Behaviour Endpoint Behaviour Operation Behaviour Callback Behaviour
Which namespace does Cache object belong to ?
Cache object belongs to System.Web.Caching namespace.
What is authentication and different types of ASP.NET authentication ?
Authentication is process of obtaining credentials such as username and password and validating the credentials. There are 3 types of ASP....
State why we create custom HTTPModule ?
Custom HTTPmodule is created for: URL rewriting Compression Specialized authentication and authorization Specialized logging
What are different types of DML ( Data Manipulation Language ) statements
Types of DML statements : Select Insert Update Delete
(no title)
Question : You and a group of programmers have written a new web application using Visual Studio.NET for a new client. The application trac...
Total Pageviews
Subscribe to Tech-Interviews by Email
Subscribe to Tech-Interviews
.NET Interview Questions
Home
.NET Framework
ASP.NET
C#
ADO.NET
OOPs
XML
SQL Server
Javascript
AJAX
Web Services
WCF
UML
Design Patterns
SSIS
SSRS
Project Management
LINQ
COM Components
ORACLE
UNIX Interview Questions
UNIX shell scripts
Important Links
C# 3.0 Enhancements
CLR stands for
Executive Openings at $100K & Up!
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
No comments:
Post a Comment