Search results for 'Investment sa sugal(ph365.mx)'

Understanding Azure Durable Functions - Part 10 The Monitor Pattern This is the tenth part in a series of articles. If you’re not familiar with Durable Functions Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-10-The-Monitor-Pattern
Understanding Azure Durable Functions - Part 9: The Asynchronous HTTP API Pattern This is the ninth part in a series of articles. If you’re not familiar with Durable Functions Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-9-The-Asynchronous-HTTP-API-Pattern
Developing a Windows 7 Phone App That Connects To Azure (a quick overview) "Installing Download and install VS 2010 RC (phone tools below don't currently work with RTM ver of VS 2010): http://www.microsoft.com/downloads/details.aspx?FamilyID=301c97f3-aecf-42ca- ..." Type: Post
Tags : .net, c#, silverlight, visual studio, visual studio 2010, windows phone 7, wp7
http://dontcodetired.com/blog/post/Developeing-a-Windows-7-Phone-App-That-Connects-To-Azure-(a-quick-overview)
Microsoft Feature Toggle Feature Flag Library: A First Look EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET Type: Post
Tags : C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look
Using PostgreSQL Document Databases with Azure Functions and Marten With the appearance of managed PostgreSQL databases on Azure, we can now harness the simplicity of M Type: Post
Tags : azure functions, azure, C#, marten, data, nosql
http://dontcodetired.com/blog/post/Using-PostgreSQL-Document-Databases-with-Azure-Functions-and-Marten
Februaries Windows 7 Phone Roundup "http://blogs.msdn.com/b/astebner/archive/2012/02/27/10273543.aspx "The Windows Phone SDK 7.1.1 Update – CTP provides a new 256 MB device emulator image and an updated 512 MB emulator, ..." Type: Post
Tags : windows phone 7, wp7
http://dontcodetired.com/blog/post/Februaries-Windows-7-Phone-Roundup
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
Push Notifications and Buttons with Microsoft Flow: Part 1 Microsoft Flow allows the creation of serverless cloud workflows. It is similar to services such as Type: Post
Tags : microsoft flow, azure, productivitypushseries
http://dontcodetired.com/blog/post/Push-Notifications-and-Buttons-with-Microsoft-Flow-Part-1
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
Logging Application Block: Event Types Quick List "A quick list of some event types you can raise using the Logging Application Block (http://microsoft.com) AdminMessageEvent AuditMessageEvent AuditOperationEvent ErrorMessageEvent ExternalError ..." Type: Post http://dontcodetired.com/blog/post/Logging-Application-Block-Event-Types-Quick-List
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints "Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..." 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-10)-Creating-the-Remaining-Responsive-Breakpoints
The Architect's Guide to Choosing Between HTML5 or Native Mobile Apps "Deciding between writing native apps or "cross platform" HTML5 apps is hard. It's an increasingly relevant debate as mobile and tablet usage continues to increase. As the usage of ..." Type: Post
Tags : mobile, user experience, ux
http://dontcodetired.com/blog/post/The-Architects-Guide-to-Choosing-Between-HTML5-or-Native-Mobile-Apps
Using Cyclomatic Complexity as an Indicator of Clean Code Cyclomatic complexity is one way to measure how complicated code is, it measures how complicated the Type: Post
Tags : c#, clean code, quality, metrics
http://dontcodetired.com/blog/post/Using-Cyclomatic-Complexity-as-an-Indicator-of-Clean-Code
Merging IEnumerable Sequences in C# with LINQ The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
Mocking in .NET Core Tests with Moq When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other Type: Post
Tags : testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
Write Less MVVM ViewModel Boilerplate Code with T4 "Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..." Type: Post
Tags : c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
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
A Feature Based Approach to Organising Test Code in BDDfy and Other Testing Frameworks "We want our test code to be as high quality as possible, this means smaller amounts of code duplication, reasonably easy to find where things are in Visual Studio, etc. One possible organization struc ..." Type: Post
Tags : teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/A-Feature-Based-Approach-to-Organising-Test-Code-in-BDDfy-and-Other-Testing-Frameworks
Terms of Use and Disclaimer DisclaimerThe information contained in this website is for general information purposes only. While Type: Page http://dontcodetired.com/blog/page/terms-of-use-and-disclaimer
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