Using C# .NET 2.0, I have a composite data class that does have the [Serializable] attribute on it.I am creating an XMLSerializer class and passing that into the constructor:
Hi all i would like to use MySqlTransaction in my requirement. Actually i am having a doubt regarding that i.e as per my requirement i will have to delete different values from database.
I have an application developed using the 2.0 fr开发者_运维知识库amework, then I need to migrate it into 3.5 framework? is there any fastest way and best approach to do this?There is no migration. .NE
I am newbie in .net. I am doing compression and decompression string in C#. There is a XML and I am converting in string and after that I am doing compression and decompression.There is no compilation
I have my declaration as follows int[] EmpIDs = new int[] { }; ArrayList arrEmpID = new ArrayList(); int EmpID = 0;
I have populated a DataTable from a stored procedure in an older web application written in C# under .NET 2.0 / Visual Studio 2005.
How can to round the value to 2 decimals before it is inserting it to mysql database. Suppose if i have my amount field as 800 while inserting to database i would like to round it to 800.00 and also i
How can I filter a datatable without using LINQ?I am currenlty using .NET 2.0; therefore, I am unable to use LINQ. I have a stored procedure开发者_开发技巧 that returns room/rate pairs.I want to filte
I\'ve had a good read through MSDN and the XmlReader related questions on StackOverflow and I haven\'t yet come across a decent \"best practices\" example.
I\'m using an HttpListener to create a very basic web server.I\'ve got it setup to use SSL using the httpcfg tool to bind to the appropriate port and certificate.This seems to be working fine.I\'d now