Craig Shearer
|
Registered User
|
Software Developer and Architect in .NET.
|
|
12h |
awarded | ● Popular Question |
|
Dec 2 |
comment |
Generating an Xml Serialization assembly as part of my build. Thanks, worked nicely. It helped that I put the classes I needed to serialize into a separate project so that SGEN would just work on those. |
|
Nov 30 |
accepted | How do I reference a DLL in a VC++ project |
|
Nov 30 |
accepted | How to use jQuery to show a page returned from a POST in a dialog? |
|
Nov 26 |
comment |
Alter SQL Function Referenced by Computed Column I agree this is a BIG pain! Feeling it right now! |
|
Nov 14 |
awarded | ● Tumbleweed |
|
Nov 7 |
asked | What is the cause of intermittent Async_ExceptionOccurred errors in a silverlight app? |
|
Nov 2 |
answered | How to use jQuery to show a page returned from a POST in a dialog? |
|
Nov 2 |
comment |
How to use jQuery to show a page returned from a POST in a dialog? Thanks - that was useful though not completely what I needed. I really wanted the dialog to show while the POST was happening. |
|
Nov 2 |
revised |
How to use jQuery to show a page returned from a POST in a dialog? added 2 characters in body |
|
Nov 2 |
asked | How to use jQuery to show a page returned from a POST in a dialog? |
|
Nov 2 |
accepted | Why does Silverlight not support compiled Regular Expressions? |
|
Oct 29 |
comment |
How can I download a file through my application First, try asking the question in the proper format. Second, I'm sure you can find many many examples of this using google. Thirdly, what web technology are you using? |
|
Oct 26 |
awarded | ● Notable Question |
|
Oct 21 |
comment |
How do I see the value of a DependencyProperty in WinDbg? Thanks - I guess I'll have to experiment. Looks like I've fallen off the edge of community knowledge with this one :) |
|
Oct 20 |
asked | How do I see the value of a DependencyProperty in WinDbg? |
|
Oct 8 |
awarded | ● Popular Question |
|
Oct 5 |
comment |
Is WHERE ID IN (1, 2, 3, 4, 5, …) the most efficient? One comment I'd make that seems to be missing in searches on the web, is that when you declare the temporary table for the IDs, you should declare the ID column as a primary key. Then SQL Server puts an index on it. If you don't do this it does a table scan and this can severely impact performance if the table contains many rows. |
|
Oct 2 |
answered | Why would you ever go with HTML over RIA? |
|
Sep 28 |
answered | Best tell-tale sign on their first day that a programmer might not work out? |
|
Sep 18 |
awarded | ● Yearling |
|
Sep 9 |
answered | SQL Filter criteria in join criteria or where clause which is more efficient |
|
Sep 7 |
answered | If anyone can solve this algorithm. |
|
Sep 6 |
comment |
How to to analyze your app design? Perhaps a post-mortal meeting might be leaving things a bit late... |
|
Sep 3 |
comment |
Why don’t OneTime and OneWay databinding work with TextBlock’s Text property Now that I've tried to reproduce this in a very simple way, it's working correctly, which intrigues me. I will have to dig a bit deeper to find out why my specific situation doesn't work. |
|
Sep 3 |
revised |
Why don’t OneTime and OneWay databinding work with TextBlock’s Text property deleted 1 characters in body |
|
Sep 3 |
revised |
Why don’t OneTime and OneWay databinding work with TextBlock’s Text property edited title; edited title |
|
Sep 3 |
asked | Why don’t OneTime and OneWay databinding work with TextBlock’s Text property |
|
Sep 1 |
answered | Is there a Good Open Source or Free Alternative to llblgen |
|
Sep 1 |
answered | what is the standard casing with database tables and fields |
|
Aug 30 |
answered | Auto-tab in Silverlight 3 |
|
Aug 30 |
asked | Auto-tab in Silverlight 3 |
|
Aug 29 |
answered | Website Re-Development: What should I charge? |
|
Aug 27 |
answered | Why do newbie programmers seem to shy away from libraries? |
|
Aug 27 |
comment |
Web setup MSI fails on Windows Server 2008 And a very good guess it was - that worked. Thanks a bunch! |
|
Aug 27 |
comment |
Web setup MSI fails on Windows Server 2008 The hex version of the error code is 0x80040154 - seems to be something related to COM. |
|
Aug 27 |
asked | Web setup MSI fails on Windows Server 2008 |
|
Aug 21 |
accepted | Winforms or Silverlight |
|
Aug 20 |
answered | Winforms or Silverlight |
|
Aug 17 |
accepted | How to use a FolderBrowserDialog from a WPF application |
|
Aug 17 |
awarded | ● Popular Question |
|
Aug 13 |
comment |
Can not find System.Windows Assembly. I had the same problem - strangely it was just ReSharper flagging the error though my project compiled correctly, and it was in a server-side class library, not even a SL library. |
|
Aug 10 |
comment |
Example source code for an ActiveX control to upload files OK, let me state my exact requirements. This is in an intranet environment, and actually a Silverlight LOB app. The user wants to configure a location in the file system for upload and download of files. The Silverlight app needs to communicate with the ActiveX control to save or load files from this location. This is NOT possible in Silverlight. I know there are issues around security, etc. But it seems that ActiveX is really the only viable technology for this, at least until Silverlight has some ability to do this via some trust setting. |
|
Aug 10 |
comment |
Example source code for an ActiveX control to upload files Yes, I know ActiveX is a "dead" technology, but it does have some advantages for my scenario - uploading multiple files. |
|
Aug 10 |
asked | Example source code for an ActiveX control to upload files |
|
Aug 4 |
answered | How can I make the Silverlight ScrollViewer scroll to show a child control with focus? |
|
Aug 4 |
comment |
How can I make the Silverlight ScrollViewer scroll to show a child control with focus? Thanks - with a little modification, which I'll post as an answer, it worked very nicely. The TransformBounds method on GeneralTransform seems to be a SL3 thing though. |
|
Aug 4 |
asked | How can I make the Silverlight ScrollViewer scroll to show a child control with focus? |
|
Aug 1 |
accepted | ContextMenu on WindowsFormsHost control |
|
Jul 27 |
answered | Tools for creating Class Diagrams |
