DotNetShoutout - Latest published stories in Architecture
5
shouts

Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC

published 44 minutes ago posted by dotnetfundadotnetfunda 18 hours, 30 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 7:19:01 PM GMT
This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different types of presentation patterns. We will then move ahead discussing about the state , logic and synchronization issues. Finally we will go in detail of each pattern and conclude how they differ from each other. (more)
category: Architecture | clicked: 26 | comment | | source: www.dotnetfunda.com
6
shouts

Using CLR 4.0 Event Tracing for Windows (ETW) along with application ETW

published 44 minutes ago posted by reshmireshmi 1 day, 16 hours, 25 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Wednesday, March 17, 2010 9:23:39 PM GMT
At last CLR 4.0 has started showing some love towards ETW. Like I mentioned before ETW is very useful in understanding what is happening on the entire system, along with your application. Today I am going to be demonstrating a simple application, which is going to allocate large arrays 100 times. Along with the allocation, it is also going to log via ETW each time it allocated. The reason is to see the object allocation within our code and GC collection from CLR in the same trace file. How cool it is to ... (more)
category: Architecture | clicked: 23 | comment | | source: naveensrinivasan.com
tags: .Net 4.0, CLR 4.0, ETW
6
shouts

Architecture Analysis Practices with VS2010 Direct Graphs and Layer Diagrams

published 1 day, 1 hour, 7 minutes ago posted by ClemensReijnenClemensReijnen 1 day, 15 hours, 4 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 10:44:42 PM GMT
Been using the direct graph [DGML] and layer diagram capabilities from VS2010 for a while now. Used them on many different projects with a wide spread of architectures, different quality levels and with many questions to answer about it. And I recognized a common way of working when using the tools… It looks something like this: Zoom Out – Recognize - Zoom In – Analyze - Zoom Out or Zoom In – Group – Zoom Out and can been done in a different order… (more)
category: Architecture | clicked: 42 | comment | | source: www.clemensreijnen.nl
tags: VS2010
5
shouts

Creating a common generic and extensible NHiberate Repository version 2

published 2 days, 1 hour, 54 minutes ago posted by http://dotnetchris.wordpress.com/http://dotnetchris.wordpress.com/ 2 days, 19 hours, 3 minutes ago
Wednesday, March 17, 2010 11:54:17 AM GMT Tuesday, March 16, 2010 6:45:47 PM GMT
An update to my previous post about creating a generic and extensible NHiberate Repository which supports Future queries and DetachedCriteria expressions (more)
category: Architecture | clicked: 27 | comment | | source: dotnetchris.wordpress.com
tags: Architecture, Generics, NHibernate, Patterns
7
shouts

Handling instruction operand overflow in NCloak : Paul Mason

published 3 days, 28 minutes ago posted by tivittivit 3 days, 17 hours, 39 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 8:09:07 PM GMT
NCloak has started to become attractive enough for people to have a fiddle with it on their own applications. This is great news as it means that it is getting exposure to scenarios outside of my "sandbox". As a result of testing, it quickly became apparent that NCloak failed to work when large amounts of code were injected. This article investigates why the program had issues, and how it was fixed. (more)
category: Architecture | clicked: 22 | comment | | source: blog.paul-mason.co.nz
tags: IL, Mono.Cecil, NCloak
3
shouts

Innovation Showcase : Windows Phone Developer Tools CTP

published 3 days, 28 minutes ago posted by zhimingzhiming 3 days, 18 hours, 53 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 6:55:28 PM GMT
15 March 2010Windows Phone Developer Tools CTP At MIX10 Microsoft announced availability of Windows Phone Developer Tools. With the emulator, you can build and test your Windows Phone 7 Series applications now. The CTP, available for download here, includes the following:Visual Studio 2010 Express for Windows Phone CTPWindows Phone Emulator CTPSilverlight for Windows Phone CTPXNA 4.0 Game Studio CTPFiled under: Windows Phone 7 Series (more)
category: Architecture | clicked: 22 | comment | | source: blogs.msdn.com
5
shouts

Quick and dirty tool for sending UDP packets

published 3 days, 28 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 3 days, 19 hours, 32 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 6:16:13 PM GMT
While I was playing with my UDPListener I needed a small tool which could send some UDP packets to a certain hostname and port. That's why I wrote a console application which uses an UdpClient to send some UDP packets. It's quick and dirty, but it serves the cause. (more)
category: Architecture | clicked: 18 | comment | | source: jclaes.blogspot.com
tags: Test, Tools, UDP
4
shouts

Undocumented Silverlight Feature – ETW Tracing « Naveen's Blog

published 3 days, 28 minutes ago posted by reshmireshmi 3 days, 12 hours, 39 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Tuesday, March 16, 2010 1:09:51 AM GMT
Event Tracing for Windows is tracing mechanism built into windows kernel. It is like log file for windows, but way cool and can log thousands events per second, with very less CPU utilization. From windows vista onwards, we can have windows ETW combined with our application tracing. It would be one trace file which would contain information about windows as well as our application, so it is easy to diagnose and figure what is happening in the OS combined with our application. Today I am not going be disc... (more)
category: Architecture | clicked: 16 | comment | | source: naveensrinivasan.com
tags: .net 4, ETW, Silverlight, WinDbg, xperf
7
shouts

patterns & practices Application Architecture Guide Layer Diagrams (Pre Release)

