Search results for 'Final ng 2022 Women'

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)
Run Local Development and Store-Installed Versions of Windows Store Apps Side-by-Side "If you’ve released a Windows Store app and you want to actually use the released version yourself on the same machine you develop the app on, running the dev version from Visual Studio may overwrite t ..." Type: Post
Tags : opensource, windows 8 apps, windows store apps
http://dontcodetired.com/blog/post/Run-Local-Development-and-Store-Installed-Versions-of-Windows-Store-Apps-Side-by-Side
New Pluralsight Course: C# Tips and Traps 2 My latest Pluralsight course has just been released. It’s the follow-up course to the popular Type: Post
Tags : .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps-2
New Pluralsight Course: SpecFlow Tips and Tricks My latest Pluralsight course was released today: SpecFlow Tips and Tricks is a short course to help Type: Post
Tags : .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/New-Pluralsight-Course-SpecFlow-Tips-and-Tricks
New FeatureToggle Release: v3.4 With Fluent Syntax "FeatureToggle is an open source feature toggling / feature switching library for .NET.Version 3.4 Introduces an new additional way to get the value of whether a toggle is enabled or not.In versions to ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/New-FeatureToggle-Release-v34-With-Fluent-Syntax
A Simple Menu Roll-over using jQuery and CSS "The following ASP.NET page shows a simple example of a menu created using a combination of CSS and jQuery. The menu is defined as an unordered list (which makes semantic sense) and styled with CS ..." Type: Post
Tags : asp.net, css, html, javascript, jquery
http://dontcodetired.com/blog/post/A-Simple-Menu-Roll-over-using-jQuery-and-CSS
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
Free Microsoft Technical Roadshows "MS are giving a number of technical briefings including .NET and SQL Server 2005… Tuesday 12th and Wednesday 13th April 2005Edinburgh, The Corn Exchange Tuesday 24th and Wednesday 25th May 200 ..." Type: Post http://dontcodetired.com/blog/post/Free-Microsoft-Technical-Roadshows
Free eBook C# 6.0: What’s New Quick Start Complete My new free eBook “C# 6.0: What’s New Quick Start” is now complete and available f Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-60-Whate28099s-New-Quick-Start-Complete
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
Approval Tests: Assert With Human Intelligence In the previous article I described how the Approval Tests library can help reduce the amount of ass Type: Post
Tags : .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
xUnit.net 2 Cheat Sheet To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet
March Windows Phone 7 Roundup "Windows Phone SDK 7.1.1 Update Now Available "it’s the final version of the CTP we released last month, and enables Windows Phone developers to do two things: Develop apps that work w ..." Type: Post
Tags : windows phone 7, wp7
http://dontcodetired.com/blog/post/March-Windows-Phone-7-Roundup
Open Source Thanks "In a previous post (5 Ways to Contribute to Open Source - It’s Not All Code) I mentioned the simplest way to be involved in open source is to simply Tweet about the project or by saying thanks to the ..." Type: Post
Tags : open source, people, profession
http://dontcodetired.com/blog/post/Open-Source-Thanks
C# 7.0: What’s New Quick Start eBook Early Access Just as I created the free C# 6.0: What’s New Quick Start eBook, I will be writing a new book Type: Post
Tags : c#, .net, writing
http://dontcodetired.com/blog/post/C-70-Whats-New-Quick-Start-eBook-Early-Access
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
30 Pluralsight Courses "My new Pluralsight course Stateful Reactive Concurrent SPAs with SignalR and Akka.NET was just published, this brings my total number of courses to 30. I’ve always loved teaching and sharing and being ..." Type: Post
Tags : .net, akka.net, actor model, pluralsight courses
http://dontcodetired.com/blog/post/30-Pluralsight-Courses
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)
FeatureToggle v4 Released "Version 4 of FeatureToggle is now released. This release adds initial support for .NET Core. Example code. Release notes. Breaking Changes: Min framework now 4.6.1 / .NET Standard 1.4 Windows 8.n, ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-Released
encrypt and decrypt app.config in .NET 2.0 "To encrypt, decrypt app.config file… private void button1_Click(object sender, EventArgs e){ UnProtectSection(”connectionStrings”);} private void button2_Click(object sender, Eve ..." Type: Post http://dontcodetired.com/blog/post/encrypt-and-decrypt-appconfig-in-NET-20