| |
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.
|
21 Articles match "2008"
| Related DevelopMentor Courses | MORE | | Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). Microsoft recently announced the beta of Service Bus 1.0 for Windows Server. This is the on-premise version of the Azure Service Bus that so many have been asking for. There is a good walkthrough of the new beta in the MSDN documentation here including how to install it. For 1. DevelopMentor Courses - Wednesday, July 25, 2012 Roll Your Own REST-ful WCF Router Here are some resources I found helpful in getting my head around WCF addressing and message-handling and the mechanics of building a WCF routing service: WCF Addressing In Depth (MSDN Magazine June 2007) WCF Messaging Fundamentals (MSDN Magazine April 2007) Building a WCF Router, Part 1 (MSDN Magazine April 2008) Building a WCF Router, Part 2 (MSDN Magazine June 2008). Download the code for this post here. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. null ) { bool ? DevelopMentor Courses - Tuesday, April 24, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. while back I wrote a blog post on the Onion Architecture , an approach to building loosely-coupled applications where you can swap out particular components without affecting the rest of the application. GreetingService doesn’t care how IGreetingRepository is implemented. DevelopMentor Courses - Wednesday, May 23, 2012 |
492 Articles match "2008"
| The Latest from DevelopMentor | MORE | | People or the system? Fall 2008 issue. “the two view-points are always tenable. The one, how can you improve human nature until you have changed the system? The other, what is the use of changing the system before you have improved human nature?” George Orwell, “Charles Dickens” essay in Shooting and Elephant and Other Essays, Penguin Books I am sure I am not alone in exhibiting another of Orwellian trait: Double think. For several years I have been guilty of agreeing with two contradictory points of view: The Deming idea that the system governs how people will perform and act That no matter what system (e.g. Allan Kelly's Blog - Tuesday, March 26, 2013 Scrum, Scrum & Scrum However they have been renamed Scrum Masters - see my example from 2008. I’ve come to believe there are three different meanings of the term “Scrum” - well, three inside the software development community at least, if we consider sport we can probably add a fourth. This is the way I believe a lot of software people use the term Scrum. Although Agile is more than Scrum alone often (mostly?) when people say Scrum they mean some a general form of Agile, something with iterations, stand-up meetings, perhaps User Stories, perhaps some technical practices, etc. And that's ok.” Allan Kelly's Blog - Monday, November 5, 2012 Scopeless contacts: the problem ve been over this ground again and again, first in Why Do Requirements Change (2004), again in Changing Software Development (2008) and more recently in Dear Customer (2012). Further still: the iPhone was released in June 2007 and the AppStore in July 2008. I’ve discussed Agile contract models before and I’ve agued against points based contracts (‘Points based contracts? Just say No’) but the more I think about client-supplier software development contracts the more I think including any scope in the contract is asking for trouble. mean: “the work which will be done.” Grexit? Allan Kelly's Blog - Wednesday, August 15, 2012 | -
| The Best from DevelopMentor | MORE | - SQL Server 2008 R2 August CTP
Yesterday I downloaded and installed the August CTP of SQL Server 2008 R2, and today I played around with it for a while. This will be part of SQL Servr 2008 R2. Tags: SQL 2008 R2 SQL Server So, what are my impressions… Well, from a perspective of being a relational dev and internals guy, my immediate response is … “yawn – where is the beef. it is not much there, and I doubt we will see much more in coming releases. However, if I were a BI / reporting guy I’d be over the moon, and definitely look forward to future CTP’s! Managed Data - Tuesday, August 11, 2009 - MongoDB vs. SQL Server 2008 Performance Showdown
These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. GHz processor using the 64-bit versions of both SQL Server 2008 Standard and MongoDB 1.4.1. This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. highlighted two cornerstone reasons why you might ditch your SQL Server for the NoSQL world of MongoDB. Those were. Performance. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Setting up SQL Server 2008 Express with Profiler
and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. Here are the steps for these installations: Developer or Standard Edition of SQL Server 2008 R2: Trial Edition: [link]. SQL Server 2008 R2 Express Edition (database engine only): [link]. When I teach my DevelopMentor course on Entity Framework 4.0 In addition, the setup folks often have a hard time getting the permissions right. Execute SQLEXPR32_x86_ENU.exe, Tony and Zuzana's World - Thursday, August 5, 2010 - MongoDB vs. SQL Server 2008 Performance Showdown
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB – Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET … Continue reading → NoSQL Articles Visual Studio Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Remove Login box when anonymous users download office document from SharePoint Site
When developing Extranet/Internet site in SharePoint you often want to allow anonymous access and this works fairly well. But there is one are where the out of the box experience fails regarding anonymous access and that is when you allow the users to download Microsoft Office documents. In that case IE/Office pops up a couple of Login dialogs, if the user cancels out of these the document opens as expected, but you really don't want the user to have to cancel a couple of dialogs to open your documents. The essential code is fairly simple: Tags: SharePoint The Black Knight Sings - Wednesday, July 16, 2008 - Turn Default Upload Overwrite Off in WSS 3.0
By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. This time it's the AdditionalPageHead delegate we can use. So we add a feature with the following elements.xml file: Tags: SharePoin The Black Knight Sings - Thursday, August 21, 2008 - Verifying JavaScript with JSLint and Visual Studio
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts). To help keep ourselves in check, he’s made his JSLint tool available years ago, but I always found myself too lazy to copy/paste my script into the tool to verify it. finally decided to make this an almost instantaneous process. The source code for JSLint is written in, what else, JavaScript. Jason Diamond - Saturday, August 9, 2008 %>
| | |