| Thread | Last Post | Replies |
|
| basic source code archiver | 12 May 2008 20:26 GMT | 9 |
I could do with a simple source code archiver something that can save all source files, and then save any changed source file, but I dont realy want or need the
|
| Creating a manifest file? PublicKeyToken ?? | 12 May 2008 20:22 GMT | 2 |
I'm having to create a manifest.xml file so I can deploy a webpart into a Sharepoint server. I need to plug in a PublickeyToken for the assembly.. where do I get this?
|
| IEnumerable objects are essentially arrays, right? | 12 May 2008 19:54 GMT | 12 |
I've read the msdn doc about IEnumerable. It seems to me that IEnumerable objects are essentially wrapped-up arrays. It simply gives us the foreach convenience. Is this correct?
|
| Equivalent of Shellexecute in csharp ? | 12 May 2008 19:48 GMT | 2 |
I am using toshiba tec sx8 thermal printer for printing our labels, in My old Delphi application I was using such code; ShellExecute(0,'open',Data.cmdbuffer, PChar('/c copy '+ExtractFilePath(Application.ExeName)+'PRINTER\ZZ3.PRN
|
| Altova v2008r2 | 12 May 2008 19:26 GMT | 1 |
Just a brief note to let you know about Release 2 of Altova's v2008 product line. From very large file support, to new functionality for working with OOXML and more, a few of the new features are: * Very large file support in XMLSpy XML editor
|
| Best Practice on surveys and wizards | 12 May 2008 19:21 GMT | 1 |
Where can I find some best practices on web surveys and also wizards. Things like maximum questions per page, lenght of questions, type of answers given, Ie interativty like dropdowns and chackbox, and radiobuttons. I have a possible client, but his original survey has like 100 ...
|
| The configuration section for Logging cannot be found in the confi | 12 May 2008 16:54 GMT | 3 |
I have this error : Message: "The configuration section for Logging cannot be found in the configuration source." Source: "Microsoft.Practices.EnterpriseLibrary.Logging"
|
| Importing from excel | 12 May 2008 16:50 GMT | 2 |
OleDbConnection excel1 = new OleDbConnection(); excel1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\Jed\\My Documents\\pro cd\ \testsheet.xls;Extended Properties=Excel 8.0;";
|
| C# act on enter key in a TextBox | 12 May 2008 16:48 GMT | 3 |
I have a Textbox and would like to commit a search on the text entered in it if someone wrote something in and than pressed the Enter key. What is the best way to do that?
|
| How to develop database applications faster? | 12 May 2008 16:13 GMT | 3 |
I started developing in C#. Is there any elegant solution for automatic generating of forms based on the structure of the tables in (MSSQL) database (database schema), and after that only making minor changes in generated code for specific things.
|
| Conection Pooling with multiple applications | 12 May 2008 15:53 GMT | 5 |
Can connection pooling be implemented for multiple applications? How is it done?
|
| Regex Wildcard | 12 May 2008 14:40 GMT | 5 |
I use .* as a wildcard match in my regular expression. But how do I write it if I want to match all characters except the following <> and /
|
| Method overloading | 12 May 2008 14:05 GMT | 3 |
Not that this is a real-life problem but how would you call a "second" Foo method ? using System; public class Boo<T>
|
| Check if a Public Method exists for a form and execute it | 12 May 2008 13:48 GMT | 7 |
I need a way to do the following and cannot seem to find a solution via google. 1. Have a method from the main app to get all open forms 2. Check each open form for a public method
|
| Data structure (tree) | 12 May 2008 12:36 GMT | 8 |
Hello friends, I would like to know what is the best way to store a tree structure in c#? Are there any good implementation examples for seing how to do it? Thank u!
|