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'
Failed to encrypt the section [name] using provider RsaProtectedConfigurationProvider. Error message from the provider: Object already exists.
"If you're running aspnet_regiis to encrypt a section in your web.config, e.g. aspnet_regiis -pef mytestsection . (assuming your current directory contains the web.config and the se ..."
Type
: Post
Tags
: .net, asp.net, web, security
http://dontcodetired.com/blog/post/Failed-to-encrypt-the-section-name-using-provider-RsaProtectedConfigurationProvider-Error-message-from-the-provider-Object-already-exists
Getting Input From Alternative Sources in .NET Console Applications
Using the Console.SetIn Method allows us to specify an alternative source (TextReader stream). For e
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Getting-Input-From-Alternative-Sources-in-NET-Console-Applications
What’s New in C# 10: New Possibilities for Validation and Logging Methods
"This is part of a series on the new features introduced with C# 10.From C# 10 we can make use of the [CallerArgumentExpression] attribute.This attribute can be applied to a parameter to get informatio ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-New-Possibilities-for-Validation-and-Logging-Methods
Logging Application Block Log Levels
"LAB LogLevels (summarized from Logging Application Block documentation © 2003 Microsoft Corporation http://www.microsoft.com) None (level 0)No logging - not advised for production. Always (level 1)D ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Log-Levels
What’s New in C# 10: Take Control of Interpolated String Handling
"This is part of a series on the new features introduced with C# 10.In C# you can create an interpolated string such as: $"{DateTime.Now}: starting..."The compiler will transform this to a single strin ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Take-Control-of-Interpolated-String-Handling
What’s New in C# 10: Value Type Records
"This is part of a series on the new features introduced with C# 10.In a previous post I wrote about records in C# 9.Prior to C# 10 record types were reference types. In C# 10 you can now declare recor ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Value-Type-Records
Auto Expanding Div Columns (when floated div has no set size)
"Usually 2 divs side-by-side (e.g. left menu and main content) will have the left div floated left with set size, the 2nd div also float with a left margin equal to the width of the left div. When ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Auto-Expanding-Div-Columns-(when-floated-div-has-no-set-size)
Modify And Save an EF EntityDataSource Bound Entity From Code Behind
"If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..."
Type
: Post
Tags
: c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
New Pluralsight Course: The xUnit.net Testing Framework
My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr
Type
: Post
Tags
: xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
January Monthly Windows Phone 7 Roundup
"This is the first of a series of monthly posts highlighting some useful and cool Windows Phone 7 stuff. There will be a post on or about the last day of each month, with an overall "post of ..."
Type
: Post
Tags
: windows phone 7, wp7, monthly windows phone 7 roundup
http://dontcodetired.com/blog/post/Januaries-Monthly-Windows-Phone-7-Roundup
50 Apps By Christmas
"So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
No App Is An Island
"No app is an island entire of itself; every app is a piece of the continent, a part of the main (Apologies to John Donne) It’s very easy to be so focussed (either as a developer/team/department) on a ..."
Type
: Post
Tags
: software development, profession, process
http://dontcodetired.com/blog/post/No-App-Is-An-Island
Designing Windows 8 Apps Course
"It is with much excitement that my first ever Pluralsight course on Designing Windows 8 apps has just been released. The course leads you through the process of capturing and evaluating ideas, choosin ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, design, ui, ui design, ux, user experience, microsoft design language
http://dontcodetired.com/blog/post/Designing-Windows-8-Apps-Course
The PCMEF architectural Framework
"The general idea behind PCMEF (Presentation Control Mediator Entity Foundation) is that of dependency and object intercommunication minimisation. PCMEF takes inspiration from established design patter ..."
Type
: Post
http://dontcodetired.com/blog/post/The-PCMEF-architectural-Framework
Enterprise Library Application Block Logging
"The Enterprise Library Application Block has been recently released, as a user of the existing Logging Application Block (LAB) with cross web service request tracing it is a little disappointing to se ..."
Type
: Post
http://dontcodetired.com/blog/post/Enterprise-Library-Application-Block-Logging
ASP.NET CustomValidator doesn’t fire ServerValidate event w hen input box is empty
"ASP.NET valuator controls don’t validate empty input by default, this iswhat the RequiredFieldValidator is for… sometimes for customised inputvalidation you might not want this behaviour ( ..."
Type
: Post
http://dontcodetired.com/blog/post/ASPNET-CustomValidator-doesne28099t-fire-ServerValidate-event-w-hen-input-box-is-empty
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)
A Silverlight Scale Chord Calculator (SilverKeys Part 1)
"One hobby I have is music production (based around a Pro Tools LE 8 setup) and recently I've been learning some music theory. I have created a cheat sheet which is on my wall to assist with workin ..."
Type
: Post
Tags
: silverlight, silverkeys
http://dontcodetired.com/blog/post/A-Silverlight-Scale-Chord-Calculator-(SilverKeys)
Silverlight 3 WritableBitmap pixel colour values
"Rather than taking an array of Color objects, the WritableBitmap.Pixels property holds an array on ints which represent premultiplied ARGB colour values. To set a given pixel to a given colour you hav ..."
Type
: Post
Tags
: c#, .net, extension methods, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-3-WritableBitmap-pixel-colour-values
Simplify and Reduce Test Code with AutoFixture
AutoFixture is a library that you can use alongside your testing framework to reduce the amount of b
Type
: Post
Tags
: testing, c#, .net, .net core, quality, xunit.net, autofixture
http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23