Differences between VB.Net and C#, related to OOPS concepts
Answer Posted / vinod
vb.net is partially oops,were c# is full oops ...
multiple multilevel is not possible in vb.net...in c# its
available.
| Is This Answer Correct ? | 16 Yes | 23 No |
Post New Answer View All Answers
What is s2s tracking?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
Why is it preferred to not use finalize for clean up?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Why mvc is faster than asp.net? : Asp.Net MVC
What is the postback property in asp.net?
What is the mvc model?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are sessions in asp net?
How do I open an ashx file?
Which property is used to identify the Page is Post Back in ASP.NET?
How can you debug your.net application?
Is react a template engine?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)