Difference Between ADO and ADO.Net | ADO vs. ADO.Net | A Comparison of ADO and ADO.Net
ADO : ActiveX Data Objects and are two different ways to access database in Microsoft. ADO ADO is base on COM : Component Object Modelling based. is based on CLR…
How creating a configuration class speedup your c# web application ?
I was creating an application with n-tier design in mind. Actually this was just a conceptual n-tier, it would be more appropriate if I call it n-layered application as the…
How to create XML document programatically in c# | Error Log Creator using Csharp in XML
While working in .net for some time, i today came up with a requirement in which i had to create a error logging system for an n-tier application. I could…
Difference between REST and SOAP | REST vs. SOAP
REST vs. SOAP REST SOAP Stands For : REST Stands for “Representational State Transfer”. SOAP Stands for “Simple Object Access Protocol”. Type REST is an architecture style and…
Difference between JSON and XML | JSON vs. XML
Difference between JSON and XML JSON XML Stands For JSON : "JavaScript Object Notation". XML: "Extensible Markup Language". Extended From JSON is extended from JavaScript. XML is extended from SGML…