Home
Archive
Contact
Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'
Determine site’s absolute, fully-qualified url in asp.net
" I'm working on a Silverlight media player like you get on MySpace and other sites. The app is meant to be as simple as possible, so i've created a Silverlight-enabled WCF service which r ..."
Type
: Post
Tags
: silverlight, c#, wcf, asp.net
http://dontcodetired.com/blog/post/Determine-sitee28099s-absolute-fully-qualified-url-in-aspnet
Finding Colour Inspiration: Paint Sample Cards
"When designing an app or website it can be hard to come up with inspiration for colour ideas. One place to look is the local hardware/DIY store. These stores usually have colour sample cards from the ..."
Type
: Post
Tags
: design, colour, ui, ux
http://dontcodetired.com/blog/post/Finding-Colour-Inspiration-Paint-Sample-Cards
Actor Models Come to .NET Developers with Akka.NET
Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
Arrange Act Assert Comments in Tests
"The Arrange, Act, Assert (AAA) pattern is used in tests to help organise and clarify test code. It can also help to spot potential problems in test code if these three phases don’t seem to exist. The ..."
Type
: Post
Tags
: testing, c#
http://dontcodetired.com/blog/post/Arrange-Act-Assert-Comments-in-Tests
Switchable Actor Behaviour in Akka.NET
One of the things that actors can do is change their behaviour in response to an incoming message. T
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Drag and Drop in Silverlight 4
"To enable drag and drop support on a Silverlight UIElement the AllowDrop property needs to be set to True (it is false by default). The Drop event can now be subscribed to, in which the dropped item(s ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Drag-and-Drop-in-Silverlight-4
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
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
Writing Azure Cosmos DB Data from Azure Functions
This is the third part in a series of articles. In part 2 of this series we saw how to read data fro
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Writing-Azure-Cosmos-DB-Data-from-Azure-Functions
Notification Window "toast" in Silverlight 4
"To create "toast" notifications (small popup messages that appear at the bottom right on Windows) the NotificationWindow class can be used. NotificationWindow will only work in out-of-b ..."
Type
: Post
Tags
: .net, c#, out of browser, oob, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Notification-Window-toast-in-Silverlight-4
Right Click and Context Menu Support in Silverlight 4
"Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
Useful Colour Scheme Designer
"This is pretty handy, you can choose colour scheme (complimentary etc.). Looking at the source, makes use of jquery, at first i though it was a Flash\Silverlight app but lloks like it's pure javas ..."
Type
: Post
Tags
: ui design
http://dontcodetired.com/blog/post/Useful-Colour-Scheme-Designer
Reading Azure Cosmos DB Data In Azure Functions
This is the second part in a series of articles. In addition to triggering a function when Cosmos DB
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Reading-Azure-Cosmos-DB-Data-In-Azure-Functions
Understanding Azure Durable Functions - Part 5: Getting Results from Orchestrations
This is the fifth part in a series of articles. As we learned earlier in this series, a client funct
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-5-Getting-Results-from-Orchestrations
ICYMI C# 8 New Features: Write Less Code with Using Declarations
This is part 2 in a series of articles. One nice little enhancement introduced in C# 8 helps to simp
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Write-Less-Code-with-Using-Declarations
Variables? We Don’t Need No Stinking Variables - C# Discards
C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
WebMethodAttribute.CacheDuration Property
"When creating a web service based data abstraction layer / façade, if you have methods that return “type” tables such as counties/states or employee types; caching the response to these requests impro ..."
Type
: Post
http://dontcodetired.com/blog/post/WebMethodAttributeCacheDuration-Property
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
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
Using client certification authentication in web services in .NET
"Applies to.NET 1.1IIS 6Windows 2003 ServerWindows XP (as client) 1. Obtain trial SSL server certificate (e.g. from Verisign) and install to IIS 6;2. On client machine, obtain personal “client” certif ..."
Type
: Post
http://dontcodetired.com/blog/post/Using-client-certification-authentication-in-web-services-in-NET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20