|
|
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.
|
6 Articles match "Magazine","Public"
|
The Latest from DevelopMentor
|
MORE
|
|
EF 4.0 N-Tier Support: Take 2
About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. public interface INorthwindService
{
[ OperationContract ]
Product GetProduct( int productId);
[ OperationContract ]
Order GetOrder( int orderId);
[ OperationContract ]
Order SaveOrder( Order order);
[ OperationContract ]
void DeleteOrder( Order order);
}
public Order GetOrder( int orderId)
{
using Following the release of Visual Studio 2010 and .NET NET 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
How I quit reading about politics
I used to read stacks of political magazines in the 90s. In 2004 The New Republic and The National Review formed a joint website called Opinion Duel , in which a writer from each magazine would debate a topic. I finally understood that public policy debates are no better than political debates. All the debates quickly degenerated into flame wars, albeit with expensive Ivy League vocabularies. Both sides twisted facts, misrepresented their opponent’s arguments, made snide remarks, and were basically jerks.
Handwaving
- Friday, September 11, 2009
New writing and events: Downturn & Product Management
The couple of weeks is also busy with some public events coming up: • ACCU Conference : I’m delivering a keynote, a regular session and co-ordinating a set of pattern talks with Kevlin Henney. (This This starts on Wednesday next week and I believe there are a few places remaining.) • Brighton Agile Forum have invited me to speak on 11 May • ACCU London is hosting Jeff Sutherland on 21 May I’ve had some new articles published elsewhere recently: • Agile in the Downturn is in this months Agile Journal • ACCU Overload 90 April 2009 (whole journal download) continues my On Management
Allan Kelly's Blog
- Wednesday, April 15, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
Then I heard through some inside sources that this MSDN Magazine article was about
to TestClass] public class WorkflowTests
: wfRunner = new WfRunner();
[TestMethod] public void SellStockComputesCostCorrectlyTest()
{ StockDTO
dto TestClass] public class WorkflowTests
: This post describes a unit testing library for testing Windows Workflow Foundations.
It It
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
EF 4.0 N-Tier Support: Take 2
About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. public interface INorthwindService
{
[ OperationContract ]
Product GetProduct( int productId);
[ OperationContract ]
Order GetOrder( int orderId);
[ OperationContract ]
Order SaveOrder( Order order);
[ OperationContract ]
void DeleteOrder( Order order);
}
public Order GetOrder( int orderId)
{
using Following the release of Visual Studio 2010 and .NET NET 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
-
Better N-Tier Concurrency Management for the Entity Framework
I just wrote an article for MSDN Magazine (due out in December) about developing n-tier applications for both LINQ to SQL and the Entity Framework. public static TEntity CreateEntityFromObject<TEntity>
( this ObjectContext context,
string entitySetName, object dto)
where TEntity : IEntityWithKey , new ()
{
// Create a new entity
TEntity entity = new TEntity();
// Copy properties
foreach ( PropertyInfo dtoProp in dto.GetType().GetProperties())
While researching the topic, I noticed a certain awkwardness with the Entity Framework API when it came to managing concurrency with a timestamp fields, as compared with LINQ to SQL.
Tony and Zuzana's World
- Saturday, November 8, 2008
-
How I quit reading about politics
I used to read stacks of political magazines in the 90s. In 2004 The New Republic and The National Review formed a joint website called Opinion Duel , in which a writer from each magazine would debate a topic. I finally understood that public policy debates are no better than political debates. All the debates quickly degenerated into flame wars, albeit with expensive Ivy League vocabularies. Both sides twisted facts, misrepresented their opponent’s arguments, made snide remarks, and were basically jerks.
Handwaving
- Friday, September 11, 2009
-
New writing and events: Downturn & Product Management
The couple of weeks is also busy with some public events coming up: • ACCU Conference : I’m delivering a keynote, a regular session and co-ordinating a set of pattern talks with Kevlin Henney. (This This starts on Wednesday next week and I believe there are a few places remaining.) • Brighton Agile Forum have invited me to speak on 11 May • ACCU London is hosting Jeff Sutherland on 21 May I’ve had some new articles published elsewhere recently: • Agile in the Downturn is in this months Agile Journal • ACCU Overload 90 April 2009 (whole journal download) continues my On Management
Allan Kelly's Blog
- Wednesday, April 15, 2009
-
Blog entry 1: What do I hope to achieve by Blogging?
As some people know I’ve not been particularly keen on blogging, so, since this is a blog, indeed my blog, that raises the question: Why? In a future entry I’ll write about why I don’t like the word why but for now lets rewrite the question: What do I hope to achieve by writing a blog? Well, I first got thinking about blogging about 18 months ago when I was at XTC ( Extreme Tuesday Club ) when Chris Matts asked “Do you blog?” So, I’ve spent 18 months thinking about this and now I have a need. For about 5 or 6 years now I’ve been writing magazine pieces. Mainly these
Allan Kelly's Blog
- Monday, May 16, 2005
|
|
|