Lear

Stories kicked by Lear

jQuery AJAX calls to a WCF REST Service(www.west-wind.com)

submitted by LearLear(1195) 6 months, 16 days ago

In this post I'll show how you can use jQuery to call a WCF REST service without requiring the ASP.NET AJAX ScriptManager and the client scripts that it loads by default. read more...

add a comment |category: |Views: 7

tags: another

Why Do "Not Windows Store"?(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 8 months, 7 days ago

On Friday we released an open source alternative to the Windows Store for Windows 8 Apps called the "Not Windows Store". Why? Will people even want unverified apps? Aren't multiple app stores a detriment to end users? read more...

2 comments |category: |Views: 95

tags: another

Integrating JavaScript and C# with Script#(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 9 months, 3 days ago

Have you ever had an enum in your server code that you wanted to access in client side code? Or wanted the safety of compile time errors when there are discrepancies between your server-side and client-side code? Or had a C# Data Transfer Object (DTO) that you wanted to enable Intellisense for in JavaScript? I hadn't found a good solution either ... until now. read more...

add a comment |category: |Views: 29

tags: another

Advanced Burn Up Charts(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 1 year, 1 month ago

The problem is that burndown charts lack two essential pieces of information. First, how much work was actually accomplished during a given iteration (as opposed to how much work remains to be completed) and second how much total work the project contains (or if you prefer how much scope has increased each iteration). read more...

add a comment |category: |Views: 3

tags: another

Type-Safe Entity Framework Include(www.nearinfinity.com)

submitted by LearLear(1195) 1 year, 6 months ago

Unlike many ORM solutions MS Entity Framework does not lazy fetch accessed tables. Coming from LINQ to SQL I didn't like this feature at first because it meant adding a bunch of loosely typed include statements to every SQL call. But I quickly realized the performance benefits, not to mention the N+1 problem just goes away. But, I still had heartburn over the loose typing of the include statement, so I came up with my own strongly typed include. read more...

add a comment |category: |Views: 26

tags: another

Death to the DAO and How to Test LINQ (rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 1 year, 10 months ago

Occasionally I hear complaints that LINQ is hard to unit test. These complaints aren’t about LINQ to objects, mind you, they’re specific to the complexities of the flavors of LINQ that turn C# code into something else like SQL or CAML using expression trees. The most common technologies are LINQ to SQL, the Entity Framework, or in my case at the moment LINQ to SharePoint. In this post I’m going to propose a technique that makes testing LINQ not just easy, but downright elegant – assuming you’re ok with extension methods – lots of extension methods. And assuming you’re ready to kill your Data Access Objects (DAO) tier. read more...

add a comment |category: |Views: 438

tags: another

Client Side AJAX Applications in SharePoint 2010 - Part 3(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 2 months ago

The last part in a three part series that explores building client side AJAX applications with ASP.Net AJAX 4 Templating and the WCF Data Services (aka ADO.Net Data Services, aka oData, aka Astoria) in SharePoint 2010. This part focuses on writing data back to SharePoint lists with ASP.Net AJAX Templates. read more...

add a comment |category: |Views: 8

tags: another

Client Side AJAX Applications in SharePoint 2010 - Part 2(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 2 months ago

Part two of a three part series that explores building client side AJAX applications with ASP.Net AJAX 4 Templating and the WCF Data Services (aka ADO.Net Data Services, aka oData, aka Astoria) in SharePoint 2010. Part two shows how to create an application page in Visual Studio 2010 and then write a simple ASP.Net AJAX 4 Template page. read more...

add a comment |category: |Views: 9

tags: another

Client Side AJAX Applications in SharePoint 2010 - Part 1(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 2 months ago

Part one of a three part series that explores building client side AJAX applications with ASP.Net AJAX 4 Templating and the WCF Data Services (aka ADO.Net Data Services, aka oData, aka Astoria) in SharePoint 2010. Part one focuses on the WCF Data Services aspects of SharePoint 2010. read more...

add a comment |category: |Views: 95

tags: another

Silverlight for Windows Phone 7 is NOT the same full Silverlight 3 RTM(silverlighthack.com)

submitted by bartczernickibartczernicki(503) 2 years, 2 months ago

This article lists the differences between the Silverlight mobile and Silverlight 3 RTM runtimes. Even though Microsoft announced that there is not "Silverlight Lite" version, there are plenty of differences to be aware of between the two runtimes. read more...

add a comment |category: |Views: 11

tags: another

[video] How To Create Burndown Charts For User Stories in SharePoint(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 3 months ago

This 13 minute screencast shows you how to create a user stories list in SharePoint and build burn up and burn down charts off of the data using Microsoft Excel. It includes the custom fields you'll need in SharePoint, the formula's you'll have to create in Excel, and shows tips along the way like how to simplify refreshing your reports when data changes. read more...

add a comment |category: |Views: 33

tags: another

Visual Studio 2010 and Team Foundation Server 2010 Beta 2 virtual imag(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 4 months ago

Here’s a great way to get up-to-speed with Visual Studio 2010 and Team Foundation Server 2010…download the complete virtual images and get started! Choose one of the three virtualization options below: Visual Studio 2010 Beta 2 (Hyper-V) Visual Studio 2010 Beta 2 (Windows [7] Virtual PC) Visual Studio 2010 Beta 2 (Virtual PC 2007 SP1) Microsoft Visual Studio 2010 Ultimate provides an integrated environment of tools and server infrastructure that simplifies the entire application development process. read more...

4 comments |category: |Views: 165

tags: another

Business Process Modeling for Software Developers(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 5 months ago

As a software developer I never thought I'd be saying this (I suppose eight years of working for the company that invented this technique might bias me), but you can not underestimate the value of business process modeling when starting a new project. This is especially true if it's a small project and you don't have the benefit of a dedicated requirements analyst. As a consultant (or as a person who is learning someone else's business) your job is to understand your customers existing business better than they do themselves. And you need to be on the same page with others regarding how you are going to change their day to day functions. And that's what business process modeling is for. You may ignore this document after the first week on the project, in fact I would encourage you to. But even if you throw it away immediately after creating it, the process of developing the document will still: * Flush out important questions * Show your customer you understand their world * Help document the project to other developers * Facilitate communication (especially with the people who pay the bills) * Generate user stories (requirements) * Identify the entities that can feed into an Entity Relationship Diagram (or database I suppose) * Aid making good choices for the decisions it be hard to undo later (like whether to manually code workflows or use Windows Workflow Foundation) * More clearly identify pain points and areas where your software can help end users; and * Identify metrics that can help determine project success from an ROI and product owner's perspective Convinced this is a tool you need in your toolbelt yet? As long as the answer isn't "I only write code leave me alone" then check out this quick how-to: read more...

add a comment |category: |Views: 9

tags: another

Ruby on Rails, a Microsoft Developer's Perspective(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 6 months ago

Ever wondered what it would be like to branch out of the Microsoft world after being immersed in it for twelve years? read more...

add a comment |category: |Views: 17

tags: another

SharePoint 2010 Expectations Meet Reality(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 2 years, 7 months ago

A list of ten current SharePoint failures (such as testability, lack of referential integiry, poor usability, etc), and how SharePoint 2010 resolves or fails to resolve each one. read more...

add a comment |category: |Views: 13

tags: another

TFS Sucks, here is a list why(nearinfinity.com)

submitted by josephfjosephf(235) 2 years, 8 months ago

If you are thinking about using TFS here is a list of reasons why TFS sucks for SCM. Any suggestions on making these annoyances go away is very welcome. read more...

14 comments |category: |Views: 2446

tags: another