Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Previewing the Generated PostgreSQL SQL for a Query in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Previewing-the-Generated-PostgreSQL-SQL-for-a-Query-in-Marten
Lifelike Test Data Generation with Bogus
Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test
Type
: Post
Tags
: testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
Databinding Conversions Using Functions in UWP XAML Apps
"When using compiled data bindings using the x:Bind syntax in UWP apps, as an alternative to using an IValueConverter, a function can instead be defined. This means that whenever a value needs converti ..."
Type
: Post
Tags
: c#, UWP, xaml
http://dontcodetired.com/blog/post/Databinding-Conversions-Using-Functions-in-UWP-XAML-Apps
Hosting HTML Content in Silverlight 4
"In Silverlight 4 we can present HTML content to the user. The WebBrowser Control For example to display the content of DontCodeTired.com we can set the Source property in XAML: <WebB ..."
Type
: Post
Tags
: .net, c#, html, javascript, oob, out of browser, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Hosting-HTML-Content-in-Silverlight-4
Leveraging C# Partial Classes and Methods in Windows Universal Apps
There’s a number of ways we could implement platform specific code in Windows Universal Apps w
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
Setting Foreground and Background Colours in .NET Console Applications
In addition to doing some fun/weird/useful/annoying things in Console applications, we can also set
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Setting-Foreground-and-Background-Colours-in-NET-Console-Applications
Testing ASP.NET Core Controllers in Isolation with Mock Objects and Moq
In previous posts we saw how to get started testing ASP.NET Core MVC controllers and also how to use
Type
: Post
Tags
: testing, .net core, xunit.net, asp.net core, mocking
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-Controllers-in-Isolation-with-Mock-Objects-and-Moq
New Pluralsight Course Update: Working with Nulls in C#
A new version of my Working with Nulls in C# Pluralsight course was just released. This new version
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Update-Working-with-Nulls-in-C
What’s New in C# 10: New Possibilities for Validation and Logging Methods
"This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
Using Page Object Models in UI Test Automation
"When using UI automation technologies, changes to the UI can break our tests. For example, if a textbox is being located by its ID in numerous tests, if this ID changes then all these tests will break ..."
Type
: Post
Tags
: testing, ui testing
http://dontcodetired.com/blog/post/Using-Page-Object-Models-in-UI-Test-Automation
10 Pluralsight Courses–A Milestone
"I just had my 10th Pluralsight course released; Building .NET Console Applications in C# teaches how to create well-designed, fully-featured .NET Console applications. When I hit 7 courses I wrote Thr ..."
Type
: Post
Tags
: pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/10-Pluralsight-Coursese28093A-Milestone
Screen Scraping As A Service with Azure Functions in 5 Mins
If you have some data in a web page but there is no API to get the same data, it’s possible to
Type
: Post
Tags
: azure functions, azure, serverless, c#
http://dontcodetired.com/blog/post/Screen-Scraping-As-A-Service-with-Azure-Functions-in-5-Mins
Reducing Database Round Trips With Included Documents in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Reducing-Database-Round-Trips-With-Included-Documents-in-Marten
Debugging Share To and Background Agents in Windows Store Apps
"When your main app is running via Visual Studio, when there is a problem you’ll get an exception and Visual Studio will break into the debugger to help you figure out the problem. There’s a couple of ..."
Type
: Post
Tags
: windows store apps, visual studio, debugging
http://dontcodetired.com/blog/post/Debugging-Share-To-and-Background-Agents-in-Windows-Store-Apps
Improving Struct Equality Performance in C#
The equality performance of struct equality comparisons can be improved by overriding .Equals(). Thi
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Improving-Struct-Equality-Performance-in-C
New Pluralsight Course: Testing C# Code in Production with Scientist.NET
My latest Pluralsight course is now available for viewing. It demonstrates how to use the Scientist.
Type
: Post
Tags
: pluralsight courses, .net, c#, quality, testing
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Testing-C-Code-in-Production-with-ScientistNET
Introducing InAppPurchaseToggle for Windows Store In App Purchase
"I just released version 2 of a new open source project called InAppPurchaseToggle. It simplifies querying if the current user has paid for a particular in-app-purchase (IAP). It’s convention based and ..."
Type
: Post
Tags
: windows 8 apps, windows 8, open source, inapppurchasetoggle, in app purchase, winrt
http://dontcodetired.com/blog/post/Introducing-InAppPurchaseToggle-for-Windows-Store-In-App-Purchase
A Bouncing Ball Animation in jQuery
"Out of the box and without plug-ins, you can animate elements with basic jQuery. You can view a live example of the following code which animates the position of a "ball" up and down. T ..."
Type
: Post
Tags
: jquery, html
http://dontcodetired.com/blog/post/A-Bouncing-Ball-Animation-in-jQuery
Testing for Thrown Exceptions in xUnit.net
When writing tests it is sometimes useful to check that the correct exceptions are thrown at the exp
Type
: Post
Tags
: xunit.net, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-xUnitnet
Testing Precompiled Azure Functions Overview
Just because serverless allows us to quickly deploy value, it doesn’t mean that testing is now
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Testing-Precompiled-Azure-Functions-Overview
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