Home
Archive
Contact
Search results for 'desktop qr code scanner-(yokoscan.net)'
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement)
This is part five in a series of articles. EDIT: my Feature Management Pluralsight training course i
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Right Click and Context Menu Support in Silverlight 4
"Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
SilverKeys is Live
"The first version of my Silverlight scale\chord finder is complete, it can be found at http://www.dontcodetired.com/live/silverkeys/ I'd like to improve the UX around the scale degrees, perha ..."
Type
: Post
Tags
: silverkeys, silverlight, wpf, xaml
http://dontcodetired.com/blog/post/SilverKeys-is-Live
Determine site’s absolute, fully-qualified url in asp.net
" I'm working on a Silverlight media player like you get on MySpace and other sites. The app is meant to be as simple as possible, so i've created a Silverlight-enabled WCF service which r ..."
Type
: Post
Tags
: silverlight, c#, wcf, asp.net
http://dontcodetired.com/blog/post/Determine-sitee28099s-absolute-fully-qualified-url-in-aspnet
Changing background image on element with jQuery when using ASP.NET master pages
"If you have an ASP.NET master page defined as below which specifies a css class for the body element to generate a background image for the whole page, you might want to override the default backgroun ..."
Type
: Post
Tags
: asp.net, jquery, html, css, javascript
http://dontcodetired.com/blog/post/Changing-background-image-on-3cbody3e-element-with-jQuery-when-using-ASPNET-master-pages
A Simple Menu Roll-over using jQuery and CSS
"The following ASP.NET page shows a simple example of a menu created using a combination of CSS and jQuery. The menu is defined as an unordered list (which makes semantic sense) and styled with CS ..."
Type
: Post
Tags
: asp.net, css, html, javascript, jquery
http://dontcodetired.com/blog/post/A-Simple-Menu-Roll-over-using-jQuery-and-CSS
Introduction To Extension Methods in C#
Extension methods allow you to extend the functionality of an existing class without using inheritan
Type
: Post
Tags
: c#, extension methods
http://dontcodetired.com/blog/post/Introduction-To-Extension-Methods-in-C
Understanding Lambda Expressions
Of all the additions to the C# language, lambda expressions are potentially the most confusing. Part
Type
: Post
Tags
: c#, lambda expressions, .net
http://dontcodetired.com/blog/post/Understanding-Lambda-Expressions
What’s New in C# 10: New Possibilities for Validation and Logging Methods
"This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
New Pluralsight Course Update: Working with Nulls in C#
A new version of my Working with Nulls in C# Pluralsight course was just released. This new version
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Update-Working-with-Nulls-in-C
ICYMI C# 8 New Features: Nested Switch Expressions
This is part 4 in a series of articles. In this series we’ve already covered switch expression
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Nested-Switch-Expressions
Silverlight 3 3D Animation Using PlaneProjection and Storyboards
"While SL3 doesn't add full 3D support, you can now transform elements in a 3D fashion. The following videos are recommended (and form the basis of this example) but I've used simple opaci ..."
Type
: Post
Tags
: silverlight 3, silverlight, wpf, c#, xaml, 3d, planeprojection
http://dontcodetired.com/blog/post/Silverlight-3-3D-Animation-Using-PlaneProjection-and-Storyboards
Silverlight 3 WritableBitmap pixel colour values
"Rather than taking an array of Color objects, the WritableBitmap.Pixels property holds an array on ints which represent premultiplied ARGB colour values. To set a given pixel to a given colour you hav ..."
Type
: Post
Tags
: c#, .net, extension methods, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-3-WritableBitmap-pixel-colour-values
Countdown To Christmas 2009 Silverlight 3 app
"For a bit of Silverlight 3 fun: Use\install at: http://www.dontcodetired.com/live/christmascountdownbeta/ There are some things which need improving such as resizing when run out ..."
Type
: Post
Tags
: c#, silverlight, silverlight 3, sloob, wpf, xaml, blend, out of browser
http://dontcodetired.com/blog/post/Countdown-To-Christmas-2009-SIlverlight-3-app
Shortcut to add DependencyProperty
"In code behind for WPF/Silverlight in Visual Studio you can use the key combination snippet (assuming defaults) ctrl-k then x then NetFX30 then either choose either a DependencyProperty or attached De ..."
Type
: Post
Tags
: c#, wpf, visual studio 2008, visual studio, silverlight, ide
http://dontcodetired.com/blog/post/Shortcut-to-add-DependencyProperty
New Pluralsight Course: Feature Flag Fundamentals with Microsoft Feature Management
My latest Pluralsight video training course was just published just in time for some holiday season
Type
: Post
Tags
: .net, msftseries, FeatureManagement, featuretoggle, c#, software development, productivity
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Feature-Flag-Fundamentals-with-Microsoft-Feature-Management
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
Silverlight & WPF - Binding to a specific item in a collection
"If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
ChildWindow in Silverlight 3
"SL 3 introduced the ChildWindow to allow easy creation of modal 'pop-up' windows inside our main window. Once you have added a new ChildWindow to your project you can customise its appearance ..."
Type
: Post
Tags
: c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/ChildWindow-in-Silverlight-3
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests
Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble
Type
: Post
Tags
: xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18