Member Login

E-mail:    Password:  




 TitleDate AddedCompany
whitepaper Live From Redmond: Memory Efficient Multi-Page Applications in Silverlight.2008-08-06 Microsoft
  The presenter of this webcast will demonstrate how to create a multi-page Silverlight application that allows the user to switch among an unlimited number of "Pages" and user controls without wasting client-side memory.

Tags: Software Development Tools, Internet and Web
  
whitepaper Eight Key Practices for ASP.NET Deployment2008-06-27 JupiterMedia
  This paper presents some best practices that one can follow to deploy ASP.NET applications in production mode. These practices help one avoid problems both during and after deployment. One should deploy assemblies used by multiple applications to the Global Assembly Cache (commonly known as the GAC), which allows them to be shared by all applications that use the assembly. Deploying an assembly to the GAC improves its load performance compared to assemblies not located in the GAC. Strong-named assemblies load faster from the GAC because they're verified at install time rather than at runtime - the .NET framework skips verification at runtime for GAC-loaded assemblies.

Tags: Software Development Tools, Internet and Web
  
whitepaper Getting Started With the Windows Live Tools: Windows Live Tools Brings a Set of Windows Live Services Right Into Your Visual Studio Development Environment.2008-06-20 JupiterMedia
  The Windows Live Tools for Microsoft Visual Studio enable developers to incorporate a set of Windows Live services into their web sites using Visual Studio and ASP.NET via a set of ASP.NET Server Controls. Microsoft released the second Community Technology Preview (CTP) of the Windows Live Tools in December, 2007. By downloading the toolset, one can start integrating Windows Live Contacts, Windows Live ID Authentication, and Silverlight Streaming services into the web site.

Tags: Software Development Tools, Internet and Web
  
whitepaper MSDN Webcast: geekSpeak: Asynchronous Programming Demystified With Gerald Walsh (Level 200)2008-05-14 Microsoft Tips
  The presenter of this webcast, Microsoft MVP, provides insight into the patterns, models, objects, and practices of developing high performing multi-threaded applications. The presenter tackles such things as events and delegates, asynchronous coding patterns used throughout the Microsoft .NET Framework, and multi-threading and thread management.

Tags: Internet and Web, Software Development Tools
  
whitepaper Web 2.0 Startup Boosts Business With Affordable Development Tools2008-03-01 Microsoft
  Huddle.net provides business-class online collaboration spaces. As a new company, it had to get its product to market fast, but also use trusted development tools to gain credibility with its target customers. By joining Microsoft Empower for ISVs, Huddle.net accessed a full suite of Microsoft applications at minimal cost. Its development team created the Huddle.net Web site by using the Microsoft .NET Framework with ASP.NET, and the company now has a fast-growing customer base.

Tags: Internet and Web, Server Platforms - OS
  
whitepaper MVP Corner: Use the ASP.NET MVC Framework to Write Web Apps Without ViewState or Postbacks2008-02-25 JupiterMedia
  ASP.NET has been the odd man out in the web world. While one will find several MVC frameworks in the Java space, ASP.NET's default model has always been Web Forms. Ruby on Rails framework has captured great fanfare thanks in no small part to its core MVC architecture. For .NET developers, MonoRail has so far been the only MVC alternative to web applications. With all the focus on MVC, one might wonder why? Mode-View-Controller is a mature, proven architecture for the presentation layer. It's applicable in fat client applications as well as web applications. When applied to web applications, the twist is that the controller lives for a single HTTP request and then goes away.

Tags: Internet and Web, Internet and Web
  
whitepaper Sharepoint Customization Best Practices2008-02-18 Global Knowledge
  This paper tackles a subject that has raised many questions and an equally large number of answers: How do I customize my SharePoint environment, and what is the best solution? Various types of customization elements, and how to implement them, are discussed.

Tags: Office Suites
  
whitepaper Vendor Aims to Double Customer Base in Three Years With Software as a Service2008-02-01 Microsoft Tips
  Kooijman software, an Independent Software Vendor (ISV) in the Netherlands, develops record management systems for schools and construction companies. It wanted to expand its market by helping schools to comply with Dutch government legislation for managing student records electronically. By working with Microsoft Software as a Service (SaaS) Incubation Center Partner Siennax to develop Web-based software as a service, Kooijman software expects to double its customer base within three years.

Tags: Data Infrastructure, Internet and Web
  
whitepaper End-to-End Retail Shopping Solution for a Leading Non Profit Organization2008-01-24 MindTree Consulting
  MindTree Consulting leveraged its expertise in the retail domain and in building ecommerce solutions to give a leading non profit organization the capability to extend the sales of their merchandize to the online medium. MindTree implemented the end-to-end shopping solution using Microsoft Commerce Server 2007 and catered to the sales of uniforms, accessories, books, camping gear, gifts, and toys. The client succeeded in giving users a satisfying online shopping experience similar to what their buyers experienced in the retail outlets.

Tags: Software Development Tools, Data Infrastructure
  
whitepaper MSDN Webcast: ASP.NET Soup to Nuts: Using the .NET Framework and Introducing System.Web (Level 200)2007-11-28 Microsoft
  This webcast explore the underlying technologies a little more in depth, beginning with the Microsoft .NET Framework. The .NET Framework provides base functionality that can be used from ASP.NET when building Web applications to make job easier. This webcast provides an overview of the .NET Framework, and it covers the base functionality in the .NET Framework that can help to build Web applications by examining the classes in the System.Web namespace.

Tags: Internet and Web, Software Development Tools