Difference between .NET components and COM components?
Answer Posted / krishna prasad
.net component
-----------------
these dlls can be used by any application (platform
independant)
these components are resolved from dll hell problem
com components
-------------
platform dependent components
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are validators and list some validators of asp.net?
What is difference between View State and Hidden Field in ASP.NET?
Which protocol is used to call web service?
What are the disadvantages of using session?
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.
How many types of sessions are there in asp net?
Where sessions are stored in asp.net?
What is form method?
What are the different web pages?
Is it right that ASP.NET Web API has replaced WCF?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What is caching in asp.net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Explain method to handle error using HttpError in Web API?
What kind of data we can store in viewstate?