Home
Archive
Contact
Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'
SilverKeys Part 3
"The UI (or should I say UX now?) is 90% complete (for this iteration that is) as the image below shows. There are a few bug fixes left to complete, plus I'd like to to some moderate re-factoring o ..."
Type
: Post
Tags
: silverkeys, silverlight, wpf
http://dontcodetired.com/blog/post/SilverKeys-Part-3
A Bouncing Ball Animation in jQuery
"Out of the box and without plug-ins, you can animate elements with basic jQuery. You can view a live example of the following code which animates the position of a "ball" up and down. T ..."
Type
: Post
Tags
: jquery, html
http://dontcodetired.com/blog/post/A-Bouncing-Ball-Animation-in-jQuery
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
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
Quickly Take Down an ASP.NET Web Site
"If you need to temporarily take down an ASP.NET (2.0+) web site you can simply add a file called app_offline.htm to the root of the site. The content of the app_offline.htm could contain a message suc ..."
Type
: Post
Tags
: asp.net, html, site management, maintenance
http://dontcodetired.com/blog/post/Quickly-Take-Down-an-ASPNET-Web-Site
Shortcut to add DependencyProperty
"In code behind for WPF/Silverlight in Visual Studio you can use the key combination snippet (assuming defaults) ctrl-k then x then NetFX30 then either choose either a DependencyProperty or attached De ..."
Type
: Post
Tags
: c#, wpf, visual studio 2008, visual studio, silverlight, ide
http://dontcodetired.com/blog/post/Shortcut-to-add-DependencyProperty
Design Pattern for Silverlight 2
"It seems the Model-View-ViewModel (MVVM) is the preferred pattern at present for implementing cleanly separated SL apps (& WPF client apps). Aims to increase testability and leverage data-bin ..."
Type
: Post
Tags
: silverlight, design patterns, mvvm
http://dontcodetired.com/blog/post/Design-Pattern-for-Silverlight-2
Thunder (beta)
"I've been working on a Silverlight 3 drum machine/sequencer called Thunder, the first (beta) version is now available at: http://www.dontcodetired.com/live/thunder/ It' ..."
Type
: Post
Tags
: c#, blend, silverlight, silverlight 3, wpf, xaml, thunder
http://dontcodetired.com/blog/post/Thunder-(beta)
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
Importing posts from Blogger into BlogEngine.NET
"Just managed to successfully get my posts from Blogger into DCT. Read a post suggesting using a new temp WordPress blog which can import directly from Blogger. Then export, then use the Import to ..."
Type
: Post
http://dontcodetired.com/blog/post/Importing-posts-from-Blogger-into-BlogEngineNET
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
What’s New in C# 10: Create Constants Using String Interpolation
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 if you wanted to create a const that was made up from other constants you had to add the string fragments togeter, for ..."
Type
: Post
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Create-Constants-Using-String-Interpolation
To XSLT a large file (.NET1.1)
"To XSLT a large file use XPathDocument rather than XmlDocument, e.g. Slower: Me.m_oldStream.Position = 0Dim xsl As New Xml.Xsl.XslTransformxsl.Load(Me.m_xsltFilePath)Dim xDoc As New Xml.XmlDocum ..."
Type
: Post
http://dontcodetired.com/blog/post/To-XSLT-a-large-file-(NET11)
Nice Concise Introduction to IOC & DI
"Nice Concise Introduction to Inversion Of Control & Dependency Injection: http://www.mikesdotnetting.com/Article/117/Dependency-Injection-and-Inversion-of-Control-with-ASP.NET-MVC"
Type
: Post
Tags
: dependency injection, di, inversion of control, ioc, architecture
http://dontcodetired.com/blog/post/Nice-Concise-Introduction-to-IOC-DI
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives
This is part of a series on the new features introduced with C# 10. There are 2 related features in
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
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
Understanding Azure Durable Functions - Part 1: Overview
This is the first part in a series of articles. Durable Functions are built on top of top of the bas
Type
: Post
Tags
: C#, azure, azure functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-1-Overview
(Unofficial) BlogEngine.Net Logos
"As part of Don't Code Tired redesign I wanted a logo for BlogEngine.Net, I could find an existing one so I created the below: They are available for free download (includi ..."
Type
: Post
Tags
: blogengine.net
http://dontcodetired.com/blog/post/(Unofficial)-BlogEngineNet-Logos
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