I form开发者_JS百科atted this data using c#, streamreader and writer and created this csv file.Here is the sample data:
Am making m开发者_JAVA百科y own taskbar that will appear on top of other windows. how do I make it push other windows down such that when maximised they don\'t overlap my taskbarSee this question. In
Long story short, I want sort of a dis开发者_运维百科abled textbox to act as a command Prompt for an application and a enabled textbox to act as the command input, like in this java application, but i
I\'ve been sitting lately on the topic of Reflection, mainly with the purpose of instantiating a New class and setting properties on fields.. By path...
I need a way of describing the relationship between two objects and am unsure what options I have. I have an IEnumerable<IResource> and each IResource has an IEnumerable<IResource> proper
Hi all i have the following bit of code, which is used to generate telephone numbers and insert these into a table in a database. To generate the codes it looks in a table in the database to see which
I have an ObjectContext with an update method.The method takes a generic object as a parameter.I need to attach this object to the ObjectContext and update the database with the changes the object had
How do you get the column names from a db? Currently, I\'m interacting with the db through linq-sql using an ado.net entity model. I\'ve searched through StackOverflow and I got a few helpful posts b
I am making a program that takes as input an XML file, XSD schema and an XQuery file. So far I validate the XML against the XSD.
I\'ve run into a bit of a design issue, and I\'m curious if anyone else has run into something similar.