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

ProSysPlus Blog: The Empty Client and The Cloud

published 1170 days, 5 hours, 11 minutes ago posted by webguiwebgui 1171 days, 10 hours, 37 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:07:49 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..." (more)
category: Architecture | clicked: 0 | comment | | source: blog.prosysplus.com
tags: .NET, Cloud, Security, cloud applications, Programming, data, Cloud Computing, Software
7
Shouts

What are different types of JIT compilation in .NET?

published 1171 days, 8 hours, 14 minutes ago posted by nandipnandip 1172 days, 13 hours, 43 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 6:02:10 AM GMT
What are different types of JIT compilation in .NET? There are three types of JIT compilation in .NET as described follow..·Pre - JIT: - In Pre-JIT compilation, complete source code are converted into native code in a single cycle. This is done at the time of application deployment..·Econo - JIT: - In Econo-JIT compilation, compiler compiles only those method which are called at run time. After execution of this method compiled method are removed from memory..·Normal - JIT: - In Normal-JIT compilation... (more)
category: Architecture | clicked: 0 | comment | | source: dotnetexpertguide.blogspot.com
9
Shouts

Innovation Showcase : A Pragmatic Hybrid Approach to Cloud Computing

published 1171 days, 8 hours, 14 minutes ago posted by wzackwzack 1172 days, 2 hours, 54 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 4:50:45 PM GMT
A Pragmatic Hybrid Approach to Cloud Computing The paper on Cloud Computing that is referenced in this article (Outlook: Partly cloudy with Sunny Spells to follow) is one of the best treatments of the subject of Public, Private and Hybrid clouds that I have ever read. It was written and delivered at a Cloud Computing event in the UK. “Last week over 120 came to the UK's most important cloud computing event. Attendees were eager to find out about the realities of cloud computing and how t... (more)
category: Architecture | clicked: 0 | 1 comment | | source: blogs.msdn.com
9
Shouts

Innovation Showcase : Microsoft Redoes Phone Software

published 1171 days, 8 hours, 14 minutes ago posted by zhimingzhiming 1172 days, 3 hours, 32 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 4:13:16 PM GMT
03 March 2010Microsoft Redoes Phone Software Technology reporter Ashlee Vance of New York Times reports what Microsoft is doing to make its phone software – Windows Phone 7 Series – right. On the product team side, Microsoft pulled Terry Myerson from the Exchange team, Joe Belfiore, a user interface whiz who shepherded projects like Windows XP, Windows Media Center and the Zune, and many other talented people including those hired from companies like Nike and Procter & Gamble. On the user experien... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone 7
4
Shouts

Differences between VB.NET and C#.NET

published 1171 days, 8 hours, 14 minutes ago posted by nandipnandip 1172 days, 4 hours, 8 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 3:36:48 PM GMT
Differences between VB.NET and C#.NET I think this is most debatable issue in .NET community. Both use the same framework and speed is also very much equivalents. But still let’s list down some major differences between them. Advantages VB.NETHas support for optional parameters which makes COM interoperability much easy.With Option Strict off late binding is supported.Legacy VB functionalities can be used by using Microsoft.VisualBasic namespace in VB.NET. Has the WITH construct which is not in C#.NE... (more)
category: Architecture | clicked: 0 | comment | | source: dotnetexpertguide.blogspot.com
tags: C#, VB.NET
5
Shouts

Debugging trick for .NET Windows Service « Naveen's Blog

published 1172 days, 4 hours, 10 minutes ago posted by reshmireshmi 1173 days, 4 hours, 33 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 3:11:46 PM GMT
I was recently reading a blog post about debugging windows service. I don’t want to duplicate the same, IMO it was a very good post. One of things the post had mentioned about updating the registry key “ServicesPipeTimeout” and to increase timeout ,so that SCM does not kill the debugger and service. The one issue with changing this registry key is ,the system has to be rebooted for this to take effect and, this change is applicable across for all services. To restart a server in a production environment ... (more)
category: Architecture | clicked: 1 | comment | | source: bit.ly
tags: Windows service, WinDbg, CLR, Debugging
8
Shouts

Innovation Showcase : Windows Azure Platform for Enterprises

