It is better to work with interfaces and not with concrate type so our application will have modularity and freedom to use any desired type (as long it implements the interface);
I want to serialize an XDocument object. I wrote this code. XDocument signup_xml_file = new XDocument(
Is it possible to keep each incoming socket connection in an array and use each whenever we need in Java?
I have a C# console app invoked from a SQL Server Agent job. The process runs as a network account I created.
I am hitting a brickwall with serialization of a subclass of Location in android/java Location is not serializable.
I am currently making a client-server file transfer program in java and my question is, is there a best or an appropriate I/O streams to transfer files via sockets of different programs?
I have two classes, Foo and Bar. Foo has_many Bars. Bar is actually the superclass of several classes that are sharing a STI table.
I have a rather tricky problem that has been bugging me the last 2 days. 开发者_如何学CThis is my class:
I have 3 tables in my database - Conference, ActivityTypes and a joining table ConferenceActivities.Each conference may have a zero or many standard activities and each activity may occur in zero or m
I have an object that I want to serialize to XML and I am using the following code to carry this out: