DotNetShoutout - Latest published stories in Architecture (page 47)
4
Shouts

Entity Framework 4 - Modified Self-Tracking Entity framework that supports Code-Only and Persistence Ignorance

published 1164 days, 12 hours, 22 minutes ago posted by adebeeradebeer 1165 days, 38 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Friday, March 12, 2010 12:37:45 AM GMT
In this post I'll share with you a customised version of the VS2010 RC Self-Tracking framework that supports code-only. A persistent ignorant data access layer is also included. (more)
category: Architecture | clicked: 0 | comment | | source: codenition.blogspot.com
tags: IoC, Entity Framework, Visual Studio 2010
5
Shouts

Memory Leak with delegates and workflow foundation

published 1164 days, 12 hours, 22 minutes ago posted by omaralzabiromaralzabir 1167 days, 18 hours, 50 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Tuesday, March 09, 2010 6:25:17 AM GMT
Memory Leak with delegates and workflow foundation Recently after Load Testing my open source project Dropthings, I encountered a lot of memory leak. I found lots of Workflow Instances and Linq Entities were left in memory and never collected. After profiling the web application using .NET Memory Profiler, it showed the real picture: It shows you that instances of the several types are being created but not being removed. You see the “New” column has positive value, but the “Remove” column has 0. Tha... (more)
category: Architecture | clicked: 4 | comment | | source: weblogs.asp.net
tags: WWF, C#
7
Shouts

Debugging .Net framework source code within Windbg

published 1165 days, 12 hours, 59 minutes ago posted by reshmireshmi 1166 days, 13 hours, 8 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 12:06:53 PM GMT
One the coolest thing Microsoft did was to release the .NET Framework source code. In this post, I am going to demonstrate, how we could have a break-point on the .NET framework source code by line numbers ,using Windbg ,very similar to doing in  VS.NET. The first step towards doing this is to download .NET Framework Source Code and installing it on the local machine. The next step is to set the symbol path environment variable. My NTSYMBOL_PATH is set to SRVd:\dev\symbolshttp://referencesource.mic... (more)
category: Architecture | clicked: 2 | comment | | source: bit.ly
tags: .NET Framework, SOS, WinDbg, Debugging, SOSEX
6
Shouts

How To Get Diagnostic Data From Services Running In The Windows Azure Cloud - Paul Mehner

published 1165 days, 12 hours, 59 minutes ago posted by DustinDustin 1166 days, 4 hours, 22 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 8:53:49 PM GMT
Each instance of Windows Azure Service Role runs its own monitor to gather its own instance specific diagnostic data. The problem that immediately presents itself is knowing what exactly is being collected, where the data is being saved, and how to retrieve it for inspection. The purpose of this blog post is to illuminate these areas a little bit better. So lets start at the beginning… When you create a new Windows Azure Web Role, Visual Studio will automatically add a boilerplate WebRole.cs file to you... (more)
category: Architecture | clicked: 0 | comment | | source: www.wintellect.com
tags: Cloud, Windows Azure, Azure
6
Shouts

Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2 - Code Update

published 1165 days, 12 hours, 59 minutes ago posted by kitchaiyongkitchaiyong 1166 days, 20 hours, 59 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:15:51 AM GMT
Code Re-factoring for the sample project attached with the post Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2. Brief explanation of the changes are included. (more)
category: Architecture | clicked: 3 | comment | | source: www.kitchaiyong.net
tags: Repository, Specification, Unit of Work, entity framework 4.0
5
Shouts

.NET Generics - What's all the fuzz about?!

published 1165 days, 12 hours, 59 minutes ago posted by ZteffZteff 1167 days, 1 hour, 58 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Tuesday, March 09, 2010 11:17:23 PM GMT
The .NET Framework provides some pretty neat possibilities with generic classes. This small blog post takes a beginners look at the subject. (more)
category: Architecture | clicked: 0 | comment | | source: blog.quindo.dk
6
Shouts

Nizar's .NET Blog » Strategy Pattern at work

published 1166 days, 13 hours, 46 minutes ago posted by noorani786noorani786 1167 days, 9 hours, 4 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 4:11:24 PM GMT
An example of the usage of the Strategy pattern to maintain customizations for customers from different countries. (more)
category: Architecture | clicked: 4 | comment | | source: nizarnoorani.com
tags: Design Pattern, Strategy
10
Shouts

Innovation Showcase : Your Rx.NET Prescription has been re-filled

published 1166 days, 13 hours, 46 minutes ago posted by jbarnesjbarnes 1168 days, 7 hours, 24 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 5:51:08 PM GMT
08 March 2010 Your Rx.NET Prescription has been re-filled The Rx.Net Team has announced a new version of Reactive Extensions for .NET.  Rx is a library for composing asynchronous and event-based programs using observable collections. Rx is a superset of the standard LINQ sequence operators that exposes asynchronous and event-based computations as push-based, observable collections via the new .NET 4.0 interfaces IObservable (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
7
Shouts

Maintainable MVC Series: Introduction | blog.jorrit salverda.nl

published 1168 days, 12 hours, 47 minutes ago posted by ali62bali62b 1170 days, 10 hours, 17 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 2:58:47 PM GMT
I’m going to do a series on how I’ve set up a number of ASP.NET MVC projects for customers with very high-traffic sites and continuously changing functional requirements. In these projects the design evolved to the one that I’m going to describe in detail. The following subjects will be handled in oncoming blogs:Inversion of Control container: StructureMapView hierarchyView Model and Form ModelPoor man’s RenderActionPost-Redirect-Get patternBindingRoutingProvidersAttributesHandling sessionsPassing error... (more)
category: Architecture | clicked: 0 | comment | | source: blog.jorritsalverda.nl
tags: ASP.NET MVC
3
Shouts

Want to become Architect/Designer : IT Career Advice at DotNetFunda.Com

published 1168 days, 12 hours, 47 minutes ago posted by dotnetfundadotnetfunda 1169 days, 6 hours, 40 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 6:35:22 PM GMT
My intro : I have almost 5.6 yrs( in web app using asp.net with c#) of exp in software development. And during this time period in my carrier i am able to prove myself with new challenges in my day to day job and i am able to do more than expectation of my boss. Anyway Come to the point I am very much interested in Architecture and Designing(.net Framework) of softwares, but unfortunately i did find any inst. or person that can help me for this track. Can you please suggest me how i should start about Ar... (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Career, careeradvice
8
Shouts

Using windbg as a Sql profiler in .NET

published 1169 days, 9 hours, 50 minutes ago posted by reshmireshmi 1171 days, 11 hours, 50 minutes ago
Sunday, March 07, 2010 3:25:35 PM GMT Friday, March 05, 2010 1:24:52 PM GMT
Most of the times when I am debugging using Windbg, I end up debugging code which has  interaction with the Sql server database. So to troubleshoot what is being passed to Sql server I would have to fire up a Sql profiler or open the application log file. Wouldn’t be easy just to use one tool and like the new vs2010 which has  Sql server execute reader command text shown (intellitrace)  in the debugger window. This is not hard using Windbg . This is a simple trick which can help in every developer be mo... (more)
category: Architecture | clicked: 1 | comment | | source: bit.ly
tags: SQL Server, SOS, WinDbg, Debugging
5
Shouts

Identify Performance Bottlenecks in your BizTalk Environment – Part II

published 1170 days, 9 hours, 11 minutes ago posted by grabnerandigrabnerandi 1171 days, 12 hours, 47 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 12:28:23 PM GMT
In Part I of this blog series I gave a general overview of BizTalk - the components that are involved in message processing and talked about how BizTalk specific performance counters can help spotting problematic areas. In this post we go beyond performance counters (even though we still need them) and take a deep-dive into adapters and pipelines.Step 2: Analyzing BizTalk Adapters On the incoming or receiving side of BizTalk – Adapters receive artifacts, e.g.: the File Adapter reads files from disk that... (more)
category: Architecture | clicked: 4 | comment | | source: blog.dynatrace.com
tags: Performance, BizTalk
3
Shouts

Architecture & Stuff : Microsoft is “All In” the Cloud

published 1170 days, 9 hours, 11 minutes ago posted by wzackwzack 1171 days, 9 hours, 41 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 3:34:09 PM GMT
Microsoft is “All In” the Cloud Those of you who know me know that for over two years I have been a strong believer in the Cloud in general and of Microsoft's Windows Azure Cloud Platform in particular.  I am a strong believer in the Microsoft Software Plus Services (S+S) philosophy that the best way to build modern applications is to leverage the best of both the Microsoft on-premise Windows Server Platform stack and the Windows Azure Platform stack that runs in the Cloud. I am also a big believer ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
8
Shouts

Innovation Showcase : Microsoft Announces: We are “All In” the Cloud

published 1170 days, 9 hours, 11 minutes ago posted by wzackwzack 1171 days, 9 hours, 29 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 3:46:18 PM GMT
Microsoft Announces: We are “All In” the Cloud In this blog post I discuss the recent announcement that Microsoft is “All In” the Cloud and how how twenty million businesses and over a billion people use Microsoft cloud services today. It also covers a major speech on the subject given by Steve Ballmer at the University of Washington recently. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
5
Shouts

CodeJunkies | My project setup, Part 1 - Initialization

published 1170 days, 9 hours, 11 minutes ago posted by http://jakobsson.myopenid.com/http://jakobsson.myopenid.com/ 1172 days, 4 hours, 49 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Thursday, March 04, 2010 8:25:52 PM GMT
A while ago I wrote a post about what tools and frameworks I use in my web applications. Now I thought I'd write a small series about how I use those tool. In this first part I'll write about the initial setup and how I use my ioc container. (more)
category: Architecture | clicked: 0 | comment | | source: codejunkies.se
tags: ASP.NET MVC, StructureMap
7
Shouts

Fluent NHibernate OR/M

published 1171 days, 10 hours, 41 minutes ago posted by robertschultzrobertschultz 1172 days, 1 hour, 59 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 11:16:38 PM GMT
I am currently working on a web application for a local contest, and am blogging my experiences being a new person to OR/M, DI and Testing frameworks. This is part one of my experience using Fluent NHibernate. (more)
category: Architecture | clicked: 5 | comment | | source: www.robertschultz.org
tags: C#, OR/M, Fluent NHibernate, NHibernate
6
Shouts

Using Mongo With LINQ - Rob Conery

published 1171 days, 10 hours, 41 minutes ago posted by iftekharahmedamitiftekharahmedamit 1172 days, 1 hour, 37 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 11:38:33 PM GMT
Lately I’ve been working with Mongo, creating a C# driver with Karl Seguin and Andrew Theken (and James Avery and Jason Alexander) and today I checked in some optimizations that made me really stoked and I thought I would share... (more)
category: Architecture | clicked: 2 | comment | | source: blog.wekeroad.com
tags: C#, MongoDB, Mongo, Linq
6
Shouts

Tamper Proofing - an implementation (Part 3) : Paul Mason

published 1171 days, 10 hours, 41 minutes ago posted by tivittivit 1172 days, 4 hours, 15 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:00:36 PM GMT
In our last article we took a look at implementing an example tamper proofing solution in code. This has now been implemented as an NCloak task; that is, NCloak now automatically packages your assemblies and generates a bootstrapper to execute your program. In this article, we take a look at hair pulling "obvious now that I know the answer" problems I had during this seemingly simple implementation! (more)
category: Architecture | clicked: 2 | comment | | source: blog.paul-mason.co.nz
tags: NCloak, tamper proofing
9
Shouts

Innovation Showcase : Forrester Report: Lessons Learned from Windows 7 Early Adopters

published 1171 days, 10 hours, 41 minutes ago posted by zhimingzhiming 1172 days, 8 hours, 10 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 5:05:00 PM GMT
04 March 2010Forrester Report: Lessons Learned from Windows 7 Early Adopters Microsoft Chief Financial Officer Peter Klein has recently announced that Windows 7 has sold 90 million licenses since the October 2009 release, the WindowsBlog reports. As more and more enterprise customers start evaluating and deploying Windows 7, Forrester offered a timely report on lessons learned from Windows 7 early adopters.Don’t underestimate the application compatibility challenge.Tie the OS upgrade to the natural PC r... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Forrester Report, Windows 7
4
Shouts

The Empty Client and The Cloud

published 1171 days, 10 hours, 41 minutes ago posted by webguiwebgui 1172 days, 16 hours, 10 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:05:03 AM GMT
"...I read about the cloud being used for complex data-based applications, that latency could well be an issue... This is the issue that Visual WebGui solves: what is essentially a Windows Forms application runs on the Visual WebGui server, and only the image of the application is transmitted to the client, and only the users actions are transmitted back to the Visual WebGui server. They call this the Empty Client model..." Hank Fay (more)
category: Architecture | clicked: 0 | comment | | source: www.reddit.com
tags: .NET, Cloud, Security, cloud applications, Programming, Development, data, platform
Previous 1 2 ... 43 44 45 46 47 48 49 50 51 52 ... 54 55 Next