Jemm

Stories kicked by Jemm

Kanban Distilled(kanbandistilled.com)

submitted by powerrushpowerrush(3873) 2 years, 6 months ago

A very quick but helpful description of the Kanban agile software development process. read more...

add a comment |category: |Views: 370

tags: another

Pass Number 1: ActiveRecordEngine for ASP.NET « Rob Conery(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 6 months ago

Rob is looking for feedback read more...

add a comment |category: |Views: 227

tags: another

Magellan framework(paulstovell.com)

submitted by JemmJemm(9604) 2 years, 6 months ago

"Magellan is a lightweight framework that makes it easy to build WPF navigation applications. The design is drawn deeply from the ASP.NET MVC framework, and it should feel familiar to anyone who has worked with ASP.NET MVC." read more...

add a comment |category: |Views: 49

tags: another

Don Box - Perspectives on SOAP, Programming Data and M(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

Erik Meijer, programming language and library designer, chats with Don Box about the history of SOAP, model-based programming, data and M. read more...

add a comment |category: |Views: 117

tags: another

Window Azure Blob Caching - Life on he Edge(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 6 months ago

Microsoft has just announced the Windows Azure Content Delivery Network (CDN). This is a new network edge caching service built upon Windows Azure that provides improved blob retrieval performance by locating blobs near the point that they are requested. Blobs can be retrieved either from a Windows Azure storage account directly or from a local point of presence node based on the request URL and whether the data is currently available at the local node. read more...

add a comment |category: |Views: 70

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

What Makes Windows 7 A “Killer” OS(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 6 months ago

Randall C. Kennedy at InfoWorld in a recent blog post compares Windows 7 to its predecessors, XP and Vista, and reveals what is Windows 7’s real killer feature. In his words, it is not because Windows 7 fixes Vista's issues, or Windows 7 has a new user interface, or Windows 7 is somewhat lighter than Vista. It is because Windows 7 has better scalability. Click here to find out his explanation in more detail. read more...

add a comment |category: |Views: 389

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

Visual Studio 2010 Gallery - RegEx Editor(blogs.msdn.com)

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

Regular expressions provide a concise and flexible means for identifying strings of text, such as particular characters, words, or patterns of characters. A regular expression is a special text string for describing a search pattern. Now, you can the ability to develop and test your Regex expressions INSIDE Visual Studio 2010. It’s and one of the many, many awesome extensions provided for our latest IDE. read more...

add a comment |category: |Views: 359

tags: another

Spec Explorer for Visual Studio(blogs.msdn.com)

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

Spec Explorer 2010 is a tool that extends Visual Studio for modeling software behavior, analyzing that behavior by graphical visualization, model checking; and generating standalone test code from models. Behavior is modeled in two ways: by writing rule machines in C# (with dynamic data-defined state spaces) and by defining scenarios as action patterns in a regular-expression style. One of Spec Explorer’s major features is the ability to compose models written in these two styles. This technique enables users to slice out test cases from large state machines by defining relevant scenarios, thus tackling the notorious state-space explosion problem pervasive in model-based testing. Spec Explorer also supports combinatorial interaction testing with a rich set of features. read more...

add a comment |category: |Views: 158

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

Automating Azure(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 7 months ago

We are getting pretty close to the commercial release of the Windows Azure Platform at Microsoft’s Professional Developers Conference in November. We recently released a set of PowerShell cmdlets that you can use to automate the management of your Windows Azure applications.  Using these cmdlets you can add or remove an existing deployment. You can also upgrade an application or part of an application. read more...

add a comment |category: |Views: 74

tags: another

Extending Enumerations (fun with Enum<enum> and Attributes)(isi-net.com)

submitted by RMuthRMuth(80) 2 years, 7 months ago

Enums are just great, but not very user friendly once you get past simple one word names. In this article I will show you how to make them far more usable via Attributes. We will be able to give them a user friendly name, parse strings to enum based on the enum’s value, member description, and user friendly description, and created orders lists and dictionaries. read more...

add a comment |category: |Views: 377

tags: another

Introduction to Business Intelligence – Important Terms & Definitions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 7 months ago

What is Business Intelligence Business intelligence (BI) is a broad category of application programs and technologies for gathering, storing, analyzing, and providing access to data from various data sources, thus providing enterprise users with reliable and timely information and analysis for improved decision making. .... and many more.... read more...

add a comment |category: |Views: 210

tags: another

Understanding Public Clouds: IaaS, PaaS, and SaaS(keithpij.com)

submitted by wzackwzack(1968) 2 years, 7 months ago

In this blog post Keith Pijanowski describe Cloud Computing in terms of Infrastructure as a Service (Iaas), Platform as a Service (PaaS) and Software as a Service (SaaS). To guide this discussion he answers the following questions for each of these Cloud offerings:Who is the customer? What service is being provided?, What is being hosted? What is the pricing structure? What are some real world examples? read more...

add a comment |category: |Views: 247

tags: another

IoC, SRP and DI best practices(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 7 months ago

A blog post summing some of real world IoC experiences in 5 "laws" read more...

add a comment |category: |Views: 627

tags: another