published 1172 days, 4 hours, 10 minutes ago posted by wzackwzack 1173 days, 17 hours, 2 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 2:43:22 AM GMT
Windows Azure Platform for Enterprises This MSDN magazine article focuses on the use of Windows Azure in the Enterprise. Starting with the architecture of a cloud application in general and the Windows Azure Platform in particular.  First the author reviews the (somewhat) accepted cloud taxonomy terms such as Infrastructure as a Service (IaaS),  Platform as a Service (PaaS) and Software + Services (S+S). Then he puts the Windows Azure Platform into context as a powerful PaaS offering ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
8
Shouts

Innovation Showcase : Microsoft Architecture Webcast Series

published 1172 days, 4 hours, 10 minutes ago posted by wzackwzack 1172 days, 19 hours, 37 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Wednesday, March 03, 2010 12:08:08 AM GMT
Microsoft Architecture Webcast Series We are putting on a series of architecture webcasts this month. Please tune in. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
4
Shouts

Architecture & Stuff : Architect Cafe Webcast Series

published 1172 days, 4 hours, 10 minutes ago posted by wzackwzack 1172 days, 19 hours, 58 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 11:46:42 PM GMT
Architect Cafe Webcast Series I am part of a team that is putting on a series of architecture webcasts this month. Please tune in. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
8
Shouts

Behind the Mobile View in SharePoint 2010

published 1173 days, 4 hours, 26 minutes ago posted by jbarnesjbarnes 1174 days, 2 hours, 54 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 4:50:35 PM GMT
01 March 2010 Behind the Mobile View in SharePoint 2010 The Mobile “View” in SharePoint 2010 has been greatly enhanced from SharePoint Server 2007. Now Excel, Word and PowerPoint files can be viewed in mobile browsers directly. But, there’re so many different mobile browsers (even it may be the same browser, considering the experience on different phone models, the capability maybe vary), and new devices are coming out every month, what kind of supportability will SharePoint 2010 provide? Check –ou... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
11
Shouts

A First Look at Unity 2.0

