Search results for 'Final ng 2022 Women'

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
Improved GridView & ListView Row Selection in ASP.NET 4.0 "Previous versions of GridView and ListView selection behaviour operating in a potentially confusing way to the user. For example, if the third row was selected and then page 2 was selected, the third ..." Type: Post
Tags : .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Improved-GridView-ListView-Row-Selection-in-ASPNET-40
Session State Compression in ASP.NET 4 "ASP.NET 4 introduces the ability to turn on compression of session data. Compression is disabled by default, to enable it modify the web.config file and set the new compressionEnabled attribute ..." Type: Post
Tags : .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Session-State-Compression-in-ASPNET-4
Patterns Panacea "The “Patterns Movement” seems to be gaining momentum with more developers becoming aware of the oft-quoted benefits of pattern re-use. Patterns are supposed to be the abstracted solution t ..." Type: Post http://dontcodetired.com/blog/post/Patterns-Panacea
Gherkin Cheat Sheet "Gherkin is a Business Readable Domain Specific Language. It allows the documentation of what a system should do in natural language (multiple languages are supported) and allows test automation code t ..." Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Gherkin-Cheat-Sheet
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
Albums to Code To "I did a little survey to ask what people’s favourite albums were to code to, here’s the results. Hopefully will give some ideas for some different aural code fuel. Artist name Album name Amon A ..." Type: Post
Tags : people, profession
http://dontcodetired.com/blog/post/Albums-to-Code-To
SilverKeys Part 3 "The UI (or should I say UX now?) is 90% complete (for this iteration that is) as the image below shows. There are a few bug fixes left to complete, plus I'd like to to some moderate re-factoring o ..." Type: Post
Tags : silverkeys, silverlight, wpf
http://dontcodetired.com/blog/post/SilverKeys-Part-3
FeatureToggle 2.2Released "Release 2.2 of FeatureToggle is now available via NuGet. This release adds a single new toggle: HttpJsonFeatureToggle. This toggle gets it's enabled state from a JSON HTTP endpoint. Configuration shou ..." Type: Post
Tags : featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-22Released
New Free C# 7.1: What's New Quick Start eBook My new free eBook “C# 7.0: What’s New Quick Start” is now complete and available f Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-C-71-Whats-New-Quick-Start-eBook
Software Development Wheel "In business/personal coaching there is an idea of a “wheel of life”. The idea is that you evaluate different dimensions of your life and plot them on a wheel. Ideally the wheel should be balanced (and ..." Type: Post
Tags : productivity, profession, personal development
http://dontcodetired.com/blog/post/Software-Development-Wheel
Countdown To Christmas 2009 Silverlight 3 app "For a bit of Silverlight 3 fun:   Use\install at: http://www.dontcodetired.com/live/christmascountdownbeta/ There are some things which need improving such as resizing when run out ..." Type: Post
Tags : c#, silverlight, silverlight 3, sloob, wpf, xaml, blend, out of browser
http://dontcodetired.com/blog/post/Countdown-To-Christmas-2009-SIlverlight-3-app
Upgrade exams for MCPD to Visual Studio 2008 "No dates as yet for upgrade exams, but if you're an existing MCPD (Windows, Web or Enterprise) you'll be able to take a single upgrade exam (except for Enterprise where 2 exams are required. & ..." Type: Post
Tags : mcpd, certification, microsoft
http://dontcodetired.com/blog/post/Upgrade-exams-for-MCPD-to-Visual-Studio-2008
Just Because You’ve Got a Cardwall Doesn't Mean You’re Agile "So you’ve got a bunch of people together to form a cross-functional team (developers, testers, BAs, etc.), you create you backlog, create a few columns on a wall and throw some cards on it. Agile comp ..." Type: Post
Tags : agile, process, quality, people
http://dontcodetired.com/blog/post/Just-Because-Youe28099ve-Got-a-Cardwall-Doesnt-Mean-Youe28099re-Agile
Throttle Your ASP.NET Connection Speed "As a tool to test responsiveness on slow connections Firefox Throttle is handy Firefox add-in. There is also an IE version. You can add a localhost throttle if you are using Visual Studios local web s ..." Type: Post
Tags : asp.net, firefox, internet explorer, silverlight
http://dontcodetired.com/blog/post/Throttle-Your-ASPNET-Connection-Speed
Using C# Keywords for Variable Names It’s possible to use C# keywords for variable names, etc. For example if we wanted a variable Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Using-C-Keywords-for-Variable-Names
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
Asp.net AJAX service proxy intellisense in external js "If you have service reference (e.g. to an AJAX Enabled WCF Service) in your ScriptManager (or ToolkitScriptManager): <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat=" ..." Type: Post
Tags : .net, asp.net, javascript, ajax, visual studio 2008, visual studio
http://dontcodetired.com/blog/post/Aspnet-AJAX-service-proxy-intellisense-in-external-js
FeatureToggle Version 2 Released "Version 2 of my open source feature toggling .Net library has just been released to NuGet. V2 introduces a number of breaking changes – see release notes. It also include binary Windows Store DLLs as ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-Version-2-Released
SilverKeys is Live "The first version of my Silverlight scale\chord finder is complete, it can be found at http://www.dontcodetired.com/live/silverkeys/ I'd like to improve the UX around the scale degrees, perha ..." Type: Post
Tags : silverkeys, silverlight, wpf, xaml
http://dontcodetired.com/blog/post/SilverKeys-is-Live