Quantcast
Channel: dirty-denver
Browsing all 16 articles
Browse latest View live

VS2010 – cmd prompt .NET v3.5

I was trying to sign an assembly that I did have direct access to the code, in a Domain constrained SVN repo, and came across this:...

View Article



XBAP – Full Trust on the net

http://weblogs.asp.net/scottgu/archive/2009/10/26/wpf-4-vs-2010-and-net-4-0-series.aspxFull Trust XBAP Deployment Starting in WPF 4, the ClickOnce elevation prompt is also enabled for XAML Browser...

View Article

XBAP - SiteOfOrigin Files

 I used this little snippet after a couple of hours hunting MSDN forumsStreamResourceInfo f = Application.GetRemoteStream(new Uri("pack://siteoforigin:,,,/"+fileSolutionPath));//f.Stream //to your IO...

View Article

Get out of here

I’ve got a back log of topics here I’m just going to post, cos writer is getting messy

View Article

XBAP – content files

 Test the difference between these and explain was the different “Build Action”’s do to these types of loading// In project itself = "same directory on the server as my .xbap file"   Uri uri = new...

View Article


C++ Signing

1)Use Linker Advanced options,(Project Properties> Linker> Advanced), “Delay Sign”=yes and “Key File”=$(ProjectDir)<key.snk>2)Add a custom build stepsn -R $(TargetDir)$(TargetFileName)...

View Article

WPF Performance Tips

 http://www.michaelflanakin.com/Weblog/tabid/142/articleType/ArticleView/articleId/1015/WPF-Performance-Tips.aspxWPF Performance TipsFirst off, let me say that this list isn't mine. I saw it on a...

View Article

DICOM Image Viewer – Useful Links

 Imaging Overview - http://msdn.microsoft.com/en-us/library/ms748873.aspxOptimizing Performance: 2D Graphics and Imaging - http://msdn.microsoft.com/en-us/library/bb613591.aspxWPF Graphics Rendering...

View Article


ScrollViewer Templates

 Used in the resources, <UserControl.Resources> / <Window.Resources>, to allow scrollbars to be positioned differentlyi.e. <ScrollViewer Style="{StaticResource...

View Article


Some Medical Display Specs

 http://news.soft32.com/nvidia-and-planar-to-fight-breast-cancer_5645.html//16MP: 3200 x 5120(WHXGA), 10-bit gray                  -   (30.0') -   200 dpi //[16384000] pixels (16/10 1.6 ratio) *NOTE:...

View Article

WPF - Multiple Display

The MethodUse the System.Windows.Forms.Screen API to setup the displays.The PrimaryScreen Property is the primary display, Other Displays are given by the AllScreens Property...

View Article

Image Render Transformations

Image binding to Viewmodel :ImageData (bitmap data) ZOOM (zooming) TX / TY (translation) <Image Stretch="None" Source="{Binding Path=ImageData, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}">...

View Article

MVVM, ViewModel-DataContext and WPF

 There seems to be a view taken by people,strategies-of-binding, that data binding from the View to the ViewModel should be done in a standard way and NO OTHER WAY.This seems silly to me, as there are...

View Article


MvvmFoundation Extension – ValidationViewModelBase

Does some validation of the properties and has some structures to display the errorsMvvmFoundation @ codeplexusing System; using System.Collections.Generic; using System.Linq; using System.Text; using...

View Article

Some TFS Links

I'm not clear on the difference between a TFS Issue and a User Story. Is there some sort of loose hierarchy between TFS work items? Work Items and Workflow...

View Article


Image may be NSFW.
Clik here to view.

Monster Drilldown

one monster -> three monsters[sections] i.e. simalar to http://en.wikipedia.org/wiki/Cantor_set but devide into three sections.i.e. whole process -> start middle end -> start_start...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images