Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
Support Multiple Versions of .NET From A Single Class Library (.NET multi-targeting)
".NET implementations come in a few different versions or “flavors” including .NE Framework, .NET Core, and the evolution of .NET Core into .NET 5+. There’s also .NET Standard which is not an implement ..."
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/Support-Multiple-Versions-of-NET-From-A-Single-Class-Library-(NET-multi-targeting)
The ConditionalWeakTable in .NET
The ConditionalWeakTable class exists in the System.Runtime.CompilerServices namespace and as its na
Type
: Post
Tags
: .net, c#
http://dontcodetired.com/blog/post/The-ConditionalWeakTable-in-NET
Learning xUnit .NET Unit Testing the Easy Way
If you’re getting started with .NET or you’ve done some testing but want to know how to
Type
: Post
Tags
: testing, profession, personal development, .net, xunit.net
http://dontcodetired.com/blog/post/Learning-xUnit-NET-Unit-Testing-the-Easy-Way
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
Retrieving Raw JSON Data in Web API with Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Retrieving-Raw-JSON-Data-in-Web-API-with-Marten
Creating Azure Functions with Function Monkey–First Look
"I’ve had Function Monkey on my to-look-at radar for a little while now so I thought I’d finally get round to looking at it in this post. As a writing experiment I’m going to “live write” my experience ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Creating-Azure-Functions-with-Function-Monkey-First-Look
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs
In the previous part of the series we saw how to improve the reliability of responding to new blobs
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-3-Using-Event-Grid-to-Respond-to-New-Blobs
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
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
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
FallbackValue, TargetNullValue & StringFormat in Silverlight 4
"Silverlight 4 introduces some further databinding functionality including: FallbackValue If there is a problem with performing the binding, for example an incorrect path to a property value, the ..."
Type
: Post
Tags
: .net, c#, databinding, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/FallbackValue-TargetNullValue-StringFormat-in-Silverlight-4
Mocking with FeatureToggle
"I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..."
Type
: Post
Tags
: mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
Lifelike Test Data Generation with Bogus
Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test
Type
: Post
Tags
: testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design
"Redesigning DontCodeTired.Com (Part 2) - Designing with Personality This step is all about deciding what content will go where, and more importantly what content will be removed when viewed on mo ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-3)-Creating-Content-Reference-Wireframes-using-Mobile-First-Responsive-In-Browser-Design
C# 4.0 Optional Parameters
C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat
Type
: Post
Tags
: .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
Hosting HTML Content in Silverlight 4
"In Silverlight 4 we can present HTML content to the user. The WebBrowser Control For example to display the content of DontCodeTired.com we can set the Source property in XAML: <WebB ..."
Type
: Post
Tags
: .net, c#, html, javascript, oob, out of browser, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Hosting-HTML-Content-in-Silverlight-4
Redesigning DontCodeTired.Com (Part 11) - Conclusion
"The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-11)-Conclusion
Mocking HttpRequest Body Content When Testing Azure Function HTTP Trigger Functions
When creating Azure Functions that are triggered by an HTTP request, you may want to write unit test
Type
: Post
Tags
: testing, xunit.net, mocking, azure functions
http://dontcodetired.com/blog/post/Mocking-HttpRequest-Body-Content-When-Testing-Azure-Function-HTTP-Trigger-Functions
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording
"In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
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
28
29