Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Dataset designer global:: namespace issues
"If you change the namespace of a typed dataset in Visual Studio 2005, you may find that the .designer.cs doesn’t re-generate properly, for example the connection string init. To fix, delete the ..."
Type
: Post
http://dontcodetired.com/blog/post/Dataset-designer-global-namespace-issues
Silverlight 3 Out Of Browser Automatic Updates
"When running a Silverlight 3 application out of browser (OOB) {or SLOOB=Silverlight Out Of Browser} you can enable the automatic download\install of updated versions. This is not an automatic fea ..."
Type
: Post
Tags
: out of browser, silverlight, silverlight 3, oob, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Automatic-Updates
New Free eBook: C# 7.2: What's New Quick Start
"My new free eBook is now available for download. The book covers the following new features of C# 7.2: Leading Digit Separator Reference Semantics With Value Types Non-trailing Named Arguments Pri ..."
Type
: Post
http://dontcodetired.com/blog/post/New-Free-eBook-C-72-Whats-New-Quick-Start
Find a Designer for your Open Source Project
"Are you running an open source project? Need some help with your project CSS, perhaps a NuGet logo, or help with your GUI? It’s hard to find designers, so I made OS Designer Finder. If your open sour ..."
Type
: Post
Tags
: open source, design, ux, ui
http://dontcodetired.com/blog/post/Find-a-Designer-for-your-Open-Source-Project
Do Your Own Personal Agile Retrospective
"I recently started to adopt a new practice for my personal life in which when I go to bed and my head hits the pillow, I ask myself three question as I fall asleep. These 3 questions are: What’s one ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Do-Your-Own-Personal-Agile-Retrospective
Watch All My Pluralsight Courses for FREE This weekend
"This weekend Pluralsight is doing a free weekend promotion (click the above banner) which means you can start watching all my courses for FREE! Once you’ve clicked the banner and followed the instruct ..."
Type
: Post
Tags
: pluralsight courses
http://dontcodetired.com/blog/post/Watch-All-My-Pluralsight-Courses-for-FREE-This-weekend1
SpecFlow Cheat Sheet
"SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in code. If you’re new to SpecFlow check out my Pluralsight course or the resources page. The cheat she ..."
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/SpecFlow-Cheat-Sheet
Windows Service Path Not Found Exception
"If you get an invalid path / path not found error when trying to start a .net windows service or right-click properties for it check any PerformanceCounterInstaller(s) and ensure their CategoryName is ..."
Type
: Post
http://dontcodetired.com/blog/post/Windows-Service-Path-Not-Found-Exception
MSMQ Intermittent Exceptions
"Intermittent errors such as following when using MSMQ .NET (1.1) Index was outside the bounds of the arraySpecified cast is not valid System.Messaging.Interop.MessagePropertyVariants.Lockget_Label ms ..."
Type
: Post
http://dontcodetired.com/blog/post/MSMQ-Intermittent-Exceptions
SilverKeys Part 2
"I've started by creating a Silverlight user control to represent a 3 octave (piano) keyboard: This user control will use data binding (hopefully!) to highlight piano keys if the ..."
Type
: Post
Tags
: silverkeys, silverlight
http://dontcodetired.com/blog/post/SilverKeys-Part-2
Watch All My Pluralsight Courses For Free This Weekend
"This weekend (Friday 22nd to Sunday 24th of November 2019) you can watch all my Pluralsight courses for free. You could also watch an entire skills path such as C# Unit Testing with xUnit or C# Unit T ..."
Type
: Post
Tags
: profession, productivity, personal development
http://dontcodetired.com/blog/post/Watch-All-My-Pluralsight-Courses-For-Free-This-Weekend
FeatureToggle 2.2.1
"An issue was raised about .NET 4 support. This was caused by FeatureToggle.Core having incorrect NuGet PCL target. Version 2.2.1 is now released that should resolve this and allow use of FeatureToggle ..."
Type
: Post
Tags
: featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-221
Dear Windows Phone Back Button
"It seems that the back button is the latest hip thing to complain about with Windows Phone, with rumours about Microsoft dropping the hardware back button and then not. As a Windows Phone app develope ..."
Type
: Post
Tags
: windows phone
http://dontcodetired.com/blog/post/Dear-Windows-Phone-Back-Button
Please Vote for This!! :)
"Only if you want to do TDD and be able to use mocking frameworks rather that hand-roll your own mocks that is :( http://wpdev.uservoice.com/forums/110705-app-platform/suggestions/1762 ..."
Type
: Post
Tags
: wp7, tdd, testing, windows phone 7
http://dontcodetired.com/blog/post/Please-Vote-for-This!!-)
New Free eBook C# 6.0: What’s New Quick Start
The first chapters of my new free eBook have just been published. The book will cover the new featur
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
Free Akka.NET Cheat Sheet
"I created this handy 3 page cheat sheet PDF as a quick reference guide when creating actors, using the logging API, etc."
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Free-AkkaNET-Cheat-Sheet
Diversity in Software Development
"I had a nice comment from @mbartosovsky on Twitter about women in IT and thought I would create a few charts that represent my 12+ years experience in software development. The results are from me th ..."
Type
: Post
Tags
: people, diversity, women
http://dontcodetired.com/blog/post/Diversity-in-Software-Development
50 Apps By Christmas: 6 Apps in 3 Days
"This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..."
Type
: Post
Tags
: windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
xUnit.net Cheat Sheet
"To help people get started with xUnit.net and as an accompaniment to my Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..."
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
System.Windows.Markup.XamlParseException when using Tag property in Silverlight
"Although MSDN says you can use the FrameworkElement.Tag Property to store an arbitary object, if you try to store anything other than a string you get a System.Windows.Markup.XamlParseException. It se ..."
Type
: Post
Tags
: silverlight, wpf
http://dontcodetired.com/blog/post/SystemWindowsMarkupXamlParseException-when-using-Tag-property-in-Silverlight
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28