Search results for 'Final ng 2022 Women'

New Pluralsight Course: Creating Automated Browser Tests with Selenium in C# My newest Pluralsight course was just published and you can start watching today. Selenium is a tool Type: Post
Tags : C#, selenium, testing, .net, profession, personal development
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Creating-Automated-Browser-Tests-with-Selenium-in-C
Using Server Side Timers and SignalR in ASP.NET MVC Applications "I thought it would be fun to create an “Internet uptime” page that you can see live here on Azure Websites. It shows how long the Internet (since ARPANET) has been around for. Creating a Class that c ..." Type: Post
Tags : web, signalr, html, c#, asp.net
http://dontcodetired.com/blog/post/Using-Server-Side-Timers-and-SignalR-in-ASPNET-MVC-Applications
Improving Test Code Readability and Assert Failure Messages with Shouldly Shouldly is an open source library that aims to improve the assert phase of tests; it does this in t Type: Post
Tags : c#, testing, qa, quality, open source
http://dontcodetired.com/blog/post/Improving-Test-Code-Readability-and-Assert-Failure-Messages-with-Shouldly
Using AutoFixture To Generate Anonymous Test Data in Web UI Automation With BDDfy and Seleno I’m currently working on an AutoFixture Pluralsight course and it got me thinking about using Type: Post
Tags : testing, autofixture, bddfy, seleno, teststack, ui testing, web, asp.net, .net
http://dontcodetired.com/blog/post/Using-AutoFixture-To-Generate-Anonymous-Test-Data-in-Web-UI-Automation-With-BDDfy-and-Seleno
Advanced SpecFlow: Sharing Data Between Steps with Context Injection SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Sharing-Data-Between-Steps-with-Context-Injection
Getting Started with Azure Event Grid In a previous article we got an introduction to Azure Event Grid, if you’re new to Event Grid Type: Post
Tags : azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Event-Grid
Sending a Regular SMS with Azure Functions and Twilio "Azure Functions allow the creation of Serverless event driven applications with minimal effort. We can create Azure Functions using C# (or other languages) right inside the Azure Web app. Functions si ..." Type: Post
Tags : C#, .net, azure
http://dontcodetired.com/blog/post/Sending-a-Regular-SMS-with-Azure-Functions-and-Twilio
Testing for Thrown Exceptions in MSTest V2 In previous posts we looked at testing for thrown exceptions in xUnit.net and NUnit. In this post we Type: Post
Tags : mstest, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-MSTest-V2
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute Sometimes the display and formatting of information in the Visual Studio debugger is less than optim Type: Post
Tags : c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
Developing a Windows 7 Phone App That Connects To Azure (a quick overview) "Installing Download and install VS 2010 RC (phone tools below don't currently work with RTM ver of VS 2010): http://www.microsoft.com/downloads/details.aspx?FamilyID=301c97f3-aecf-42ca- ..." Type: Post
Tags : .net, c#, silverlight, visual studio, visual studio 2010, windows phone 7, wp7
http://dontcodetired.com/blog/post/Developeing-a-Windows-7-Phone-App-That-Connects-To-Azure-(a-quick-overview)
Arrange Act Assert Comments in Tests "The Arrange, Act, Assert (AAA) pattern is used in tests to help organise and clarify test code. It can also help to spot potential problems in test code if these three phases don’t seem to exist. The ..." Type: Post
Tags : testing, c#
http://dontcodetired.com/blog/post/Arrange-Act-Assert-Comments-in-Tests
Inspecting HTTP Requests With RequestBin EDIT: Since this post was originally published, the originally quoted Request Bin URL was closed dow Type: Post
Tags : http, json, web
http://dontcodetired.com/blog/post/Inspecting-HTTP-Requests-With-RequestBin
New Pluralsight Course - Introduction to .NET Testing with NUnit If you are just dipping your toe in the water when it comes to testing .NET applications it can be a Type: Post
Tags : nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
Fixie - A Convention-based .NET Testing Framework "Fixie is a relative newcomer to the .NET testing framework space. It throws away the idea of marking elements of test code with attributes in favour of a conventions based approach. At a high level, w ..." Type: Post
Tags : c#, testing, fixie
http://dontcodetired.com/blog/post/Fixie-A-Convention-based-NET-Testing-Framework
ICYMI C# 8 New Features: Simplify If Statements with Property Pattern Matching This is part 3 in a series of articles. In the first part of this series we looked at switch express Type: Post
Tags : icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-If-Statements-with-Property-Pattern-Matching
Tracking Technical Debt with TechDebtAttributes Technical debt can build up over time, slows down development speed, and could increase the risk of Type: Post
Tags : techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
Advanced SpecFlow: Using Hooks to Run Additional Automation Code SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Using-Hooks-to-Run-Additional-Automation-Code
Auto-Generating Sequences of Integer Values in C# When we need to generate a sequence of integer values, we can do it manually using some kind of loop Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Auto-Generating-Sequences-of-Integer-Values-in-C
Save Keystrokes with AutoHotkey Hotstrings "AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..." Type: Post
Tags : productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Loading images into SQL Server Using Management Studio "If you are storing images in a SQL Server database you can use the following statement to insert data into a BLOB field (e.g. varbinary(max) ) of a table (Sql Server 2005+): Assuming a table call ..." Type: Post
Tags : sql server, sql
http://dontcodetired.com/blog/post/Loading-images-into-SQL-Server-Using-Management-Studio