Home
Archive
Contact
Search results for '比利时vs���拿大-(世���杯指定平���� KL99.CC)-���朗vs��国-世界杯赛程-��界杯����幕战 -(���界��指定���台 KL99.CC)-世���杯买球 oU'
Introduction To jTemplates - A jQuery and JavaScript Template Engine
"jTemplates is a great lightweight template engine for jQuery and JavaScript. It allows you to process data (e.g. JSON data returned from an AJAX call) and feed it ito a template definition rather than ..."
Type
: Post
Tags
: ajax, html, javascript, jquery, web, jtemplates
http://dontcodetired.com/blog/post/Introduction-To-jTemplates-A-jQuery-and-JavaScript-Template-Engine
Basic Element Visibility in jQuery
"Out of the box, jQuery comes with basic methods to show and hide elements. There is a live example here of the functions listed in this post. slideToggle slide the element up/down to hide.show. ..."
Type
: Post
Tags
: javascript, jquery, html
http://dontcodetired.com/blog/post/Basic-Element-Visibility-in-jQuery
C# Tips eBook 50% Complete
"I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..."
Type
: Post
Tags
: writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
Building the Right Thing with TestStack
"My newest Pluralsight course was just released today: Building the Right Thing in .NET with TestStack. TestStack is a suite of tools to help the team build better software. The super-friendly members ..."
Type
: Post
Tags
: pluralsight courses, teststack
http://dontcodetired.com/blog/post/Building-the-Right-Thing-with-TestStack
Using MVVM Light in Universal Windows Apps
"I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
Upgrade exams for MCPD to Visual Studio 2008
"No dates as yet for upgrade exams, but if you're an existing MCPD (Windows, Web or Enterprise) you'll be able to take a single upgrade exam (except for Enterprise where 2 exams are required. & ..."
Type
: Post
Tags
: mcpd, certification, microsoft
http://dontcodetired.com/blog/post/Upgrade-exams-for-MCPD-to-Visual-Studio-2008
New RavenDB FeatureToggle
"I just published new NuGet package for my open source .NET feature toggling library. This package allows you to turn features on/off depending on what’s configured in a RavenDB database. PM> Instal ..."
Type
: Post
Tags
: open source, featuretoggle, ravendb
http://dontcodetired.com/blog/post/New-RavenDB-FeatureToggle
Implementing Platform Specific Code in Universal Windows Apps with MVVMLight and Dependency Injection
"In previous articles I’ve covered using MVVMLight in Universal Windows Apps and using C# partial classes and methods to implement different code on Windows Phone and Windows Store apps. While partial ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light, di, dependency injection
http://dontcodetired.com/blog/post/Implementing-Platform-Specific-Code-in-Universal-Windows-Apps-with-MVVMLight-and-Dependency-Injection
System.ExecutionEngineException in Silverlight
"Check your resource styles have specified a target type, e.g. TargetType="TextBlock": the exception that is thrown is System.ExecutionEngineException but with no inner exception details it d ..."
Type
: Post
Tags
: xaml, silverlight
http://dontcodetired.com/blog/post/SystemExecutionEngineException-in-Silverlight
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
What’s New in C# 10: Simplify Argument Null Checking Code
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 you may have had code similar to the following: public static string Join(string a, string b) { i ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Argument-Null-Checking-Code
3 Surprising Things to Do with the Console in C#
The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
Work with SQL Data with Fewer Lines of Code Using Dynamic C#
"If you need to query a SQL database and work with the data quickly you can use dynamic C# to write less boilerplate code.For example, if you wanted to query a Customer table (or a more complex joined ..."
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/Work-with-SQL-Data-with-Fewer-Lines-of-Code-Using-Dynamic-C
xUnit.net Cheat Sheet
"To help people get started with xUnit.net and as an accompaniment to my Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..."
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
Three Part Conditional Numeric Format Strings (for Positive, Negative, and Zero Numbers)
When we’re formatting numbers we can use a format string that allows us to specify a different
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Three-Part-Conditional-Numeric-Format-Strings-(for-Positive-Negative-and-Zero-Numbers)
Creating a Tweet Buffer with Azure Queues and Microsoft Flow
There are apps and services that allow the scheduling or buffering of the sending of Tweets. Using t
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Creating-a-Tweet-Buffer-with-Azure-Queues-and-Microsoft-Flow
Additional Windows Phone 7 Icons
"You should double-check the license terms for these before using in your apps. 500 Metro Style WP7 Icons WP7 Icon Pack 105 Extra Icons"
Type
: Post
Tags
: wp7, ui design, windows phone 7
http://dontcodetired.com/blog/post/Additional-Windows-Phone-7-Icons
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
Diversity in Software Development
"I had a nice comment from @mbartosovsky on Twitter about women in IT and thought I would create a few charts that represent my 12+ years experience in software development. The results are from me th ..."
Type
: Post
Tags
: people, diversity, women
http://dontcodetired.com/blog/post/Diversity-in-Software-Development
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C#
This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
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
27