| Thread | Last Post | Replies |
|
| Database Normalization | 20 Jan 2008 11:52 GMT | 2 |
I know that is not the appropriate group for asking this question, but I do not know of any better forum. Can anyone plz explain clearly what normalization is? The first three normal forms upto 3NF and BCNF. I know the first one but the remaining
|
| how to scroll multiline text box when... | 20 Jan 2008 08:48 GMT | 1 |
I would like to keep the last line in a multiline textbox in view despite programmatically adding lines in the box . how do I do that? thank you.
|
| Reference Object in Initializer Child Property | 20 Jan 2008 08:35 GMT | 1 |
Does anyone know how to reference the object created via an object initializer when setting a child property? It's hard to write into a sentence. Suppose the following summary class for a categories in a DB. public class CategorySummary {
|
| what all versions of .net framework support COM isolation (.manifest files) | 20 Jan 2008 04:17 GMT | 1 |
what all versions of .net framework support COM isolation (.manifest files)
|
| must have developer tools | 20 Jan 2008 02:53 GMT | 4 |
as a beginner with VS/C#, could somebody tell me which tools i must have to develop quickly and efficient. Which reportting tool, grid, toolbar, design components to create programms in Vista/XP Style.
|
| Rollback context changes in Linq Winforms application. | 20 Jan 2008 02:53 GMT | 2 |
I'm creating DbLinq MDI WinForms application. It allows edit customers list in DataGridView. Every row change is submitted separately. As Nicholas recommends, it is reasonable to create database Context object
|
| I cannot reliably write the Hex number "83" to a stream | 20 Jan 2008 02:38 GMT | 4 |
I cannot get any (hex) number in the "0x80"-"0x89" range (inclusive) to write properly to a file. Any number in this range magically transforms itself into "0x3F". For instance, debugging shows that "0x83" = UInt16 "131" and that converts to Char (curly) "f". Any
|
| File.Copy() problem | 20 Jan 2008 02:15 GMT | 5 |
I've written a windows service in C#. The service copies certain files using a FileSystemWatcher. However, where it copies the files to is a windows share (\\ipaddress \sharename).
|
| My silliest extention made yet 2008... | 20 Jan 2008 02:06 GMT | 29 |
.. and it is only January. This might get worse. =) I really like languages like C#, that has a foreach on IEnumerable<T>. But sometimes you need to go by index and you have to for-loop. In C-dervived languages it typically looks like this:
|
| input method in c# | 20 Jan 2008 01:20 GMT | 3 |
Is c# able to develop a input method? If yes, do you know where is the toturial? thanks from Peter (cmk128@hotmail.com)
|
| LINQ Dynamic Data Model | 19 Jan 2008 23:04 GMT | 28 |
My problem is this. Our clients create different fields they want to collect and we allow them build dynamic filters, reports etc... We run some TSQL to actually create the column and all works very well. We are now adding a lot more functionality to our filters and could really ...
|
| AllowDrop on WinForms.GroupBox | 19 Jan 2008 20:47 GMT | 2 |
May be I've just been awake a bit too long but I can't seem to find the AllowDrop property on a System.Windows.Forms.GroupBox object in the design mode. I've set it in the code window but I am just a bit confused why it
|
| Can NetworkStream.Write() block? | 19 Jan 2008 20:15 GMT | 3 |
myNetworkStream.Write(byte[], int offset, int size); From the MSDN documentation: " Remarks:
|
| missing code from IL | 19 Jan 2008 19:06 GMT | 10 |
Not sure if this is the correct newsgroup for this, but I'm in a jamb and need some input. I came across a problem that I think is related to the C# compiler in Visual Studio 2008. The behavior is described by by Kathleen Dollard
|
| Delegates, Generic Methods and algorithms - Functional versus Procedural | 19 Jan 2008 16:49 GMT | 3 |
I was reading another post and saw an argument (sort of) that brought up a good question. I have written a fairly large library of algorithms that occur in programming all the time. It mixes the C++ STL and the Power
|