Search results for 'Final ng 2022 Women'

ICYMI C# 8 New Features: Write Less Code with Using Declarations This is part 2 in a series of articles. One nice little enhancement introduced in C# 8 helps to simp Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Write-Less-Code-with-Using-Declarations
The Complete Beginners Guide to using SQLite SQL database in a Windows 8 App "[Writing this on the train home so may be a bit rushed – sorry :) ] Install the Bits In Visual Studio 2012, go to Tools menu, Extensions and updates. Search for “SQLite for Windows Runtime” – instal ..." Type: Post
Tags : windows 8 apps, windows 8, apps, sql, sqlite
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-using-SQLite-SQL-database-in-a-Windows-8-App
Hook Execution Order in SpecFlow 2 SpecFlow hooks allow additional code to be executed before and after various stages of the test exec Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
An Update on FeatureToggle v3 Development "The next version of my open source feature toggling library is currently in development. Version 3 will introduce a number of new features and retire support for some older platforms. For the currentl ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/An-Update-on-FeatureToggle-v3-Development
January Monthly Windows Phone 7 Roundup "This is the first of a series of monthly posts highlighting some useful and cool Windows Phone 7 stuff. There will be a post on or about the last day of each month, with an overall "post of ..." Type: Post
Tags : windows phone 7, wp7, monthly windows phone 7 roundup
http://dontcodetired.com/blog/post/Januaries-Monthly-Windows-Phone-7-Roundup
Thunder (beta) "I've been working on a Silverlight 3 drum machine/sequencer called Thunder, the first (beta) version is now available at: http://www.dontcodetired.com/live/thunder/   It' ..." Type: Post
Tags : c#, blend, silverlight, silverlight 3, wpf, xaml, thunder
http://dontcodetired.com/blog/post/Thunder-(beta)
Push Notifications and Buttons with Microsoft Flow: Part 3 "In part 1 we crated a Flow to enable/disable the sending of push notifications and in part 2 we created an Azure Function to generate random phrases of positivity. In this third and final part of this ..." Type: Post
Tags : microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-3
New Pluralsight Course: C# Tips and Traps "My latest Pluralsight course: C# Tips and Traps is now live. It’s a collection of things to:  “Short-circuit your learning of C# with this smorgasbord of handy C# and .NET features.” It's sometim ..." Type: Post
Tags : .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps
New Pluralsight Course: Business Readable Automated Tests with SpecFlow 2.0 My newest Pluralsight course was just published. Business Readable Automated Tests with SpecFlow 2.0 Type: Post
Tags : pluralsight courses, .net, c#, testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Business-Readable-Automated-Tests-with-SpecFlow-20
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
New Pluralsight Course - Better .NET Unit Tests with AutoFixture My new Pluralsight testing course was just released: Better .NET Unit Tests with AutoFixture: Get St Type: Post
Tags : autofixture, testing, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Better-NET-Unit-Tests-with-AutoFixture
Copy and Paste in Silverlight 4 "Silverlight 4 added the static Clipboard class with the clearly-named SetText, GetText and ContainsText methods. If running in-browser or out-of-browser without elevated trust the Clipboard metho ..." Type: Post
Tags : .net, c#, oob, out of browser, silverlight, silverlight 4, sloob, wpf, xaml
http://dontcodetired.com/blog/post/Copy-and-Paste-in-Silverlight-4
An Introduction to Design Course "My newest Pluralsight course has just been released. It’s about learning the fundamentals of design and applying them to your own work. It covers topics such as: typography, colour meaning and choice ..." Type: Post
Tags : design, gestalt, ui, ux, typography, color, colour
http://dontcodetired.com/blog/post/An-Introduction-to-Design-Course
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
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
Free eBook C# 7.0: What’s New Quick Start Complete My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-70-Whats-New-Quick-Start-Complete
Kill Your Productivity Demons with my New Pluralsight Course "My new Pluralsight course Personal Productivity & Performance Tools for Windows Developers “get more done in less time” has just been released. It covers a range of developer-focused and general p ..." Type: Post
Tags : productivity, linqpad, pluralsight courses, profession, personal development, autohotkey, ifttt
http://dontcodetired.com/blog/post/Kill-Your-Productivity-Demons-with-my-New-Pluralsight-Course
New Open Source Project–Named Colors "I’ve been tinkering with an idea for a new open source project called NamedColors. As its name suggests, it’s a list of color values (hex RGB) with associated names. In addition, a number of related “ ..." Type: Post
Tags : namedcolors, open source, css, sass, .net
http://dontcodetired.com/blog/post/New-Open-Source-Projecte28093Named-Colors
One Simple Technique to Help Achieve Your Goals "As the New Year approaches and people start to comment “I can’t believe it’s November”, thoughts start to turn to New Year’s Resolutions and things not accomplished in this year. Whilst I don’t believ ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/One-Simple-Technique-to-Help-Achieve-Your-Goals
Microsoft Certified Master Program "The 3 week master program costs US$18,500 (I'm assuming not inclusive of accommodation!) and runs in Redmond, Washington.You have to be accepted onto the program by supplying a CV and potentially ..." Type: Post http://dontcodetired.com/blog/post/Microsoft-Certified-Master-Program