| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
75 Articles match "Application","Windows"
| Related DevelopMentor Courses | MORE | | Mark Smith: MVVMHelpers for Windows 8 Metro I’ve been doing some Windows 8 Metro programming lately and to help with building more testable applications have ported the MVVMHelpers (mvvmhelpers.codeplex.com) over to Metro/.NET NET 4.5. This post is intended to introduce the functionality and show it off a little. … Continue reading → DevelopMentor Courses - Thursday, June 21, 2012 Enabling Tincr on Windows 8 This works really well with one exception, on Windows 8 it will not install. When you try Chrome shows the following error message: This application is not supported on this computer. Basically his solution is to run Chrome in Windows 7 compatibility mode and install Tincr. Some time ago I posted a blog post on Tincr and live reloading of CSS/JavaScript in Google Chrome. Installation has been disabled. The Chromium team has acknowledged this as a bug but it still needs to be fixed. After that Chrome can be started in the normal way and Tincr will work just fine. Enjoy! The Problem Solver - Friday, December 21, 2012 jQuery UI and touch screens I really like using jQuery UI in my web applications. It works perfectly with a mouse but with an iPad all you do is drag the whole browser window. But even though jQuery UI is very well tested there are some potential issues to keep in mind. One of those is using the jQuery UI controls on touch devices like the iPad. With these touch enabled devices becoming more and more popular support is quite important if you don’t know you exact client configuration. The problem The reason jQuery UI doesn’t always work out of the box is because they use the mouse events. Enjoy The Problem Solver - Monday, September 17, 2012 |
185 Articles match "Application","Windows"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Robomongo, price: $0 / open-source, platforms: Windows, OS X, Linux. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. Mongovue , price: $0 / $35 / $up, platforms: Windows. MongoVUE is an innovative MongoDB desktop application for Windows OS that gives you an elegant and highly usable GUI interface to work with MongoDB. Import relational data from MySQL or SQLServer into MongoDB automatically and start building your applications right away. LINQPad, , price: $0 / $39, platforms: Windows. SQL Server Management Studio ). link]. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Using optimistic concurrency with RavenDB These days that is usually not the case and with web applications that is completely impossible due to the stateless nature of the web. Looking at the RavenDB server window you will see all interactions. Whatever database your are using, relational or document, there is one thing you can be certain of as soon as you get a second user of the system and that is concurrency conflicts. It may not happen often but eventually it will happen that two users load the same document, make some changes to it and save it back to the database. So this one is out. store = new DocumentStore. {. The Problem Solver - Wednesday, January 30, 2013 Using optimistic concurrency with RavenDB These days that is usually not the case and with web applications that is completely impossible due to the stateless nature of the web. Looking at the RavenDB server window you will see all interactions. Whatever database your are using, relational or document, there is one thing you can be certain of as soon as you get a second user of the system and that is concurrency conflicts. It may not happen often but eventually it will happen that two users load the same document, make some changes to it and save it back to the database. So this one is out. store = new DocumentStore. {. The Problem Solver - Wednesday, January 30, 2013 | -
| The Best from DevelopMentor | MORE | - Books on Windows Phone 7 development
Here are some books for people that are looking to get into Windows Phone 7 development (some are pre-order only at this time): Microsoft XNA Framework Programming for Windows Phone 7. Microsoft Silverlight Programming for Windows Phone 7. Windows Phone 7 Plain & Simple. Developing Windows Phone 7 Applications. Windows Phone 7 The Blomsma Code - Thursday, December 2, 2010 - Windows Workflow Foundation 4 and persistence
Consider setting InstanceStore.DefaultInstanceOwner to share the store among many applications. The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is subclass the InstanceStore and create your own. So what can we do with the SqlWorkflowInstanceStore? Notice I left out the WorkflowInvoker. How about the WorkflowServiceHost? Enjoy! The Problem Solver - Thursday, November 19, 2009 - Securing a Workflow Service using Windows Identity Foundation
The way security is often still handled these days with each application keeping track of their own users is somewhat dated. Some form of Federated security, where a single separate server is responsible for the security of a whole series of applications, is the way to go. On the internet there are plenty of examples of this with applications using things like OAuth and leaving their security to others. Before we start we need to install Windows Identity Foundation and the related WIF SDK using the two links provided. How about securing a workflow service? try. {. The Problem Solver - Friday, September 24, 2010 - Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. This type is a custom exception created as part of my wf application - it's not part of.NET. hope you find this library adds significant value to unit testing of your Windows Workflows. Personally, I think it makes unit testing of your Windows Workflows practical in the real world. It is not a framework like HarnessIt , NUnit , or MsTest. Enjoy! Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - Workflow Services and Windows Phone 7
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC site hosting the workflow service. The PowerPoint presentation can be found here. It was a fun session on a fun event www.TheProblemSolver.nl www.dotnetevents.nl.NET Workflow WCF WF4 ASP.NET VS2010 WP7 AppFabric DotNed Azure The Problem Solver - Saturday, February 5, 2011 - Windows Phone & Gaming
At BAND last night I had some interesting discussions about Windows Phone and as Daniel showed me the racing game on the Zune it suddenly hit me. Windows Phone is not going to be a iPhone killer, at least not based on a single feature that will blast the iPhone away. Everything I’ve seen so far about Windows Phone makes it equal to the iPhone as a phone, but the focus on XNA and XBox Live integration will make it that everyone that has an XBox is going to want to have one… It’ll be interesting to see if my hunch is right. Time will tell. The Blomsma Code - Wednesday, May 26, 2010 - Enabling Tincr on Windows 8
This works really well with one exception, on Windows 8 it will not install. When you try Chrome shows the following error message: This application is not supported on this computer. Basically his solution is to run Chrome in Windows 7 compatibility mode and install Tincr. Some time ago I posted a blog post on Tincr and live reloading of CSS/JavaScript in Google Chrome. Installation has been disabled. The Chromium team has acknowledged this as a bug but it still needs to be fixed. After that Chrome can be started in the normal way and Tincr will work just fine. Enjoy! The Problem Solver - Friday, December 21, 2012 %>
| | |