Is There any Third party tools are using in .Net
Technologies? Can u Explain?

Answers were Sorted based on User's Feedback



Is There any Third party tools are using in .Net Technologies? Can u Explain?..

Answer / venkat

I know one third party that we are using in our
project .The name of the Third Party Tool is Telerik
Controls.If any body wants to know more about please visit
the site www.telerik.com.

Is This Answer Correct ?    9 Yes 3 No

Is There any Third party tools are using in .Net Technologies? Can u Explain?..

Answer / prathap.k.n

there are more third party tools for .net, we are using
entity spaces.. also there are tools like doodads etc..

Is This Answer Correct ?    6 Yes 1 No

Is There any Third party tools are using in .Net Technologies? Can u Explain?..

Answer / reinald

All I know:

- DevExpress
- WebUI Studio
- Component One
- Telerik

But I prefer to use WebUI Studio since its grid has more
feature than the others.

Is This Answer Correct ?    4 Yes 1 No

Is There any Third party tools are using in .Net Technologies? Can u Explain?..

Answer / sridevikovvuri

There are many third party tools we are integrating in
dotnet application
For example telerik Controls ,parser tools,digital
certificates.....

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are ASHX files?

0 Answers   HCL,


How to Deploy a project?

2 Answers  


what is clr . how we access them?

3 Answers   TCS,


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 = "<EmpID>" & TxtEmpId.Text & "</EmpID>" & _ "<Empname>" & TxtName.Text & "</Empname>" & _ "<EmpSalary>" & TxtSalary.Text & "</EmpSalary>" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file <?xml version="1.0" encoding="utf-8" ?> <Employee> <empdetails> <empid>100</empid> <empname>xxx</empname> <empsalary>2000</empsalary> </empdetails> <EmpDetails> <EmpID>yyy</EmpID> <Empname>dddd</Empname> <EmpSalary>77777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrrr</EmpID> <Empname>rrrr</Empname> <EmpSalary>6666</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>qaqa</EmpID> <Empname>sini</Empname> <EmpSalary>50000</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>errrrrrrrr</EmpID> <Empname>rrrrrrrrr</Empname> <EmpSalary>677777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrr</EmpID> <Empname>rrr</Empname> <EmpSalary>33</EmpSalary> </EmpDetails> </Employee>

0 Answers   InfoCom,


In which scenario we use Session and Cookies? With Example..

1 Answers  






Describe SOA and the tenets of it?

0 Answers   Siebel,


What are httphandlers and httpmodules and difference between them?

0 Answers  


How many types of state management are there in asp net?

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  


What is ispostback property?

0 Answers  


what is Master pages in asp.net? what is the advantages and disadvantages?

3 Answers  


Is asp.net a programming language?

0 Answers  


Categories