Simon
|
Registered User
|
|
5m |
answered | Are there any “undocumented features” in Silverlight? |
|
8m |
revised |
WPF - Why there is no “OnDataContextChanged” overridable method? fixed spelling |
|
8m |
answered | WPF - Why there is no “OnDataContextChanged” overridable method? |
|
6h |
asked | What is the equivalent of [DesignerSerializationVisibility] or [Browsable] in Silverlight? |
|
6h |
comment |
Binding property to WCF dependency property independent of DataContext if im stuck i'm find - just didnt want to miss something. these kind of learning experiences help you understand the framework a lot better even if you definitely do waste some time initially. definitely agree on the code-behind side of things - see my post here stackoverflow.com/questions/489415/… |
|
1d |
accepted | How do I configure WCF client to use XElement and not XmlDocument? |
|
1d |
revised |
How do I configure WCF client to use XElement and not XmlDocument? added 31 characters in body |
|
1d |
answered | What’s the hardest or most misunderstood aspect of LINQ? |
|
1d |
comment |
Binding property to WCF dependency property independent of DataContext Having played with the binding tool for the 'Text' property it seems that 'RelativeSource Self' actually means bind to the TextBox itself - which isn't what I want. Therefore I think I need FindAncestor which doesn't exist in Silverlight yet :-( I think i am stuck? connect.microsoft.com/VisualStudio/feedback/… |
|
1d |
asked | Binding property to WCF dependency property independent of DataContext |
|
1d |
revised |
Binding IsEnabled and other Properties to Public Properties, does it work like Dependency Properties? deleted 1 characters in body |
|
2d |
comment |
Html.RenderAction. Why is it not included in MVC RC1? it is now present in MVC version 2 - haacked.com/archive/2009/… |
|
2d |
answered | How do I configure WCF client to use XElement and not XmlDocument? |
|
2d |
comment |
Extract data from a website’s list, without superfluous tags i have no idea what beautiful soap is, but i cant help but smile at its acronym |
|
2d |
asked | Do i *have* to use ObservableCollection in Silverlight WCF client? |
|
2d |
comment |
Can Silverlight WCF client read exceptions from an ASMX web service? i did say exception/fault :-) so i will have to convert to .svc to get the fault details? |
|
2d |
revised |
How do I configure WCF client to use XElement and not XmlDocument? added 37 characters in body; edited body |
|
2d |
asked | Can Silverlight WCF client read exceptions from an ASMX web service? |
|
2d |
comment |
What are the biggest gotchas in Silverlight 2.0? just realized the title of this post is 'biggest gotchas in silverlight 2'. hope its ok to mention 4 ! |
|
2d |
answered | What are the biggest gotchas in Silverlight 2.0? |
|
Dec 15 |
comment |
VS2008 Xaml Editor is totally unstable i'm whining. vs2010 beta2 is terrible. freezes all the time for no reason even without the designed open |
|
Dec 15 |
answered | Generate .Net objects from known XSD |
|
Dec 15 |
comment |
Linq to XSD for Silverlight if you're already working with LINQtoXSD on the server its a natural fit to use it on the client - especially for LOB applications. |
|
Dec 15 |
revised |
How do I configure WCF client to use XElement and not XmlDocument? added 164 characters in body; edited tags |
|
Dec 15 |
comment |
Is there an issue sending XML via WCF? i just always add an additional zero. 640kb should be enough for anyone |
|
Dec 15 |
asked | How do I configure WCF client to use XElement and not XmlDocument? |
|
Dec 15 |
answered | Returning an XElement from a web service |
|
Dec 14 |
awarded | ● Popular Question |
|
Dec 14 |
asked | Why does JsonArray.Parse return me primitives with quotes? |
|
Dec 14 |
answered | Where does the silverlight 3 toolkit MSI put the DLL files? |
|
Dec 13 |
revised |
Best way to Migrate Anonymous Profile added link to already mentioned MSDN article |
|
Dec 13 |
comment |
Is there any relationship between anonymous session ( which enables temporary profile ) and …? I found this answer after I asked this similar question. may be of use to people stackoverflow.com/questions/1895266/… |
|
Dec 13 |
comment |
Clear anonymousIdentification? update: I've changed my mind on this somewhat. it seems that Profile_MigrateAnonymous fires not just when a user logs in - but in the presence of both an anonymous and authenticated cookie. my other question may be of interest stackoverflow.com/questions/1895266/… |
|
Dec 13 |
asked | Can anonymous and authenticated profiles coexist together in ASP.NET ? |
|
Dec 13 |
revised |
Clear anonymousIdentification? added 164 characters in body |
|
Dec 12 |
answered | How Do I Give a Textbox Focus in Silverlight? |
|
Dec 12 |
asked | How to set focus on TextBox in Silverlight 4 out-of-browser popup |
|
Dec 12 |
answered | Does Silverlight support StringFormat in binding? |
|
Dec 11 |
comment |
Set defaults for IsolatedStorageSettings.ApplicationSettings or should i be using a resource file? |
|
Dec 11 |
asked | Set defaults for IsolatedStorageSettings.ApplicationSettings |
|
Dec 11 |
asked | How to wrap text in Silverlight DataGridTextColumn |
|
Dec 11 |
answered | C# 3.0 Auto-Properties - useful or not? |
|
Dec 11 |
comment |
Visual Studio 2010 Beta 2 + ClearType thanks for the extension. i switched to 'Aliased' fonts. it only really seems to make a difference in the main editor. properties are still a disaster. you need to restart visual studio after going into 'extensions' and enabling 'per user extensions'. i hope they fix this issue soon |
|
Dec 11 |
comment |
Visual Studio 2010 Beta 2 + ClearType yours passes the test. it is 'fixed'. but for me the font of the toolbar at the top is much much bolder. |
|
Dec 11 |
comment |
Visual Studio 2010 Beta 2 + ClearType forget toe colorscheme posted. what about Lucida Console 9pt. how on earth could anybody possibly use a font that big! |
|
Dec 11 |
comment |
Why does my service reference only generate asynchronous methods? @randolpho and you thought you'd gotten away from async nature of javascript didnt you. well i did :-) |
|
Dec 11 |
comment |
Silverlight Datagrid: Changing cell styles, based on values Note: LoadingRow is the new name for PreparingRow |
|
Dec 11 |
comment |
Silverlight Datagrid: Changing cell styles, based on values this seems like it makes sense over a valueconvertor for changing the color of the entire row. is that right? |
|
Dec 11 |
comment |
WPF GridSplitter to split/resize two ListBox’s? I've seen some stupid examples out there where they have VerticalAlighment="Center". That doesn't work. I'm not sure when it would but it didn't for me. Making it top fixed it. I'm still not quite sure how it works. I much prefered the simplicity of SplitterPanel but oh well... |
|
Dec 10 |
comment |
What potential do you see in Silverlight? @tanmoy - but if you're just starting off developing now it wont be valid by the time your app is completed :) [fingers crossed] |
