Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting
This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI
"Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..."
Type
: Post
Tags
: testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI
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
Testing for Thrown Exceptions in NUnit
In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we&
Type
: Post
Tags
: nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
Getting Started with SASS for Microsoft Developers
"Sass (Syntactically Awesome Style Sheets) tries to make CSS fun again. It's a set of "extensions" on top of standard CSS that make it easier to write and maintain style sheets. A Sass file compi ..."
Type
: Post
Tags
: .net, asp.net, css, html, responsive design, responsive web design, sass, web, web design
http://dontcodetired.com/blog/post/Getting-Started-with-SASS-for-Microsoft-Developers
The ConditionalWeakTable in .NET
The ConditionalWeakTable class exists in the System.Runtime.CompilerServices namespace and as its na
Type
: Post
Tags
: .net, c#
http://dontcodetired.com/blog/post/The-ConditionalWeakTable-in-NET
Refactoring an Azure Functions App to use Function Monkey
"In a previous post I took a first look at the Function Monkey library to define Azure Functions using commands and handlers. In this post I’m going to try and take an existing functions app and conver ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Refactoring-an-Azure-Functions-App-to-use-Function-Monkey
Understanding Azure Durable Functions - Part 9: The Asynchronous HTTP API Pattern
This is the ninth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-9-The-Asynchronous-HTTP-API-Pattern
ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters
This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 if you wanted
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reduce-Boilerplate-Constructor-Code-with-Init-Only-Property-Setters
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes
"Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
Design Principals in Practice: Desire Lines
"A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..."
Type
: Post
Tags
: design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
The Architect's Guide to Choosing Between HTML5 or Native Mobile Apps
"Deciding between writing native apps or "cross platform" HTML5 apps is hard. It's an increasingly relevant debate as mobile and tablet usage continues to increase. As the usage of ..."
Type
: Post
Tags
: mobile, user experience, ux
http://dontcodetired.com/blog/post/The-Architects-Guide-to-Choosing-Between-HTML5-or-Native-Mobile-Apps
Discipline Equals Freedom
"One of the books I read this year was Discipline Equals Freedom: Field Manual by Jocko Willink. The overarching concept in the book is that if you have discipline now, in the present, this will result ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Discipline-Equals-Freedom
Creating Custom Azure Functions Bindings
(This article refers to Azure Functions v2) Out of the box, Azure Functions comes with a range of tr
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Creating-Custom-Azure-Functions-Bindings
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
The Enterprise Re-Imagined with Windows 8
"If your company is currently in the process of upgrading to Windows 8, do they see it as a simple OS upgrade to keep up to date; or, do they see it as an enabler to re-imagine how the business operate ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/The-Enterprise-Re-Imagined-with-Windows-8
Approval Tests: Assert With Human Intelligence
In the previous article I described how the Approval Tests library can help reduce the amount of ass
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
Prevent Secrets From Accidentally Being Committed to Source Control in ASP.NET Core Apps
One problem when dealing with developer “secrets” in development is accidentally checkin
Type
: Post
Tags
: .net core, .net, C#, asp.net core, asp.net
http://dontcodetired.com/blog/post/Prevent-Secrets-From-Accidentally-Being-Committed-to-Source-Control-in-ASPNET-Core-Apps
Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions
If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the mess
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Dealing-With-Unprocessed-Storage-Queue-Poison-Messages-in-Azure-Functions
Asp.net AJAX service proxy intellisense in external js
"If you have service reference (e.g. to an AJAX Enabled WCF Service) in your ScriptManager (or ToolkitScriptManager): <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat=" ..."
Type
: Post
Tags
: .net, asp.net, javascript, ajax, visual studio 2008, visual studio
http://dontcodetired.com/blog/post/Aspnet-AJAX-service-proxy-intellisense-in-external-js
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