Search results for 'Final ng 2022 Women'

Pretty Method Display in xUnit.net One little-known feature of the xUnit.net testing framework is the ability to write test method name Type: Post
Tags : xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Creating Versioned APIs with Azure Functions and Proxies One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a Type: Post
Tags : azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
Creating MSMQ Exception "In testing you might want to throw a manual MessageQueueingException to test the functionality of your exception handling. As it’s not possible to create an exception object the following can be ..." Type: Post http://dontcodetired.com/blog/post/Creating-MSMQ-Exception
Blendable Silverlight (and WPF) MVVM Applications With Dependency Injection "Introduction One of the challenges with the idea of having separate developer and designers is how to allow the developers to write code while at the same time designers are working on the UI. ..." Type: Post
Tags : .net, c#, blend, dependency injection, design patterns, di, inversion of control, ioc, mvvm, silverlight, silverlight 3, wpf, xaml, ninject
http://dontcodetired.com/blog/post/Blendable-Silverlight-(and-WPF)-MVVM-Applications-With-Dependency-Injection
Free eBook: Keeping Software Soft "I’ve decided to make my Keeping Software Soft eBook free (or feel free to pay whatever you’d like).   You can download now at http://keepingsoftwaresoft.com/ Happy Reading!" Type: Post
Tags : writing
http://dontcodetired.com/blog/post/Free-eBook-Keeping-Software-Soft
Finding Colour Inspiration: Paint Sample Cards "When designing an app or website it can be hard to come up with inspiration for colour ideas. One place to look is the local hardware/DIY store. These stores usually have colour sample cards from the ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Finding-Colour-Inspiration-Paint-Sample-Cards
Actor Models Come to .NET Developers with Akka.NET Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
Painless .NET Windows Service Creation with Topshelf Windows Services allow us to run code in the background, without needing (for example) a console app Type: Post
Tags : .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
New Pluralsight Course: Automated Business Readable Web Tests with Selenium and SpecFlow SpecFlow is a tool that can translate natural language scenarios (e.g. writing in English or other s Type: Post
Tags : pluralsight courses, .net, c#, testing, quality, specflow, atdd, specification by example, selenium
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-Business-Readable-Web-Tests-with-Selenium-and-SpecFlow
Determine if code is currently running in Blend "You can use IsInDesignTool to change behaviour of code if it is running in a designer (Blend), e.g.  if (System.ComponentModel.DesignerProperties.IsInDesignTool)     // code ..." Type: Post
Tags : c#, silverlight, silverlight 3, xaml, blend
http://dontcodetired.com/blog/post/Determine-if-code-is-currently-running-in-Blend
A Windows 8 App - From Idea to Store in 8 Hours "I had an idea for a simple Windows Store app, so I thought I’d develop it but keep track of how long it took me and what I spent my time on. The total time spent working on the app was 8 hours and 10 ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, design
http://dontcodetired.com/blog/post/A-Windows-8-App-From-Idea-to-Store-in-8-Hours
Permanently Redirecting a Page in ASP.NET 4 "Rather that using Response.Redirect("newpage.aspx"), ASP.NET 4 introduces the RedirectPermanent method. To signal that the redirect is of a permanent nature (such as a url to a page cha ..." Type: Post
Tags : .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Permanently-Redirecting-a-Page-in-ASPNET-4
Design is Not Adornment "Sometimes design (and designers) are thought of as the people that make stuff look pretty. While aesthetics is a part of design, it’s not its sole function. Design is problem solving When aesthetic co ..." Type: Post
Tags : design, ux
http://dontcodetired.com/blog/post/Design-is-Not-Adornment
Pushing To AppHarbor Using Mercural via Bitbucket "Rather than pushing Git to AppHarbor, you can create a (free) Mercurial repo on Bitbucket, grant read permissions to an AppHarbor user, set up a Bitbucket push to an AppHarbor build URL, then when you ..." Type: Post
Tags : appharbor, mercurial, cloud, web
http://dontcodetired.com/blog/post/Pushing-To-AppHarbor-Using-Mercural-via-Bitbucket
JavaScript Breakpoints Not Working In Visual Studio 2008 "This can happen, sometimes fixed by re-installing VS or installing VS 2008 SP1. In this case it seems Javascript breakpoints do not seem to work in Visual Studio 2008 when Silverlight debugging is ena ..." Type: Post
Tags : .net, asp.net, html, ide, silverlight, silverlight 3, visual studio, visual studio 2008
http://dontcodetired.com/blog/post/JavaScript-Breakpoints-Not-Working-In-Visual-Studio-2008
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi "Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..." Type: Post
Tags : .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
Auto Expanding Div Columns (when floated div has no set size) "Usually 2 divs side-by-side (e.g. left menu and main content) will have the left div floated left with set size, the 2nd div also float with a left margin equal to the width of the left div. When ..." Type: Post
Tags : css, html, web
http://dontcodetired.com/blog/post/Auto-Expanding-Div-Columns-(when-floated-div-has-no-set-size)
Programmatically Closing the Onscreen Virtual Keyboard in Windows Phone Apps "If you have a TextBox control in your Windows Phone app, and you want to allow the user to enter text and then close the on-screen keyboard when the “enter key” is tapped you can do the following. Sim ..." Type: Post
Tags : windows phone
http://dontcodetired.com/blog/post/Programmatically-Closing-the-Onscreen-Virtual-Keyboard-in-Windows-Phone-Apps
Using the Actor Model and Akka.NET for IoT Systems In additional to cloud-based offerings such as Microsoft’s Azure IoT Suite, it’s also po Type: Post
Tags : akka.net, actor model, IoT
http://dontcodetired.com/blog/post/Using-the-Actor-Model-and-AkkaNET-for-IoT-Systems
Accessing web service from behind proxy "If you are going to (via a proxy server) connect to a web service on the Internet you may need to do the following (VB.NET): Dim s As Service1 s = New Service1 s.Credentials = System.Net.Credential ..." Type: Post http://dontcodetired.com/blog/post/Accessing-web-service-from-behind-proxy