<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' version='2.0'><channel><atom:id>http://www.blogger.com/feeds/26151472/posts/full</atom:id><lastBuildDate>Thu, 14 Dec 2006 21:58:39 +0000</lastBuildDate><title>.NET Center Of Excellence</title><description></description><link>http://www.hanusoftware.com/blog/</link><managingEditor>amit.kataria@hanusoftware.com (Hanu Experts)</managingEditor><generator>Blogger</generator><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>15</openSearch:itemsPerPage><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/116618635631127176</guid><pubDate>Fri, 15 Dec 2006 12:26:00 +0000</pubDate><atom:updated>2006-12-22T06:03:14.796-08:00</atom:updated><title>AJAX is every where and every one is talking about....</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;AJAX is every where and every one is talking about. As expected Micorsoft again has done a very good job in creating a high productivity tools, SDK and control infrastcruture to provide the best progarmmer as well as end user experiences in creating UIs with programming ease and flexibility to customize. The thing that are available from MS now are.. (Yes, forget ATLAS now and there is even lot more easier and power full support on AJAX )&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ASP.NET AJAX Extensions&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Core ASP.NET 2.0 AJAX Extensions 1.0 for creating AJAX-style applications with either server-centric or client-centric development models&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;ASP.NET AJAX control tool kit.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;The Control Toolkit provides both ready-to-run samples and a powerful SDK to simplify creating custom ASP.NET AJAX controls and extenders. The latest release of the Control Toolkit has been updated to work with ASP.NET AJAX 1.0 RC and the ASP.NET 2.0 AJAX&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;Microsoft AJAX library&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;This package contains the complete set of client JavaScript components that are included in the full ASP.NET AJAX RC installation. You may use and modify these scripts in your own applications. To simplify installation, the Microsoft AJAX Library package is available as a compressed (.zip) file&lt;br /&gt;&lt;br /&gt;So businesses! be ready to see the AJAX - all around and see the blurred diffrentiation between desk top richness and web content delivery. Now both are having even more similarities in user ergonomics designs.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/12/ajax-is-every-where-and-every-one-is.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115684850293823486</guid><pubDate>Tue, 29 Aug 2006 10:46:00 +0000</pubDate><atom:updated>2006-08-29T03:48:22.950-07:00</atom:updated><title>Performance and Scalability  ASP.NET is built to p...</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;h3&gt;Performance and Scalability&lt;/h3&gt;  ASP.NET is built to perform, using a compiled execution model for handling page requests and running on the world's fastest web server, Internet Information Services. ASP.NET 2.0 also introduces key performance benefits over previous versions. &lt;ul&gt; &lt;li&gt;&lt;b&gt;64-Bit Support.&lt;/b&gt; ASP.NET 2.0 is now 64-bit enabled, meaning it can take advantage of the full memory address space of new 64-bit processors and servers. Developers can simply copy existing 32-bit ASP.NET applications onto a 64-bit ASP.NET 2.0 server and have them automatically be JIT compiled and executed as native 64-bit applications (no source code changes or manual re-compile are required).&lt;br /&gt;&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Caching Improvements.&lt;/b&gt; ASP.NET 2.0 also now includes automatic database server cache invalidation. This powerful and easy-to-use feature allows developers to aggressively output cache database-driven page and partial page content within a site and have ASP.NET automatically invalidate these cache entries and refresh the content whenever the back-end database changes. Developers can now safely cache time-critical content for long periods without worrying about serving visitors stale data.&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/08/performance-and-scalability-asp.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115529485924663246</guid><pubDate>Fri, 11 Aug 2006 11:05:00 +0000</pubDate><atom:updated>2006-08-11T04:14:19.260-07:00</atom:updated><title>In continuation with discussion on .Net 2.0,today’...</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoNormal"&gt;In continuation with discussion on .Net 2.0,today’s concentration is given to Flexible Extensibility of new version.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;h3&gt;Flexible Extensibility&lt;/h3&gt;  ASP.NET 2.0 is a well-factored and open system, where any component can be easily replaced with a custom implementation. Whether it is server controls, page handlers, compilation, or core application services, you'll find that all are easily customizable and replaceable to tailor to your needs. Developers can plug in custom code anywhere in the page lifecycle to further customize ASP.NET 2.0 to their needs. &lt;ul&gt; &lt;li&gt;&lt;b&gt;Provider-driven Application Services.&lt;/b&gt; ASP.NET 2.0 now includes built-in support for membership (user name/password credential storage) and role management services out of the box. The new personalization service enables quick storage/retrieval of user settings and preferences, facilitating rich customization with minimal code. The new site navigation system enables developers to quickly build link structures consistently across a site. As all of these services are provider-driven, they can be easily swapped out and replaced with your own custom implementation. With this extensibility option, you have complete control over the data store and schema that drives these rich application services.&lt;br /&gt;&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Server Control Extensibility.&lt;/b&gt; ASP.NET 2.0 includes improved support for control extensibility, such as more base classes that encapsulate common behaviors, improved designer support, more APIs for interacting with client-side script, metadata-driven support for new features like themes and accessibility verification, better state management, and more.&lt;br /&gt;&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Data Source Controls.&lt;/b&gt; Data access in ASP.NET 2.0 is now performed declaratively using data source controls on a page. In this model, support for new data backend storage providers can be easily added by implementing custom data source controls. Additionally, the SqlDataSource control that ships in the box has built-in support for any ADO.NET managed provider that implements the new provider factory model in ADO.NET.&lt;br /&gt;&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Compilation Build Providers.&lt;/b&gt; Dynamic compilation in ASP.NET 2.0 is now handled by extensible compilation build providers, which associate a particular file extension with a handler that knows how to compile that extension dynamically at runtime. For example, .resx files can be dynamically compiled to resources, .wsdl files to web service proxies, and .xsd files to typed DataSet objects. In addition to the built-in support, it is easy to add support for additional extensions by implementing a custom build provider and registering it in Web.config.&lt;br /&gt;&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Expression Builders.&lt;/b&gt; ASP.NET 2.0 introduces a declarative new syntax for referencing code to substitute values into the page, called Expression Builders. ASP.NET 2.0 includes expression builders for referencing string resources for localization, connection strings, application settings, and profile values. You can also write your own expression builders to create your own custom syntax to substitute values in a page rendering. &lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/08/in-continuation-with-discussion-on.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115374448757648505</guid><pubDate>Mon, 24 Jul 2006 12:09:00 +0000</pubDate><atom:updated>2006-07-24T05:34:47.863-07:00</atom:updated><title>Continuing with the discussion on new in .NET 2.0,...</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoNormal"&gt;Continuing with the discussion on new in .NET 2.0,today we are taking second of the aspect that is Administration and management. It plays very important role in deployment, management, and operations of ASP.NET servers. &lt;/p&gt;   &lt;h3&gt;Administration and Management&lt;/h3&gt;   &lt;p class="MsoNormal"&gt;ASP.NET 2.0 is designed with administration and manageability in mind. We recognize that while simplifying the development experience is important, deployment and maintenance in a production environment is also a key component of an application's lifetime. ASP.NET 2.0 introduces several new features that further enhance the deployment, management, and operations of ASP.NET servers. &lt;/p&gt;   &lt;ul type="disc"&gt; &lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Configuration API.&lt;/b&gt;      ASP.NET 2.0 contains new configuration management APIs, enabling users to      programmatically build programs or scripts that create, read, and update      Web.config and machine.config configuration files. &lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;ASP.NET MMC Admin Tool.&lt;/b&gt;      ASP.NET 2.0 provides a new comprehensive admin tool that plugs into the      existing IIS Administration MMC, enabling an administrator to graphically      read or change common settings within our XML configuration files.&lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Pre-compilation Tool.&lt;/b&gt;      ASP.NET 2.0 delivers a new application deployment utility that enables      both developers and administrators to precompile a dynamic ASP.NET      application prior to deployment. This precompilation automatically      identifies any compilation issues anywhere within the site, as well as      enables ASP.NET applications to be deployed without any source being      stored on the server (one can optionally remove the content of .aspx files      as part of the compile phase), further protecting your intellectual      property. &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;b&gt;Health Monitoring and      Tracing.&lt;/b&gt; ASP.NET 2.0 also provides new health-monitoring support to      enable administrators to be automatically notified when an application on      a server starts to experience problems. New tracing features will enable      administrators to capture run-time and request data from a production      server to better diagnose issues. ASP.NET 2.0 is delivering features that      will enable developers and administrators to simplify the day-to-day      management and maintenance of their Web applications. &lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/07/continuing-with-discussion-on-new-in.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115346882765049308</guid><pubDate>Fri, 21 Jul 2006 07:58:00 +0000</pubDate><atom:updated>2006-07-21T01:07:44.596-07:00</atom:updated><title>What's New in .NET 2.0- big picture</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. The first version of ASP.NET offered several important advantages over previous Web development models. ASP.NET 2.0 improves upon that foundation by adding support for several new and exciting features in the areas of developer productivity, administration and management, extensibility, and performance: &lt;/p&gt;   &lt;p&gt;Experts from &lt;a href="http://www.hanusoftware.com"&gt;Hanu software Solutions&lt;/a&gt; are  keeping close eye on recent developments &lt;span style=""&gt; &lt;/span&gt;in this technology .We will discuss each area in detail and let our readers know that what new &lt;span style=""&gt; &lt;/span&gt;.Net 2.0 is offering to its loyals. First is the turn of developer productivity….&lt;/p&gt;   &lt;p&gt;&lt;b&gt;&lt;span style="font-size:14;"&gt;Developer Productivity&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;ASP.NET 2.0 encapsulates common Web tasks into application services and controls that can be easily reused across web sites. With these basic building blocks, many scenarios can now be implemented with far less custom code than was required in previous versions. With ASP.NET 2.0 it is possible to significantly reduce the amount of code and concepts necessary to build common scenarios on the web. &lt;/p&gt;   &lt;ul type="disc"&gt; &lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;New Server Controls.&lt;/b&gt; ASP.NET 2.0 introduces many new server controls that enable powerful declarative support for data access, login security, wizard navigation, menus, treeviews, portals, and more. Many of these controls take advantage of core application services in ASP.NET for scenarios like data access, membership and roles, and personalization. Some of the new families of controls in ASP.NET 2.0 are described below. &lt;/li&gt;&lt;ul type="circle"&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Data Controls.&lt;/b&gt; Data access in ASP.NET 2.0 can be accomplished completely declaratively (no code) using the new data-bound and data source controls. There are new data source controls to represent different data backends such as SQL database, business objects, and XML, and there are new data-bound controls for rendering common UI for data, such as gridview, detailsview, and formview..&lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Navigation Controls.&lt;/b&gt; The navigation controls provide common UI for navigating between pages in your site, such as treeview, menu, and sitemappath. These controls use the site navigation service in ASP.NET 2.0 to retrieve the custom structure you have defined for your site.&lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Login Controls.&lt;/b&gt; The new login controls provide the building blocks to add authentication and authorization-based UI to your site, such as login forms, create user forms, password retrieval, and custom UI for logged in users or roles. These controls use the built-in membership and role services in ASP.NET 2.0 to interact with the user and role information defined for your site. &lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Web Part Controls.&lt;/b&gt; Web parts are an exciting new family of controls that enable you to add rich, personalized content and layout to your site, as well as the ability to edit that content and layout directly from your application pages. These controls rely on the personalization services in ASP.NET 2.0 to provide a unique experience for each user in your application. &lt;/li&gt;&lt;/ul&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Master Pages.&lt;/b&gt; This feature provides the ability to define common structure and interface elements for your site, such as a page header, footer, or navigation bar, in a common location called a "master page", to be shared by many pages in your site. In one simple place you can control the look, feel, and much of functionality for an entire Web site. This improves the maintainability of your site and avoids unnecessary duplication of code for shared site structure or behavior.&lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Themes and Skins.&lt;/b&gt; The themes and skins features in ASP.NET 2.0 allow for easy customization of your site's look-and-feel. You can define style information in a common location called a "theme", and apply that style information globally to pages or controls in your site. Like Master Pages, this improves the maintainability of your site and avoid unnecessary duplication of code for shared styles.&lt;/li&gt;&lt;li class="MsoNormal" style="margin-bottom: 12pt;"&gt;&lt;b&gt;Personalization.&lt;/b&gt; Using the new personalization services in ASP.NET 2.0 you can easily create customized experiences within Web applications. The Profile object enables developers to easily build strongly-typed, sticky data stores for user accounts and build highly customized, relationship based experiences. At the same time, a developer can leverage Web Parts and the personalization service to enable Web site visitors to completely control the layout and behavior of the site, with the knowledge that the site is completely customized for them. Personalizaton scenarios are now easier to build than ever before and require significantly less code and effort to implement.&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;b&gt;Localization.&lt;/b&gt; Enabling globalization and localization in Web sites today is difficult, requiring large amounts of custom code and resources. ASP.NET 2.0 and Visual Studio 2005 provide tools and infrastructure to easily build Localizable sites including the ability to auto-detect incoming locale's and display the appropriate locale based UI. Visual Studio 2005 includes built-in tools to dynamically generate resource files and localization references. Together, building localized applications becomes a simple and integrated part of the development experience.&lt;/li&gt; &lt;/ul&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/07/whats-new-in-net-20-big-picture.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115156356274928802</guid><pubDate>Thu, 29 Jun 2006 06:41:00 +0000</pubDate><atom:updated>2006-06-28T23:46:02.763-07:00</atom:updated><title>. NET Solutions for Many Industries</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoNormal"&gt;Today’s write-up will introduce reader to the different industries where Hanu Software has proved her excellence by the providing unmatched quality solutions &lt;/p&gt;     &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt;We &lt;span style=""&gt; &lt;/span&gt;develop &lt;span style=""&gt; &lt;/span&gt;.NET solutions for a wide range of industries. Some of these industries and typical applications are described below.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;br /&gt;&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;span style="font-weight: bold;"&gt;Real Estate&lt;/span&gt; —Hanu Software Solutions can help realtors develop information-rich, easily navigated Web-based portals and desktop applications enabling them, their customers, and prospects to easily access accurate, up-to-date information. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;span style="font-weight: bold;"&gt;Telecommunications&lt;/span&gt; — For telecom companies and wireless service providers, our expertise in .NET technology can build reliable, scalable hosting infrastructures; integrate computer and telephony technologies; and enable consumers and businesses to efficiently access information from PCs and other devices. This enables telecommunications companies to use Web services to create new business value.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;span style="font-weight: bold;"&gt;Healthcare&lt;/span&gt; — Efficient, cost-effective integration of data from multiple sources is a necessity for organizations in the healthcare industry. Our .NET solutions help providers and insurers realize improvements in areas such as claims payment, rate setting, pricing, marketing, care management, prescription benefits, eligibility verification, medical records management, and customer service. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;span style="font-weight: bold;"&gt;Retail &lt;/span&gt;— Hanu Software&lt;span style=""&gt; Solutions &lt;/span&gt;makes it easy for merchandisers to use .NET technology to make information available to the people who need it, when and where they need it—from customers using a store’s web site to security personnel stopping fraud at the checkout to sales reps closing deals at customer sites.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span class="body"&gt;&lt;span style="font-weight: bold;"&gt;Entertainment and Media&lt;/span&gt;— Hanu Software Solutions is helping media and entertainment businesses realize the ability of .NET solutions to provide their customers with seamless &lt;/span&gt;media technologies, audio processing software, education industry solutions, gaming applications, and PDA-based gaming solutions&lt;span class="body"&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span style="font-weight: bold;"&gt;Manufacturing &lt;/span&gt;— &lt;span class="body"&gt;With web-based information systems utilizing the .NET framework, manufacturers can integrate business and industrial processes, internally as well as with partners and customers. This integration is a real advantage in today’s competitive market. Hanu Software Solutions can help develop and deploy.NET-based solutions that deliver Web services benefits across the enterprise.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/06/net-solutions-for-many-industries.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115079827176897096</guid><pubDate>Tue, 20 Jun 2006 09:57:00 +0000</pubDate><atom:updated>2006-06-20T03:11:11.780-07:00</atom:updated><title>The COE Value Proposition to Customer Organizations</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoBodyText"&gt; Hanu Software Solutions .NET COE benefits  customers by providing:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;ul style="margin-top: 0in;" type="disc"&gt; &lt;li class="MsoNormal" style=""&gt;Specialized      and industry-certified engineers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Improved      time to market.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;A      specialized, automated Quality Management System. &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Improved      release management. &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;A      future-ready delivery system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Better      absorption of the business dynamics.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;A      synergetic system to offer complete solution set. &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Better      ROI for your IT investments.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Better      integration with customer organizations at all levels – developers, tools,      middle management, senior management, communications, and documentation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/06/coe-value-proposition-to-customer.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/115028328846162242</guid><pubDate>Wed, 14 Jun 2006 11:06:00 +0000</pubDate><atom:updated>2006-06-14T04:14:22.926-07:00</atom:updated><title>Key Process Measurements</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoBodyText"&gt;To ensure the effectiveness of our .NET COE and to be able to make continuous improvements, we measure key aspects of our process.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;Productivity&lt;/span&gt;&lt;i style=""&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;We measure development and testing productivity. Our metric for development productivity is lines of code written per person per staff day. As a typical example, for a recent project on which we added features to an application, we averaged 80 to 85 non-commented lines of code (NCLOC) per staff day. Redevelopment time is generally 25% to 30% less than for a new project, thanks to savings at the requirements phase. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;Estimation accuracy&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;A critical aspect of our ability to deliver projects on time and on budget is our ability to accurately estimate the code size of new projects. We begin with the size of the existing .NET modules, then estimate what would be needed to add the new features and functions. Our estimates always closely match the outcome.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;Review effectiveness&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;We measure the effectiveness of our code reviews by counting the number of defects found during the software test phase. Our review process finds most of the coding bugs, saving development time fixing bugs at the test phase. Currently, our review effectiveness is 88%.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;Delivered defect density&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;    &lt;p class="MsoBodyText"&gt;We use the internationally accepted standard of 0.5 defects per 1,000 NCLOC to measure our delivered defect density. Our applications consistently meet this standard.&lt;br /&gt;&lt;/p&gt; &lt;p class="MsoBodyText"&gt;you can visit  our website  &lt;a href="http://www.hanusoftware.com"&gt;www.hanusoftware.com&lt;/a&gt; for more information on .Net KPM's  &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/06/key-process-measurements_14.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/114508684000680640</guid><pubDate>Sat, 15 Apr 2006 07:35:00 +0000</pubDate><atom:updated>2006-06-14T04:03:18.123-07:00</atom:updated><title>The Elements of an Hanu Software  COE</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoBodyText"&gt;  &lt;/p&gt;HSS has established a structure for all of our COEs, consisting of the following key elements: &lt;o:p&gt;&lt;/o:p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;ol style="margin-top: 0in;" start="1" type="1"&gt; &lt;li class="MsoNormal" style=""&gt;Languages      and Technologies&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Tools&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Process&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;People      &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt; &lt;/ol&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;a name="_Toc124403009"&gt;Languages and Technologies&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;Each COE includes various programming languages, technologies, development libraries, and compilers related to the particular technology domain of that COE. For example, .NET COE uses the following technologies:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;1.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;C#&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;2.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;VB.NET&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;3.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;ASP.NET&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;4.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;Web Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;5.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;JavaScript, VB Script&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;6.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;XML, XSL, XPath &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;!--[if !supportLists]--&gt;7.&lt;span style=""&gt;      &lt;/span&gt;&lt;!--[endif]--&gt;and many more&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;a name="_Toc124403010"&gt;Tools&lt;/a&gt;&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;The HSS development tool set is an important element of our unique selling proposition, namely, our ability to deliver solutions for many different life cycles, budgets, and timelines. We do not believe in developing a new solution from scratch for each new project. Our tool set includes process tools, engineering tools, analysis tools, utilities, and controls. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;a name="_Toc124403011"&gt;Process&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="color:black;"&gt;HSS has developed a quality management system (QMS) that documents and defines our software development processes. Implemented by all of our engineers, our QMS is based on ISO quality standards and on the Software Engineering Institute’s Capability Maturity Model (CMM). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="color:black;"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="color:black;"&gt;The key components are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;ol style="margin-top: 0in;" start="1" type="1"&gt; &lt;li class="MsoNormal" style="color: black; text-align: justify;"&gt;Inspections. At each stage of development or maintenance, we perform a detailed, technical peer review of the software design and code implementation. Identifying and fixing errors at this early stage prevents bugs from entering the code, saving time and expense, and avoids bugs in the delivered software.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black; text-align: justify;"&gt;Code Reusability. We have developed a library of more than 100 frequently-used software components typical in .NET applications. These components are tried-and-tested, with proven designs and free of critical bugs. Our components can be re-used without change, or with modifications. At the design phase of a new project, our engineers determine which components are suitable for the new application. Only code unique to the application is designed and written from scratch. Building existing, high-quality software in this way into a new application saves the HSS customer time and expense, and helps ensure quality in the deployed application.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black; text-align: justify;"&gt;Change Control Board. The HSS QMS requires strict adherence on the part of our software developers to the defined requirements for an application. We have also established a Change Control Board, a group of engineers that reviews all major requests from developers or testers to make changes to the requirements. Using this Board prevents “feature creep,” a typical problem in the software development industry, keeping the development schedule on track and with the features that the customer expects.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black; text-align: justify;"&gt;Nightly Software Builds and Testing. At HSS, each night we make a new build of an application and run a series of tests that verify its basic operation. Making builds nightly enables us to find and fix integration errors almost immediately. It also enables us to track feature implementation against the schedule, because we can see on a daily basis which features have been implemented.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="color: black; text-align: justify;"&gt;Risk List and Plan. As part of our QMS, we develop a list of the top-10 risks for each development project, together with a plan for addressing each risk should it materialize. Our engineers assess the risks weekly, resolving any and identifying potential new risks, minimizing impact to the schedule and to software quality.&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt; &lt;/ol&gt;   &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;a name="_Toc124403012"&gt;People&lt;/a&gt;&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;Quality human resources are the fundamental asset in any organization. At HSS, we staff each COE with employees who are skilled in the set of tools, languages, and products used by that COE. We hire primarily engineering graduates who are experienced, trained, and certified in internationally recognized IT skill sets. For example, people on the .NET COE are certified MCPs and MCSDs.&lt;span style=""&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;span style=""&gt;What this means to our customers is that their solutions, products, and software are developed by certified resources, so our customers need not worry about the people deployed on their projects. This also means that HSS customers receive value-added recommendations for long term planning and can develop IT roadmaps with confidence that the recommendations from HSS are based on the latest knowledge. &lt;/span&gt; &lt;p class="MsoBodyText"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/04/elements-of-hanu-software-coe.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/114837787042654932</guid><pubDate>Tue, 23 May 2006 09:45:00 +0000</pubDate><atom:updated>2006-06-14T03:58:28.036-07:00</atom:updated><title>Faster.NET – development Framework for .NET solutions</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoBodyText"&gt;Our continuing improvement work with the .NET COE enables us to offer scalable, on-demand .NET solutions to customers in a variety of industries. We call this Faster.NET. Its key elements are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;ul style="margin-top: 0in;" type="disc"&gt; &lt;li class="MsoNormal" style=""&gt;&lt;span style=""&gt;Pre-assembled,      reusable software components.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style=""&gt;A reusable engineering tool set that does not require customization for each project, thereby improving development speed.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style=""&gt;A reusable set of architectures or Solutions Blue Prints (SBP), saving the time of developing a software architecture from scratch.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style=""&gt;Qualified and      certified engineers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style=""&gt;A Development      Center that is open six days a week, thereby increasing weekly      productivity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;/ul&gt;    &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;Our Faster.NET framework reduces typical application development time by approximately 30% to 60%, depending on the project, its life cycle phase, and how extensively the customer wants us to apply the Faster.NET development methodology. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-weight: bold;font-family:Arial;font-size:11;"  &gt;&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/05/fasternet-development-framework-for.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/114508645182147461</guid><pubDate>Sat, 15 Apr 2006 07:33:00 +0000</pubDate><atom:updated>2006-06-14T02:59:21.076-07:00</atom:updated><title>The .NET Center of Excellence at Hanu Software Solutions</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;h2&gt;&lt;a name="_Toc124403004"&gt;Background&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;Despite all the attention given to returns on IT investments, little progress has been made in linking all the elements of IT to what a business is trying to do. Managing IT investments, and demonstrating the value of IT value to a business, are more challenging than ever, and most businesses seem to be losing ground. Often, management asks CIOs to justify the very IT components that provide value to the business. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;This white paper describes strategies that HSS has developed to maximize our efficiency in delivering .NET solutions to our customers. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;As a software service organization, whose business itself is IT, we have learned how to align our operations on technology-centric Centers Of Excellence (COEs).&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;a name="_Toc124403005"&gt;What is a COE&lt;/a&gt;?&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;The term Center of Excellence (COE) is a generic phrase used across many types of institutions, mainly in education, research, and healthcare. The IT industry picked up this phrase and started using it to define the collection of tools, resources, and skills used to perform specific development and maintenance tasks by a focused team working at a single location. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;Sometimes ”COE” became more of a marketing term, with little substance behind it, for IT. This was because IT service organizations happen to be project-centric organizations with defined schedules and objectives, in contrast to other departments that may not have the vision, longevity, and resources to maintain a long-term delivery system focused along a common thread.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;h2&gt;&lt;a name="_Toc124403007"&gt;Making Business Sense &lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;   &lt;p class="MsoBodyText"&gt;From the start, HSS has had a strategy of delivering value-added, cost-effective solutions to our customers on a continuous basis. As our company grew, we saw the need for a common set of processes and procedures that would allow us to create solutions quickly and leverage project knowledge across projects, so that we can deliver continuously-improving services and solutions. This need also mandated that all specialized tool sets, languages, and the knowledge of how to use them be available to our engineers in a structured and defined system, enabling our engineers to develop new solutions flexibly, faster, and at lowered costs. Enter the HSS Center of Excellence.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="body"&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/04/net-center-of-excellence-at-hanu.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item><item><guid isPermaLink='false'>http://www.blogger.com/feeds/26151472/posts/full/114508544451085625</guid><pubDate>Sat, 15 Apr 2006 07:07:00 +0000</pubDate><atom:updated>2006-06-14T02:56:19.973-07:00</atom:updated><title>Overview</title><description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p class="MsoNormal"&gt;  &lt;/p&gt; &lt;p class="MsoBodyText"&gt;The Microsoft .NET platform marks a paradigm shift in the way applications are developed for the Internet. It incorporates open standards that enable businesses to collaborate over the Internet with minimal investment. Hanu Software Solutions Inc. (HSS) is an expert in using .NET to develop solution frameworks and applications. We have established a dedicated Center Of Excellence (COE) that leverages our expertise in the .NET platform for the benefit of our customers. Our COE team delivers technical excellence through improved system architectures, applications development capabilities, and reusable enterprise components, and also focuses on building business solutions using existing and emerging .NET technologies and standards.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   www.hanusoftware.com&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;</description><link>http://www.hanusoftware.com/blog/2006/04/overview.html</link><author>amit.kataria@hanusoftware.com (Hanu Experts)</author></item></channel></rss>
