Search results for 'Final ng 2022 Women'

Microsoft Buys Part of Nokia "So the big news of the moment is that Nokia is selling it’s Devices & Services business to Microsoft. The deal is “expected to close in the first quarter of 2014, subject to approval by Nokia shar ..." Type: Post
Tags : nokia, windows phone, apps
http://dontcodetired.com/blog/post/Microsoft-Buys-Part-of-Nokia
ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 if you wanted Type: Post
Tags : icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reduce-Boilerplate-Constructor-Code-with-Init-Only-Property-Setters
Using Cyclomatic Complexity as an Indicator of Clean Code Cyclomatic complexity is one way to measure how complicated code is, it measures how complicated the Type: Post
Tags : c#, clean code, quality, metrics
http://dontcodetired.com/blog/post/Using-Cyclomatic-Complexity-as-an-Indicator-of-Clean-Code
Three Wins Technique Review - a Simple Productivity Hack to Deliver What Matters I started using the Three Wins Technique about five years ago. It has proven to be a simple techniqu Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/Three-Wins-Technique-Review-a-Simple-Productivity-Hack-to-Deliver-What-Matters
New Pluralsight Course: C# Tips and Traps “Sometimes it's hard to know what you don't know. Short-circuit your learning of C# and level- Type: Post
Tags : pluralsight courses, c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps1
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes "Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
What’s New in C# 10: Easier Lambda Expressions This is part of a series on the new features introduced with C# 10. Prior to C# 10, working with lam Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Easier-Lambda-Expressions
Using PostgreSQL Document Databases with Azure Functions and Marten With the appearance of managed PostgreSQL databases on Azure, we can now harness the simplicity of M Type: Post
Tags : azure functions, azure, C#, marten, data, nosql
http://dontcodetired.com/blog/post/Using-PostgreSQL-Document-Databases-with-Azure-Functions-and-Marten
Simplify and Reduce Test Code with AutoFixture AutoFixture is a library that you can use alongside your testing framework to reduce the amount of b Type: Post
Tags : testing, c#, .net, .net core, quality, xunit.net, autofixture
http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture
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
The Golden Age of Software Development "There's a lot of negativity sometimes in our profession, just take a look in your Twitter stream. The tools we use aren't absolutely 100% without imperfection; the vendors of the tools we use don't al ..." Type: Post
Tags : people, profession, personal development
http://dontcodetired.com/blog/post/The-Golden-Age-of-Software-Development
Using the Xbox Music API in Universal Windows Apps "The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..." Type: Post
Tags : windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
Design Principals in Practice: Proximity in Peregrine "The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..." Type: Post
Tags : ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
The Ethereal Second Deliverable of Software Projects "So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..." Type: Post
Tags : technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
Using C# 7.1 Features With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
Write Less MVVM ViewModel Boilerplate Code with T4 "Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..." Type: Post
Tags : c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
Design Principals in Practice: Desire Lines "A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..." Type: Post
Tags : design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Custom FeatureToggle Implementations for Non-Continuous-Delivery Usages "My open source fetaure toggling library contains a number of prebuilt toggles for common things such as enabling a feature based on the date, or a configuration value. It’s also easy to create custom ..." Type: Post
Tags : featuretoggle, mvvm, mvvmlight
http://dontcodetired.com/blog/post/Custom-FeatureToggle-Implementations-for-Non-Continuous-Delivery-Usages
Using MVVM Light in Universal Windows Apps "I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..." Type: Post
Tags : c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
Silverlight Open and Save Dialog Boxes "If you want your Silverlight app to be able to load and save data to the users file system in a location of their choice (such as My Documents, Desktop, etc.) you can use the SaveFileDialog and OpenFi ..." Type: Post
Tags : .net, c#, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Silverlight-Open-and-Save-Dialog-Boxes