| Thread | Last Post | Replies |
|
| Using SQlite in c# | 13 Dec 2007 01:49 GMT | 21 |
Can someone tell me how to import the sqlite3.dll file into c#. I am pretty new to this, and I want to use sqlite. The problem is I don't have a clue on how to import the dll file so i can call the references to it.
|
| VStudio 2005 Solution always rebuilding | 13 Dec 2007 01:21 GMT | 8 |
Does anyone have any idea why my 2005 solution is choosing to rebuild, everytime i execute any project within its space? There's nothing overly strange with the project assemblies within, a few class libraries, a couple of console apps, one custom setup
|
| single sign on | 12 Dec 2007 22:14 GMT | 5 |
i'm looking for a tutorial about how to implement a user authentication using the single sign on available in our company. could someone help me please ? i tried to google it but without success.
|
| having urls like www.example.com/category/subcategory/ and UrlReWriting | 12 Dec 2007 21:39 GMT | 6 |
Can I have urls like www.example.com/category/subcategory/ (notice the trailing slash w/o the file like index.aspx or default.aspx) if I am doing URL re-writing?
|
| Regex Issues - Finding Qualified URLS | 12 Dec 2007 20:21 GMT | 2 |
I am using the following function to match any URLS from within a string containing the html of a webpage: public List<string> DumpHrefs(String inputString) {
|
| Logging | 12 Dec 2007 20:08 GMT | 10 |
I am using C# 2.0. Exists any .NET build-in feature for logging or any good freeware tool? Christian
|
| Multithreading WebRequests, a good and stable approach? | 12 Dec 2007 19:44 GMT | 13 |
I have a webservice that gets data from three websites and puts the result into a datatable and returns that datatable. Currently the webservice makes a WebRequest (using parameters in a querystring) to the first website, adds the data into a datatable then
|
| KeysConverter Class | 12 Dec 2007 19:02 GMT | 6 |
Can Anyone say me how to use the keysconverter class provided in .net Framework 3.0 I tried searching in MSDN but I couldn't figure out what is it exactly meant for...
|
| Display literal string | 12 Dec 2007 18:37 GMT | 2 |
I want to display an exception in a javascript alert and I'm rendering that client code using ClientScript.RegisterStartupScript(GetType(), key, string.Format(@"<script>alert('ERROR:\r\n\r\n{0}');</script>",
|
| Process StartInfo | 12 Dec 2007 18:07 GMT | 1 |
Hi...any body know what the max string length size when using Process.StartInfo.Arguments Example
|
| Updating Control | 12 Dec 2007 17:35 GMT | 1 |
I would like to know if there is an elegant way to present updating content on control such as DataGrid . The inpu of it can be an updating url. How can I do it in WinForms? Thank you
|
| Need C# programmer ASAP, DICOM experience a plus | 12 Dec 2007 17:34 GMT | 5 |
We are looking to immediately recruit programmers for a project; we are interested in obtaining proposals ASAP. Will offer favorable compensation. We need immediately, an individual to complete the following project:
|
| problem WebRequest and WebResponse | 12 Dec 2007 17:34 GMT | 4 |
I have a problem using HttpWebRequest so I wish somebody can help me. 1. Application: I have a windows service that gets a XML through a http (URL) from my provider (feeder). Once I get the XML I process it and store the XML's information in a database.
|
| SQLDataReader -- more questions | 12 Dec 2007 17:24 GMT | 6 |
Still teaching myself about SQLDataReader and associated classes. I have to say, the new HELP screens from MS are just about useless!! Let's assume I have just read some records from a table into the SQLDataReader object, r.
|
| call function from .NET Windows Service | 12 Dec 2007 16:54 GMT | 2 |
Does anybode have a easy sample of the following: I have a little .NET Windows Service with one public function to return just a string. Now I want to build a .NET WinForms application and call
|