published 4 days, 1 hour, 52 minutes ago posted by ClemensReijnenClemensReijnen 5 days, 1 hour, 57 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 11:51:10 AM GMT
Patterns and practices has put on the Visual Studio Gallery a set of layer diagrams which correspond with the Application Architecture Guidance… http://visualstudiogallery.msdn.microsoft.com/en-us/237f823c-45b4-4f1f-b9e2-607fe66eaae7 Install the VSIX in VS2010 Ultimate and you get diagrams like these, with all the validation capabilities the layer diagram has. (more)
category: Architecture | clicked: 80 | comment | | source: www.clemensreijnen.nl
6
shouts

Piracy in .NET /Silverlight Code – Part 1 – Even when the code is obfuscated

published 4 days, 1 hour, 52 minutes ago posted by reshmireshmi 4 days, 21 hours, 10 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 4:38:12 PM GMT
This is going to be a series of posts where I am going to demonstrating how someone with little advanced knowledge in .NET can hack in to the code, and circumventing licensing logic. I know there are other ways to prevent this ,which I am not going to be discussing about. The usual assumption is that, if the code is obfuscated and signed , then it is close to impossible for someone to hack in to the code because the method names and variables are jumbled up, which would prevent someone from figuring wha... (more)
category: Architecture | clicked: 75 | comment | | source: naveensrinivasan.com
tags: .NET, Debugging, Silverlight 3, WinDbg
5
shouts

Bidirectional Integrity: IEnumerable and read only Entity properties

published 4 days, 1 hour, 52 minutes ago posted by http://sblakemore.com/blog/http://sblakemore.com/blog/ 5 days, 2 hours, 32 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 11:16:21 AM GMT
Keeping your bidirectional relationships in sync and providing a clean API for consumers which only exposes the operations you want them to see. (more)
category: Architecture | clicked: 36 | comment | | source: sblakemore.com
tags: .NET, C#, DDD
7
shouts

blog.RunXc | Calling an Interface Method using IronRuby in C#

published 5 days, 59 minutes ago posted by runxc1runxc1 6 days, 9 hours, 50 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 3:58:34 AM GMT
Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# (more)
category: Architecture | clicked: 27 | comment | | source: blog.runxc.com
tags: C#, IronRuby, Snippet
5
shouts

Innovation Showcase : IE 8 Leads in Malware Protection

published 6 days, 31 minutes ago posted by jbarnesjbarnes 8 days, 9 hours, 33 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 4:15:11 AM GMT
11 March 2010 IE 8 Leads in Malware Protection According to a recent report by NSS Labs Microsoft's Internet Explorer 8 outperformed four other Web browsers in protecting against malware spread by social engineering techniques. The main reason why IE 8 beat out the competition -- which included Apple Safari 4, Google Chrome 4, Mozilla Firefox 3.5 and Opera 10 -- appears to be Microsoft's use of its "SmartScreen Filter" technology. SmartScreen is a reputation-based URL comparison service that warns ... (more)
category: Architecture | clicked: 27 | comment | | source: blogs.msdn.com
6
shouts

Innovation Showcase : Creating Games for Windows Phone Using Microsoft Game Studio XNA 4.0

published 6 days, 31 minutes ago posted by zhimingzhiming 7 days, 20 hours, 48 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 5:00:51 PM GMT
11 March 2010Creating Games for Windows Phone Using Microsoft Game Studio XNA 4.0 engadget reports that Microsoft just demoed a pair of 3D games running on a ASUS Windows Phone prototype and built with its brand new XNA Game Studio 4.0. Click here to read the report in detail, or click the video below to see a game running on all three devices, PC, XBOX and Windows Phone. Technorati Tags: Windows Phone,XNA,XBOXFiled under: Windows Phone 7 Series (more)
category: Architecture | clicked: 43 | comment | | source: blogs.msdn.com
tags: Windows Phone
6
shouts

Multi-User Systems and Concurrency

published 6 days, 31 minutes ago posted by BlackWaspBlackWasp 7 days, 15 hours, 53 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 9:56:01 PM GMT
In a single-user application information can be read, created, updated or deleted without the risk of interfering with other people's work. When more than one user has the ability to access shared information, concurrency control becomes essential. (more)
category: Architecture | clicked: 46 | comment | | source: www.blackwasp.co.uk
tags: Concurrency, multiuser
4
shouts

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

published 7 days, 55 minutes ago posted by adebeeradebeer 7 days, 13 hours, 11 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: 38 | comment | | source: codenition.blogspot.com
tags: Entity Framework, IoC, Visual Studio 2010
5
shouts

Memory Leak with delegates and workflow foundation

published 7 days, 55 minutes ago posted by omaralzabiromaralzabir 10 days, 7 hours, 23 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: 29 | comment | | source: weblogs.asp.net
tags: C#, WWF
7
shouts

Debugging .Net framework source code within Windbg

published 8 days, 1 hour, 32 minutes ago posted by reshmireshmi 9 days, 1 hour, 42 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: 29 | comment | | source: bit.ly
tags: .NET Framework, Debugging, SOS, SOSEX, WinDbg
6
shouts

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

published 8 days, 1 hour, 32 minutes ago posted by DustinDustin 8 days, 16 hours, 55 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: 8 | comment | | source: www.wintellect.com
tags: Azure, Cloud, Windows Azure
6
shouts

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

published 8 days, 1 hour, 32 minutes ago posted by kitchaiyongkitchaiyong 9 days, 9 hours, 33 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: 33 | comment | | source: www.kitchaiyong.net
tags: entity framework 4.0, Repository, Specification, Unit of Work
Previous 1 2 3 4 5 6 7 8 9 10 ... 57 58 Next