published 1174 days, 7 hours, 6 minutes ago posted by KhaledKhaled 1179 days, 6 hours, 48 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 12:56:30 PM GMT
Unity is an open-source project from the Patterns & Practices group at Microsoft aimed at providing a classic IoC framework for developers to build object instances in a smart and highly configurable way. Unity works as a standalone framework but it is often packaged along with Enterprise Library. With the advent of .NET 4 and V... (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
8
Shouts

Exploring undocumented SOS function in Windbg – .NET 4.0

published 1174 days, 7 hours, 6 minutes ago posted by reshmireshmi 1177 days, 3 hours, 8 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 4:36:43 PM GMT
With the new Microsoft .NET Framework 4.0 ,comes a new sos , which adds bunch of features. In this post I will be exploring one of the undocumented function , which is !HandleCLRN. Brian has also mentioned about these undocumented functions. I guessed it by the name ,it would have to be something about clr notification exception. I knew these exceptions are raised when there is an assembly load.  Here is the simple console application that I am going to be using for exploring this. using System; using S... (more)
category: Architecture | clicked: 2 | comment | | source: bit.ly
tags: .net 4, SOS, WinDbg
8
Shouts

Get function return values and profiling information in .NET using Windbg

published 1175 days, 6 hours, 50 minutes ago posted by reshmireshmi 1177 days, 23 hours, 42 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 8:02:40 PM GMT
There have been times when we would like to the know function return value ,debug within the function and get profiling information like the duration of a function. VS.NET provides all these features, but in production environment we won’t have VS.NET. This is where Windbg comes in handy.  Here is the sample code that I am going to use. using System; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form... (more)
category: Architecture | clicked: 0 | comment | | source: naveensrinivasan.com
tags: .NET, SOS, WinDbg
6
Shouts

Sexy Windsor Registrations

published 1175 days, 6 hours, 50 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDYhttps://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDY 1178 days, 11 hours, 58 minutes ago
Sunday, February 28, 2010 12:54:31 PM GMT Thursday, February 25, 2010 7:47:16 AM GMT
After working with FluentNHibernate and seeing examples of registries in StructureMap, I started craving the same thing for my registrations with Windsor. (more)
category: Architecture | clicked: 4 | comment | | source: geekswithblogs.net
tags: Fluent, Windsor
10
Shouts

Innovation Showcase : ARCast.TV - Scalable Tax Solutions With CCH and Windows Azure

published 1177 days, 5 hours, 7 minutes ago posted by bobfamiliarbobfamiliar 1178 days, 1 hour, 58 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 5:47:22 PM GMT
25 February 2010ARCast.TV - Scalable Tax Solutions With CCH and Windows AzureWhile it's income season for most of us here in the States, for CCH, a Wolters Kluwer business, serving up sales tax information is a full-time job. In this episode of ARCast, Denny Boynton sits down with Jones Pavan and Gurleen Randhawa at the 2009 Professional Developers Conference to discuss their use of Windows Azure to build highly scalable solutions for their customers. Technorati Tags: ARCast,Architects,Arc... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Azure, Wolters Kluwer, CCH, Thought Leadership, PDC 09, Architecture, Architects, Scalability, ARCast
5
Shouts

Identify Performance Bottlenecks in your BizTalk Environment – Part I

published 1177 days, 19 hours, 15 minutes ago posted by grabnerandigrabnerandi 1178 days, 16 hours, 40 minutes ago
Friday, February 26, 2010 12:30:00 AM GMT Thursday, February 25, 2010 3:04:59 AM GMT
Microsoft BizTalk enables companies to integrate and automate their business process (BPM). In a BizTalk environment messages are picked up by adapters and put through a robust message infrastructure where an orchestration engine allows you to implement your business processes. Along the way – a message takes – there are several points where performance of the overall message processing can be negatively impacted and therefore impacts your business. I plan a series of blog entries on how to Identify Bot... (more)
category: Architecture | clicked: 0 | comment | | source: blog.dynatrace.com
tags: Performance, BizTalk
8
Shouts

Get SQL Parameters From an Object Revisited. - .NET Development - Gal Ratner

published 1178 days, 7 hours, 2 minutes ago posted by galratnergalratner 1179 days, 13 hours, 59 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Wednesday, February 24, 2010 5:45:57 AM GMT
I have my own custom data layer adapter. Its pretty slick and you probably know it by now if you read my blog post Move a DataReader to an Object with reflection Revisited. If you downloaded and are using the file ObjectHelper.cs you probably noticed a method called GetSQLParametersFromPublicProperties. This method returns an array of SqlParameters from a live object. You can use this array if you are invoking a Stored Procedure and need to send some parameters into it. Something like: publicint AddCust... (more)
category: Architecture | clicked: 2 | 1 comment | | source: galratner.com
tags: ADO.NET, data access pattern, Data Access Layer
11
Shouts

Innovation Showcase : McDonalds Creates a Virtual Winter Olympics Village using IE8, Silverlight and Azure

published 1179 days, 1 hour, 4 minutes ago posted by bobfamiliarbobfamiliar 1181 days, 5 hours, 10 minutes ago
Wednesday, February 24, 2010 6:40:36 PM GMT Monday, February 22, 2010 2:35:13 PM GMT
22 February 2010McDonalds Creates a Virtual Winter Olympics Village using IE8, Silverlight and Azure McDonalds is leveraging an IE8 Web Slice, Silverlight and Windows Azure to introduce a new McNuggets dipping sauce. The premise is simple: McDonald’s has created a McNuggets Village to act as a hub around the Winter Olympics.  The central piece to this is McDonald’s introducing a new sauce – the new Sweet Chili Sauce.  Through the site, you can score the Sweet Chili Sauce against classic sauces. This ... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, Windows Azure, IE8, Web Slice
9
Shouts

Innovation Showcase : Windows 7 Helps Accelerate Order Processing and Customer Support

published 1180 days, 13 hours, 45 minutes ago posted by zhimingzhiming 1181 days, 18 hours, 48 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 12:57:25 AM GMT
21 February 2010Windows 7 Helps Accelerate Order Processing and Customer Support Essentialapparel.com sells a wide selection of brand-name apparel, lingerie and outerwear to customers nationwide and internationally from its Web site and over the phone. In order to speed up the order process and improve customer service and employee training, the company uncovered several Windows 7 features such as Windows Touch and Federated Search to help achieve the business goals. To find more info read the case ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
9
Shouts

Innovation Showcase : Piloting Windows 7 – Find the Right Target Users

published 1180 days, 13 hours, 45 minutes ago posted by zhimingzhiming 1181 days, 18 hours, 30 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 1:14:35 AM GMT
21 February 2010Piloting Windows 7 – Find the Right Target Users Guest blogger, Jeremy Chapman, writes in a recent post that while the concept of piloting an operating system isn’t really unique by operating system version, finding the right target users is one of the first things you do when piloting applications or operating systems. In part I, he identifies several types of target users.Users who are enthusiastic about new technology.Users who can easily be rolled back to previous state or have a c... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com