Search results for '世����揭幕战 ( 世界杯��定网站 KL99.cc )世界杯����幕战 世界杯揭��战 ac'

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
Writing Azure Functions with Function Monkey: Using Commands Without Handlers "If you’ve read the previous articles on Function Monkey you may be wondering if you always need a command handler. Sometimes you may want to accept a request into the system (for example via HTTP) and ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Using-Commands-Without-Handlers
Getting Started with Azure Cosmos DB and Azure Functions This is the first part in a series of articles. Azure Cosmos DB is a “globally distributed, mu Type: Post
Tags : c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Getting-Started-with-Azure-Cosmos-DB-and-Azure-Functions
5 Ways To Give Yourself A Break "In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..." Type: Post
Tags : profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble Type: Post
Tags : xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
Telling a View to display a Message Dialog from the ViewModel With MVVMLight in Windows 8.1 Store Apps "The technique below is one technique, others exist, but the design goals of this approach are: The ViewModel cannot know or reference the View The ViewModel should should not care how the View displ ..." Type: Post
Tags : c#, mvvm, mvvm light, windows store apps, xaml, portable class library
http://dontcodetired.com/blog/post/Telling-a-View-to-display-a-Message-Dialog-from-the-ViewModel-With-MVVMLight-in-Windows-81-Store-Apps
Writing Azure Functions with Function Monkey: Validation "Function Monkey is a framework to define Azure Functions in a fluent way as opposed to using binding attributes on function methods. Other Function Monkey articles: Creating Azure Functions with Func ..." Type: Post
Tags : azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Validation
Asserting the Results of Tests in xUnit.net The below is an excerpt from the latest chapter “An Introduction to Unit Testing With xUnit.ne Type: Post
Tags : xunit, testing
http://dontcodetired.com/blog/post/Asserting-the-Results-of-Tests-in-xUnitnet
C# Source Generators: Less Boilerplate Code, More Productivity One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug Type: Post http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
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)
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
Testing EventGridTrigger Azure Functions Locally (Without Using ngrok) (This post refers to Azure Functions v2) One way to test Azure Functions that use Event Grid trigger Type: Post
Tags : C#, azure, azure functions, .net, serverless, testing
http://dontcodetired.com/blog/post/Testing-EventGridTrigger-Azure-Functions-Locally-(Without-Using-ngrok)
Testing ASP.Net MVC Controllers with FluentMVCTesting FluentMVCTesting facilitates the writing of tests against MVC controllers in a fluent way. FluentMVC Type: Post
Tags : teststack, fluentmvctesting, testing, qa, asp.net, asp.net mvc
http://dontcodetired.com/blog/post/Testing-ASPNet-MVC-Controllers-with-FluentMVCTesting
What I Learned Building My First 4 Windows 8 Apps "This is a bit of a brain-dump, in no particular order, of things I learned building my first 4 Windows 8 (C# XAML) apps: - Countdown To - Big Screen Countdown - BizBuzBingo - Code Retreat Countdown A ..." Type: Post
Tags : windows 8 apps, windows 8, apps, tablet
http://dontcodetired.com/blog/post/What-I-Learned-Building-My-First-4-Windows-8-Apps
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
Azure Functions Continuous Deployment with Azure Pipelines: Part 7 - Running Functional End-to-end Tests in a Release Azure Pipeline This is the seventh part in a series demonstrating how to setup continuous deployment of an Azure Fu Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-7-Running-Functional-End-to-end-Tests-in-a-Release-Azure-Pipeline
Getting Started Testing .NET Core Code with xUnit.net xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework Type: Post
Tags : .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
Testing Events Using Rhino Mocks "There are possible more 'elegant' methods for the below but these are fairly well understandable by someone new to Rhino Mocks or mocking in general. Testing Event Subscription Sometime ..." Type: Post
Tags : .net, c#, lambda expressions, tdd, testing, rhino mocks, mocking
http://dontcodetired.com/blog/post/Testing-Events-Using-Rhino-Mocks
Creating Precompiled Azure Functions with Visual Studio 2017 As the Azure Functions story continues to unfold, the latest facility is the ease of creation of pre Type: Post
Tags : C#, azure, azure functions, .net
http://dontcodetired.com/blog/post/Creating-Precompiled-Azure-Functions-with-Visual-Studio-2017
Mocking in .NET Core Tests with Moq When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other Type: Post
Tags : testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq