Search results for 'Final ng 2022 Women'

Azure Functions Dependency Injection with Autofac This post refers specifically to Azure Function V2. If you want to write automated tests for Azure F Type: Post
Tags : azure functions, serverless, c#, cloud, .net
http://dontcodetired.com/blog/post/Azure-Functions-Dependency-Injection-with-Autofac
C# Tips eBook 50% Complete "I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..." Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
FeatureToggle Version 3 Released "Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
ICYMI C# 8 New Features: Switch Expressions In the first part of this series on what was introduced in C# 8, we’re going to take a look at Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Switch-Expressions
Today I Became a Microsoft MVP "I’ve been awarded a Microsoft Most Valuable Professional award for the first time in my career. I feel like it’s a real personal achievement for me. But why? Recognition The first is purely one of rec ..." Type: Post
Tags : mvp, profession, personal development
http://dontcodetired.com/blog/post/Today-I-Became-a-Microsoft-MVP
You Don’t Have to Write a Generic Class to Use Generic Methods in C# "We can create generic classes such as:class ThingWriter<T> { public void Write(T thing) { Console.WriteLine(thing); } } Here we’re defining a generic class, then usi ..." Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/You-Done28099t-Have-to-Write-a-Generic-Class-to-Use-Generic-Methods-in-C
An Open Letter to Scott Hanselman "Hi Scott, My name’s Jason, you don’t know me, we’ve never met. I was inspired by your honesty and openness when talking about your experience with cancer to say the following: Thanks. I don’t think th ..." Type: Post
Tags : kindness, meanness, human, people
http://dontcodetired.com/blog/post/An-Open-Letter-to-Scott-Hanselman
3 Ways to Pass State Between SpecFlow Step Definitions Sometimes we need one step definition to know about parameter data that was passed to previous steps Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/3-Ways-to-Pass-State-Between-SpecFlow-Step-Definitions
5 Ways to Contribute to Open Source - It’s Not All Code "Open source is cool. Most of us use at least one open source project in our daily work. Even if we don’t, the websites we visit probably do. It’s easy to contribute to an open source project, even if ..." Type: Post
Tags : profession, personal development, open source
http://dontcodetired.com/blog/post/5-Ways-to-Contribute-to-Open-Source-Ite28099s-Not-All-Code
50 Apps by Christmas: Start Screen Splitter "This article is part of the 50 Apps by Christmas series Start Screen Splitter is a simple idea to help organise the tiles on the Windows Phone Start screen. The idea is to allow the user to create an ..." Type: Post
Tags : windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Start-Screen-Splitter
ICYMI C# 8 New Features: Prevent Bugs with Static Local Functions This is part 6 in a series of articles. C# 7 introduced local functions that allow you to create fun Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Prevent-Bugs-with-Static-Local-Functions
Cross Function App Proxies and Proxy Request Parameters in Azure Functions In a previous article we saw how to get started with Azure Function Proxies. In addition to creating Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Cross-Function-App-Proxies-and-Proxy-Request-Parameters-in-Azure-Functions
Azure Functions Proxies Preview Azure functions allow the creation of HTTP-triggered code. A new feature to Functions is the ability Type: Post
Tags : azure functions, azure, serverless
http://dontcodetired.com/blog/post/Azure-Functions-Proxies-Preview
Write Less Repetitive Boilerplate Code with Fody My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having Type: Post
Tags : fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
Create Precompiled Azure Functions With Azure Event Grid Triggers Visual Studio can be used to create precompiled Azure Functions using standard C# classes and tools/ Type: Post
Tags : azure, azure event grid, azure functions, c#
http://dontcodetired.com/blog/post/Create-Precompiled-Azure-Functions-With-Azure-Event-Grid-Triggers
MSTest V2 In the (relatively) distant past, MSTest was often used by organizations because it was provided by Type: Post
Tags : .net, .net core, testing, qa, quality
http://dontcodetired.com/blog/post/MSTest-V2
Clean C# eBook Published The final version of my free Clean C# eBook has just been published.   You can download the bo Type: Post
Tags : c#, writing
http://dontcodetired.com/blog/post/Clean-C-eBook-Published
Progress Update on C# Tips eBook "An updated version of my C# Tips eBook has just been released. This brings the book to around 80% complete. The book includes useful C# Tips, design patterns, and tools. The remaining 20% of effort wi ..." Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/Progress-Update-on-C-Tips-eBook
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
Push Notifications and Buttons with Microsoft Flow: Part 1 Microsoft Flow allows the creation of serverless cloud workflows. It is similar to services such as Type: Post
Tags : microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-1