Saturday, March 29, 2008

MUGH March UG Meet

"MUGH Session (Community Launch [VS 2008/ SQL 2008/ Windows Server 2008] - Part 2)"
Venue : Prayas hall,Learning center II, Phase II, Infotech Premises, Hi-tech City.
Date: 28th March 2008 i.e Friday - Tomorrow
Session Details:

The sessions are very interactive. 50 members turned aroud for the meeting.

One sample Feedback: "Thanks a lot for the sessions. These sessions have been really inspirational. These sessions are worth attending and would like to attend more sessions " - Vakul Kumar.


Monday, February 11, 2008

Feb MUGH UG Meet


Title: Lap Around Visual Studio 2008 and the .NET Framework 3.5
Venue for the "MUGH Session" : Prayas hall,Learning center II, Phase II, Infotech Premises, Hi-tech City.
Date: 08th February 2008 i.e Friday
Time: 7.00 – 8.30 P.M
Speaker: G.Gnana Arun Ganesh (MVP)

Want to see how to build next generation of application! Then join the session!!!

Labels:


Friday, February 16, 2007

Visual Studio 2005 Web Deployment Projects

In the recent weeks, I came across the following questions from different people:
1. While deploying my website, how can I update only the assemblies for recent changes?
2. How to use aspnet_compiler.exe for packaging and release management scenarios?
3. How to have get a single file assembly instead of bunch of cryptic auto generated assemblies?
This page: http://msdn2.microsoft.com/en-us/library/aa479044.aspx provides answers for all those above questions.
In short:
  1. Precompile a Web site using the aspnet_compiler.exe command-line tool
  2. For packaging and release management, use fixednames option of the aspnet_compiler.exe command-line tool
  3. Use aspnet_merge to merge the Dll's.
  4. Also to make your life easy, downlaod and implement the "Visual Studio 2005 Web Deployment Projects" which provide additional functionality to build and deploy Web sites and Web applications in ASP.NET 2.0 and Visual Studio 2005.
This add-in includes a tool to merge the assemblies created during ASP.NET 2.0 pre-compilation, and provides a comprehensive UI within Visual Studio 2005 to manage build configurations, merging, and using pre-build and post-build tasks with MSBuild.
Download now
You may find more information at the following link AND/OR doing a search for “Visual Studio 2005 Web Deployment Projects”.
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx
http://msdn2.microsoft.com/en-us/library/aa479568.aspx

A good example is present here:
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

Labels:


Wednesday, January 31, 2007

MSDN Nugget

Inspite of Very Busy Life schedule, you want to know about the latest happenings! Thne check out this cool MSDN Nugget, a webcast that takes you step-by-step to discovering new functionality or exploring a hot developer topic, all in 10-15 minutes.

New MSDN Nuggets Available for Download
Publishing Date: 01/15/2007
http://www.microsoft.com/uk/msdn/events/nuggets.aspx

November 2006Download as a zip file
October 2006Download as a zip file
September 2006Download as a zip file
August 2006Download as a zip file
June 2006Download as a zip file
April 2006Download as a zip file

Cutting Edge: Perspectives on ASP.NET AJAX
Author: Dino Esposito
Publishing Date: 01/19/2007
http://msdn.microsoft.com/msdnmag/issues/07/02/CuttingEdge/default.aspx

A Security Overview of Microsoft Visual Studio 2005 Team Edition for Database Professionals
Author: Richard Waymire, Microsoft Corporation
Publishing Date: 01/17/2007
http://msdn2.microsoft.com/en-us/library/bb264457(vs.80).aspx

Windows Workflow Foundation: Tracking Services Introduction
Author: David Gristwood, Microsoft Corporation
Publishing Date: 01/17/2007
http://msdn2.microsoft.com/en-us/library/bb264459(vs.80).aspx

An Overview of Service-Oriented Architecture in Retail
Author: Moin Moinuddin
Publishing Date: 01/19/2007
http://msdn2.microsoft.com/en-us/library/bb264584.aspx

Toolbox: Rich Web App UIs, Tools for Regular Expressions, and More
Author: Scott Mitchell
Publishing Date: 01/15/2007
http://msdn.microsoft.com/msdnmag/issues/07/02/ToolBox

ASP.NET AJAX

ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers.
http://atlas.asp.net

With ASP.NET AJAX, one can:
1. Create next-generation interfaces with reusable AJAX components.
2. Enhance existing Web pages using powerful AJAX controls with support for all modern browsers.
3. Continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level.
4. Access remote services and data directly from the browser without writing a ton of complicated script.
5. Enjoy the benefits of a free framework with 24x7 technical support provided by Microsoft.


Friday, January 19, 2007

Improving .NET Application Performance and Scalability

If you are design mode for any applications, the best resources that you shoukd look:

Improving .NET Application Performance and Scalability
Application Architecture for .NET: Designing Applications and Services
Design and Implementation Guidelines for Web Clients
Data Access Architecture Guide
Smart Client Architecture and Design Guide
Enterprise Library for .NET Framework 2.0 - January 2006

This page is powered by Blogger. Isn't yours?