Search results for 'Final ng 2022 Women'

Cannot find 'ServiceReferences.ClientConfig' in the .xap application package when running Silverlight unit tests "When using the browser-based Silverlight unit testing framework to test a SL app which contains service references you might get a Cannot find 'ServiceReferences.ClientConfig' in the .xap ..." Type: Post http://dontcodetired.com/blog/post/Cannot-find-ServiceReferencesClientConfig-in-the-xap-application-package-when-running-Silverlight-unit-tests
Nunit GUI quits without exception when testing objects derived from ServicedComponent "This is apparently a known issue… If you have problems using NUnit with EnterpriseServices, use the command line runner, nunit-console.exe (you will have to append your path to point to it eg. ..." Type: Post http://dontcodetired.com/blog/post/Nunit-GUI-quits-without-exception-when-testing-objects-derived-from-ServicedComponent
C# 4.0 Optional Parameters C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat Type: Post
Tags : .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
Generating truly random numbers with multiple simultaneous request "The Random Class, given a constant seed will always generate the samesequence of numbers.Creating a Random object using the default constructor uses the current timeas the seed, so if you have multipl ..." Type: Post http://dontcodetired.com/blog/post/Generating-truly-random-numbers-with-multiple-simultaneous-request
Writing an xml file from sql server 2000 "sp_makewebtask @outputfile = ‘c:\sqlserveroutput\myxmlfile.xml’, @query = ’select top 1 * from myTable for xml auto’, @templatefile = ‘c:\temp\mytempl ..." Type: Post http://dontcodetired.com/blog/post/Writing-an-xml-file-from-sql-server-2000
Checking if a given Type implements a specific interface "There is possibly a framework method to do this but… private bool IsInterfaceImplemented(Type typeToCheck, Type interfaceToFind){Type[] interfaces = typeToCheck.GetInterfaces();foreach (Type iface in ..." Type: Post http://dontcodetired.com/blog/post/Checking-if-a-given-Type-implements-a-specific-interface
A Nice simple to use JQuery plugin for blocking UI (modal, etc) "http://malsup.com/jquery/block/#demos" Type: Post
Tags : html, css, jquery, javascript, web
http://dontcodetired.com/blog/post/A-Nice-simple-to-use-JQuery-plugin-for-blocking-UI-(modal-etc)
What Would Easy Be Like? "As another (Gregorian) year edges ever closer, it’s a period that offers a natural reflection time on what happened in the past year and the forging, often weakly, of “New Years Resolutions”. One inte ..." Type: Post
Tags : people, profession, personal development
http://dontcodetired.com/blog/post/What-Would-Easy-Be-Like
Catching Errors in Windows Services "In Windows Service put a try..catch around InitializeComponent in New constructor to catch and handle any init problems, especially when using components that have external dependencies such as perfor ..." Type: Post http://dontcodetired.com/blog/post/Catching-Errors-in-Windows-Services
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views Traditionally to reference an action and/or a controller in a Razor view the action/controller name Type: Post
Tags : asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
ICYMI C# 8 New Features: Asynchronous Streams This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable< Type: Post
Tags : icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
Comparing SQL dates without the time part "SELECT CAST(FLOOR(CAST( AS float))AS datetime)e.g. to get all rows where an product as been ordered today:SELECT *FROM Orders AS aWHERECAST(FLOOR(CAST( a.OrderDateTime AS float)) AS datetime) = CAST( ..." Type: Post http://dontcodetired.com/blog/post/Compating-SQL-dates-without-the-time-part
Using Azure Functions and Microsoft Flow to Send Notifications for NuGet Package Downloads One of the NuGet packages I maintain is approaching 100,000 downloads. I thought it would be nice to Type: Post
Tags : microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Using-Azure-Functions-and-Microsoft-Flow-to-Send-Notifications-for-NuGet-Package-Downloads
Design Principals in Practice: Affordance in Contactless Payment Machines "Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..." Type: Post
Tags : design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
Introducing FeatureToggle "You can now take a first glance at my new open source project FeatureToggle It's early days yet and I'm not quite what direction it will take. The next thing I'd like to upload ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/Introducing-FeatureToggle
What’s New in C# 10: Simplify Nested Property Pattern Code "This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..." Type: Post
Tags : cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
UX Observations: TED Xbox One App "This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..." Type: Post
Tags : ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
An Alternative to SQLite in Windows Store Apps "SQLite is a popular embedded database in use in Windows Store and Windows Phone apps, thought it can sometimes be tricky to get setup: there are a few different choices of NuGet packages / Visual Stud ..." Type: Post
Tags : brightstardb, nosql, windows store apps, database
http://dontcodetired.com/blog/post/An-Alternative-to-SQLite-in-Windows-Store-Apps
Stack Overflow Developer Survey 2018 Overview for .NET Developers "The 2018 Stack Overflow Developer Survey was recently released. This article summarizes some interesting points that .NET developers may find interesting, in additional to some other general items of ..." Type: Post
Tags : .net, profession
http://dontcodetired.com/blog/post/Stack-Overflow-Developer-Survey-2018-Overview-for-NET-Developers
Design Principals in Practice: Affordance in Doors and Car Controls "Affordance is a design property of a physical thing that suggests how it should be used. A ball affords rolling. A door handle affords pulling. Whilst you can roll a cube, the physical properties of ..." Type: Post
Tags : design, ux, design principals in practice, affordance
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Doors-and-Car-Controls