Writing a Stored procedure to insert the values into a table
Answer / sunil pandey
create procedure pr_ad
as
begin
insert into table_nm values(cl_nm,......)
end
Is This Answer Correct ? | 1 Yes | 0 No |
What is MSIL, IL, CTS?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is meant by managed and unmanaged code?
Explain the code behind wors and contrast that using the inline style.
Is .net core the future?
What is Assembly manifest? what all details the assembly manifest will contain.
Explain about Behavioral design pattern?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
Tell us what is the native image generator?
Explain soap and xml?
Explain the different types of proxy patterns?
What is Full trust permission set in .Net