Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
New Pluralsight Course: Error Handling in C# 10
"My newest Pluralsight course Error Handling in C# 10 was just released.This is an updated course of my previous error handling courses to bring the demo code up to C# 10, .NET 6, Visual Studio 2022.Co ..."
Type
: Post
Tags
: C#, .net, pluralsight courses, profession
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Error-Handling-in-C-10
Automated Testing: End to End Course
My newest Pluralsight course has just been published. We shouldn't live in fear of our code Long-ter
Type
: Post
Tags
: testing, tdd, nunit, moq, mocking, faking, ci, continuous integration, teamcity, watin, agile
http://dontcodetired.com/blog/post/Automated-Testing-End-to-End-Course
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
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)
Exception Handling in C# Course Update
An updated version of my Exception Handling in C# course is now available that updates demos to to u
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/Exception-Handling-in-C-Course-Update
New Pluralsight Course: Working with Data and Schemas in Marten
Marten is a .NET document database library to allows objects to be stored, retrieved, and queried as
Type
: Post
Tags
: c#, .net, data, marten, nosql, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Working-with-Data-and-Schemas-in-Marten
Automated Acceptance Testing with SpecFlow and Gherkin Course
With my new Pluralsight course you’ll learn how to narrow the gap between the business/custome
Type
: Post
Tags
: .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/Automated-Acceptance-Testing-with-SpecFlow-and-Gherkin-Course
Creating Inline Data Driven Tests in xUnit
xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi
"Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..."
Type
: Post
Tags
: .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
Silverlight 3 - Detecting Network Availability
"One of the new SL3 features is the ability to test if there is a network connection currently active. This complements the out of browser experience by letting an app use local (isolated) storage when ..."
Type
: Post
Tags
: silverlight, silverlight 3, wpf, c#, oob, out of browser, sloob
http://dontcodetired.com/blog/post/Silverlight-3-Detecting-Network-Availability
Azure Functions Dependency Injection with Autofac
This post refers specifically to Azure Function V2. If you want to write automated tests for Azure F
Type
: Post
Tags
: azure functions, serverless, c#, cloud, .net
http://dontcodetired.com/blog/post/Azure-Functions-Dependency-Injection-with-Autofac
Silverlight & WPF - Binding to a specific item in a collection
"If you have a collection of items (for example a list of strings) that is assigned to the DataContext of a given XAML element (or parent element) you can use standard array index notation to get at a ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, wpf, xaml
http://dontcodetired.com/blog/post/Silverlight-WPF-Binding-to-a-specific-item-in-a-collection
50 App By Christmas: A New Challenge
"So I’ve been running this series: 50 Apps by Christmas. Currently I’ve got 29 new apps to create before Christmas 2013 (next week). As I’m not going to hit this (my book has been a higher priority) I ..."
Type
: Post
Tags
: windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, ayearofapps
http://dontcodetired.com/blog/post/50-App-By-Christmas-A-New-Challenge
Programmatically Closing the Onscreen Virtual Keyboard in Windows Phone Apps
"If you have a TextBox control in your Windows Phone app, and you want to allow the user to enter text and then close the on-screen keyboard when the “enter key” is tapped you can do the following. Sim ..."
Type
: Post
Tags
: windows phone
http://dontcodetired.com/blog/post/Programmatically-Closing-the-Onscreen-Virtual-Keyboard-in-Windows-Phone-Apps
Blogengine.net install on Discountasp.net
"After weighing up the options (or at least 2) for a .Net based blogging engine for DCT I've chosen Blogengine.Net over dasBlog. Have to run IIS 7 in Classic Application Pool Pipeline Mode , also ..."
Type
: Post
http://dontcodetired.com/blog/post/Blogenginenet-install-on-Discountaspnet
Beyond Simple Asserts with ApprovalTests
In a test, we are often testing (asserting) individual items such as an (int) age is correct or a st
Type
: Post
Tags
: approval tests, testing, qa, pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/Beyond-Simple-Asserts-with-ApprovalTests
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
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
New Course Update: Working with Files and Streams in C#
An newly updated version of my Working with Files and Streams in C# video training course is now ava
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
Accessing Entity Framework Entities In EntityDataSource Data-Bound Controls
"If using ASP.NET EntityDataSource and databound controls you may need to access the actual entity object being represented in the control, e.g. a data row in a table or a single entity in a FormView. ..."
Type
: Post
Tags
: .net, c#, asp.net, extension methods, web, databinding, entity framework, ef, orm, object relational mapping
http://dontcodetired.com/blog/post/Accessing-Entity-Framework-Entity-In-EntityDataSource-Data-Bound-Controls
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