Home
Archive
Contact
Search results for '世����揭幕战 ( 世界杯��定网站 KL99.cc )��界杯���幕战 世界杯揭��战 ac'
New Free eBook C# 6.0: What’s New Quick Start
The first chapters of my new free eBook have just been published. The book will cover the new featur
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
Silverlight Open and Save Dialog Boxes
"If you want your Silverlight app to be able to load and save data to the users file system in a location of their choice (such as My Documents, Desktop, etc.) you can use the SaveFileDialog and OpenFi ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Silverlight-Open-and-Save-Dialog-Boxes
The Ethereal Second Deliverable of Software Projects
"So the project or release or iteration is done. We’ve “finished”. The customer and users are (hopefully) reasonably satisfied, and we say that we’ve delivered the software. There’s a second hidden del ..."
Type
: Post
Tags
: technical debt, quality, cost, metrics
http://dontcodetired.com/blog/post/The-Ethereal-Second-Deliverable-of-Software-Projects
Merging IEnumerable Sequences in C# with LINQ
The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
FeatureToggle 2.2.1
"An issue was raised about .NET 4 support. This was caused by FeatureToggle.Core having incorrect NuGet PCL target. Version 2.2.1 is now released that should resolve this and allow use of FeatureToggle ..."
Type
: Post
Tags
: featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-221
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
Ensure Your Silverlight App Has Focus When The Page Loads
"Assuming that your SL app is running in-browser, you may want your SL app to have initial focus, e.g. when it loads a splash screen, the OK button has focus. You can help achieve this by using Sy ..."
Type
: Post
Tags
: .net, c#, html, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Ensure-Your-Silverlight-App-Has-Focus-When-The-Page-Loads
ICYMI C# 9 New Features: Reducing Code with Target-typed New Expressions
This is part of a series of articles on new features introduced in C# 9. C# 9 introduced some enhanc
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reducing-Code-with-Target-typed-New-Expressions
ICYMI C# 9 New Features: More Pattern Matching Features
This is part of a series of articles on new features introduced in C# 9. Pattern matching was introd
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-More-Pattern-Matching-Features
Advanced SpecFlow: Restricting Step Definition and Hook Execution with Scoped Bindings
SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Restricting-Step-Definition-and-Hook-Execution-with-Scoped-Bindings
Nice Little Site to Generate (AJAX) Progress Animated GIFs
"http://www.ajaxload.info/ Aimed at use to display visual clue while an AJAX request is underway - you can choose fore\back\transparent, eg: "
Type
: Post
Tags
: asp.net, ajax, javascript, web, html
http://dontcodetired.com/blog/post/Nice-Little-Site-to-Generate-(AJAX)-Progress-Animated-GIFs
Software Development Wheel
"In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..."
Type
: Post
Tags
: productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
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
Customizing C# Object Member Display During Debugging
In a previous post I wrote about Customising the Appearance of Debug Information in Visual Studio wi
Type
: Post
Tags
: C#, .net, .net core, visual studio
http://dontcodetired.com/blog/post/Customizing-C-Object-Member-Display-During-Debugging
FeatureToggle v4 RC2 with .NET Core Configuration Changes
"The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. RC2 builds ..."
Type
: Post
Tags
: featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC2-with-NET-Core-Configuration-Changes
Using Shared Projects in Non-Universal App Projects
"Using Visual Studio 2013 Update 2 and the Shared Project Manager Extension it’s possible to use shared projects in non Universal App projects. This video shows a brief intro to shared projects in the ..."
Type
: Post
Tags
: c#, universal apps, shared projects, visual studio
http://dontcodetired.com/blog/post/Using-Shared-Projects-in-Non-Universal-App-Projects
You Don’t Have to Write a Generic Class to Use Generic Methods in C#
"We can create generic classes such as:class ThingWriter<T> { public void Write(T thing) { Console.WriteLine(thing); } } Here we’re defining a generic class, then usi ..."
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/You-Done28099t-Have-to-Write-a-Generic-Class-to-Use-Generic-Methods-in-C
Free Akka.NET Cheat Sheet
"I created this handy 3 page cheat sheet PDF as a quick reference guide when creating actors, using the logging API, etc."
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Free-AkkaNET-Cheat-Sheet
Free eBook C# 7.0: What’s New Quick Start Complete
My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-70-Whats-New-Quick-Start-Complete
Printing Support in Silverlight 4
"Basic printing can be accomplished through the PrintDocument class. For example, to print the entire contents of the LayoutRoot grid: private void btnSimplePrint_Click(object sender, RoutedEventA ..."
Type
: Post
Tags
: .net, c#, silverlight, visual studio 2010, wpf, xaml, silverlight 4
http://dontcodetired.com/blog/post/Printing-Support-in-Silverlight-4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23