Started 1 week ago (2009-11-23 13:02:00)
by Mark Salsbery
What does
operator overloading have to do with WCF?
Started 1 week ago (2009-11-24 01:49:00)
by d@nish
Yes you can have multiple endpoints for a single service. Apart from the way messages would be exchanged (binary/SOAP) I don't see an impact. Also, I don't see any harm in having multiple end points. Now, do I get the job?
Started 1 week, 1 day ago (2009-11-23 00:30:00)
by aspdotnetdev
FYI, I (and many others) do not even look at code if it is poorly formatted (no tabs) and isn't
syntax highlighted. Here is an example of well formatted and syntax highlighted code: < Grid HorizontalAlignment =" Stretch" > < Grid.ColumnDefinitions > < ColumnDefinition / > < ColumnDefinition / > < ColumnDefinition / > < / Grid....
Started 1 week, 1 day ago (2009-11-22 17:05:00)
by Richard MacCutchan
If this is an article then please submit it according to the correct guidelines.
Started 6 days, 15 hours ago (2009-11-24 12:57:00)
by Mark Salsbery
Nekkantidivya wrote: Here I am getting some extra features for zooming,
scrollbar etc, but I want just a table. Maybe you can use a simpler flow document reader like a FlowDocumentScrollViewer: <!-- <FlowDocumentReader Margin="131,133.738,184,217.262" ScrollViewer.HorizontalScrollBarVisibility="Hidden " > --> < FlowDocumentScrollViewer IsToolBarVisible =" False" Margin =" 131...
Started 5 days, 6 hours ago (2009-11-25 21:55:00)
by Mark Salsbery
Don't know about books, but there's lots of info here: .
NET Framework 3.5 [ ^ ] All this same info is in the local help in Visual Studio as well.
Started 1 week, 4 days ago (2009-11-19 16:42:00)
by Eslam Afifi
Well, you're not using the MVVM pattern. You should implement the MVVM pattern when you're using WPF (although you sometimes can take
shortcuts and not implement the necessary parts to get the job done). You can learn about MVVM from the links I posted here [ ^ ]. So I suggest you create a class PhysicalPropertyViewModel that has the following main properties - a property AvailableUnits that ...
Started 1 week, 1 day ago (2009-11-22 14:02:00)
by Mark Salsbery
What is so special about generic.
xaml? [ ^ ]
Started 6 days, 1 hour ago (2009-11-25 02:47:00)
by Pete O'Hanlon
Sure - just apply a transparent brush. Brushes provide an alpha component just for this type of case.
Started 6 days, 5 hours ago (2009-11-24 23:15:00)
by Abhijit Jana
You can have a look into this : Sample Starter Project Using
WCF and MSMQ [ ^ ]