MCP Market News: Microsoft SQL Server & SQL Reporting Services
By [http://ezinearticles.com/?expert=Guy_Leba]Guy Leba

Are you ready? SQL Server 2005, the next-generation data management and analysis software from Microsoft, will deliver increased scalability, availability, and security to enterprise data and analytical applications.
SQL Server 2000 Reporting Services is a comprehensive, server-based reporting solution that can author, manage, and deliver both paper-oriented and interactive, Web–based reports.

Develop better understanding of Microsoft .NET Developer Tools

2.) ROI and Business Value of Microsoft SQL Server & SQL Reporting Services

In this session, we’ll take a look at technical and business scenarios where Microsoft SQL Server & SQL Reporting Services provide value. We’ll show you how to make basic value quantifications based upon those scenarios. David will also review the value proposition and selling points for Microsoft SQL Server & SQL Reporting Services. The key portion of this session will include introduction to and training on a value-based tool developed for the specific purpose of accelerating SQL Server implementations. This training will include guidance on how to position the results with your customers. In depth demonstration.

Speaker: David Kirkman, MCSE+I and Partner Technical Specialist responsible for partner technical sales readiness and business case development for Northern California Small-Midmarket Solutions & Partners. 9 years in technology as a technical project manager, and business case developer.

3.) Microsoft .NET Developer Tools

During this session you will learn how Partners can leverage developer tools and technologies to maximize customer impact with minimal investment. How the next generation of tools from Microsoft will increase efficiency in development projects; develop a better understanding and vision for Visual Studio .NET and Microsoft .NET.

Speaker: Marc Wolfson is a Developer Solution Specialist on the Developer and Platform Evangelism. Marc has been with Microsoft for four years focusing exclusively on Developer Tools and technologies. Marc is responsible for supporting a healthy developer eco-system in Northern California highlighting the productivity of Microsoft’s developer tools as well as the ease of integrating Microsoft Platforms Technology. Marc was one of the founders and Chief Technologist of Nextera, technology consulting firm acquired by Knowledge Universe in 1999. While at Nextera, Marc provided development and platform architecture guidance to many fortune 500 customers. While at Nextera, Marc served on the Microsoft Partner Advisory Committee for developer technologies including the inception of .NET and C#. Marc has over 20 years of experience in the industry and has guided customers through the client-server trend, Business Process Engineering, Workflow and Document Imaging, the introduction of the Web, Year 2000, Dot Com explosion and implosion, and the adoption of XML, .NET and Java technologies.

Jeff Steinmetz is a Senior Technology Specialist for Microsoft. Jeff has been working with SQL Server since version 4.2, and has co-authored books such as “Microsoft SQL Server Unleashed”, “Microsoft SQL Server Programming Unleashed”, and “Microsoft Office Unleashed”. He has been a speaker at notable events such as TechEd and Comdex.

Article Source: http://EzineArticles.com/?expert=Guy_Leba http://EzineArticles.com/?MCP-Market-News:-Microsoft-SQL-Server-and-SQL-Reporting-Services&id=36895

MCP Market News: Microsoft SQL Server & SQL Reporting Services
By [http://ezinearticles.com/?expert=Guy_Leba]Guy Leba

Are you ready? SQL Server 2005, the next-generation data management and analysis software from Microsoft, will deliver increased scalability, availability, and security to enterprise data and analytical applications.
SQL Server 2000 Reporting Services is a comprehensive, server-based reporting solution that can author, manage, and deliver both paper-oriented and interactive, Web–based reports.

Develop better understanding of Microsoft .NET Developer Tools

2.) ROI and Business Value of Microsoft SQL Server & SQL Reporting Services

In this session, we’ll take a look at technical and business scenarios where Microsoft SQL Server & SQL Reporting Services provide value. We’ll show you how to make basic value quantifications based upon those scenarios. David will also review the value proposition and selling points for Microsoft SQL Server & SQL Reporting Services. The key portion of this session will include introduction to and training on a value-based tool developed for the specific purpose of accelerating SQL Server implementations. This training will include guidance on how to position the results with your customers. In depth demonstration.

Speaker: David Kirkman, MCSE+I and Partner Technical Specialist responsible for partner technical sales readiness and business case development for Northern California Small-Midmarket Solutions & Partners. 9 years in technology as a technical project manager, and business case developer.

3.) Microsoft .NET Developer Tools

During this session you will learn how Partners can leverage developer tools and technologies to maximize customer impact with minimal investment. How the next generation of tools from Microsoft will increase efficiency in development projects; develop a better understanding and vision for Visual Studio .NET and Microsoft .NET.

Speaker: Marc Wolfson is a Developer Solution Specialist on the Developer and Platform Evangelism. Marc has been with Microsoft for four years focusing exclusively on Developer Tools and technologies. Marc is responsible for supporting a healthy developer eco-system in Northern California highlighting the productivity of Microsoft’s developer tools as well as the ease of integrating Microsoft Platforms Technology. Marc was one of the founders and Chief Technologist of Nextera, technology consulting firm acquired by Knowledge Universe in 1999. While at Nextera, Marc provided development and platform architecture guidance to many fortune 500 customers. While at Nextera, Marc served on the Microsoft Partner Advisory Committee for developer technologies including the inception of .NET and C#. Marc has over 20 years of experience in the industry and has guided customers through the client-server trend, Business Process Engineering, Workflow and Document Imaging, the introduction of the Web, Year 2000, Dot Com explosion and implosion, and the adoption of XML, .NET and Java technologies.

Jeff Steinmetz is a Senior Technology Specialist for Microsoft. Jeff has been working with SQL Server since version 4.2, and has co-authored books such as “Microsoft SQL Server Unleashed”, “Microsoft SQL Server Programming Unleashed”, and “Microsoft Office Unleashed”. He has been a speaker at notable events such as TechEd and Comdex.

Article Source: http://EzineArticles.com/?expert=Guy_Leba http://EzineArticles.com/?MCP-Market-News:-Microsoft-SQL-Server-and-SQL-Reporting-Services&id=36895

Microsoft CRM Customization
By [http://ezinearticles.com/?expert=Andrew_Karasev]Andrew Karasev

Microsoft CRM customization techniques are very diversified and based on the whole spectrum of recent Microsoft technologies. The main terms you should know are: Microsoft CRM SDK 1.2 and Visual Studio.Net 2003. And of course you should be familiar with all the legacy internet technologies, such as HTML, XML, XSLT, JavaScript and be good C#/VB/Net developer.

If you are developer who is asked: how do we customize Microsoft CRM – read this and you will have the clues on where to look further.

1. Microsoft CRM SDK – this is software development kit with C# and partly VB.net examples – it is supported by Microsoft Business Solutions technical support. It is all web services based calls, if you are C# .NET developer – you are excellently positioned to do this type of customizations. This is the preferred customization scenarios and this should be easily upgradeable customization.

2. Legacy SQL Data integration. This is also easy and safe. If you have SQL database, sitting on the same or linked SQL Server – you can create ASPX .Net application and simply integrate it into CRM. You can place it on the navigation bar or menu in isv.config – please refer to MS CRM SDK

3. Legacy ASP integration – this is somewhat more sophisticated. You have to deploy HTTP handler to be a middle party between CRM which is .Net based and ASP which is legacy IIS. The trick is – you have to have INI file with security settings to penetrate into MS CRM with proper credentials, calling web service.

4. Microsoft Exchange Programming. Microsoft CRM has Exchange connector – which moves CRM incoming email to MS if it has GUID in its subject. You can alter this logic (for instance - move email to CRM if it doesn’t have GUID but it is from the sender who is contact or account in MS CRM). Refer to MS Exchange SDK onsyncsave event handling. Then simply apply some MS CRM SDK programming

5. Direct SQL touch – in #4 above I described you the scenario with MS Exchange handlers – this would be ideal world if MS CRM SDK does the job. But – in real world this is not always true – you have to do direct flags correction in CRM database (like making Activity closed, moving email attachments/octet streams, etc). This is not supported by MBS technical support – but you can rescue to this technique if you have to make job done.

6. MS CRM Customization tool – you can feel free to use this – this is rather end-user tool and we don’t describe it here – read the manual. We’ve described above the options to use when this tool doesn’t do the job

Happy customizing! if you want us to do the job - give us a call 1-866-528-0577! [mailto:help@albaspectrum.com]help@albaspectrum.com

About The Author

Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies – USA nationwide Microsoft CRM, Microsoft Great Plains customization company, based in Chicago, California, Colorado, Texas, New York, Georgia and Florida, Canada, UK, Australia, Brazil, Mexico (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer; [mailto:akarasev@albaspectrum.com]akarasev@albaspectrum.com

Article Source: http://EzineArticles.com/?expert=Andrew_Karasev http://EzineArticles.com/?Microsoft-CRM-Customization&id=15606

Application Development in dot net
By [http://ezinearticles.com/?expert=Shakir_A.]Shakir A.

Dot net Application Development

Visual Studio.NET is an intelligent development tool that allows developing applications that target the .NET Framework. From a developer’s vista, .NET comprises of three things viz., the .NET Framework, the .NET Framework SDK, and the development environment. The tool is also used to create customized controls and components that can be used as a part of the application. Components are objects or the features that are used to construct, organize and test Visual Studio programs. The Toolbox window of the Visual Studio .NET IDE contains all the components. Components are considered as controls that are derived from the Control class and have a user interface. Some controls are combination of other controls and are derived from the UserControl. The UserControl objects and Form objects can be developed with the designer of the VS.NET IDE. A simple user interface can be designed by dragging and dropping controls from the Toolbox window and setting the property values and events in the Properties window. All the properties that are set are stored in a .resx file for the locale. The IDE then builds the satellite assemblies for each locale's .resx file in your project. The VS.NET IDE designer does not allow developing the user interface of a Control class; it only allows developing components and controls.

From the viewpoint of a good .NET developer, the below mentioned skills are very much essential for developing .NET applications.

.NET Developing Components:

Developing Controls: The vital fact about a control is that it has a visual element, but the visual representation of a class derived from Control is not allowed by the Windows Forms designer. Instead it shows the schematic representation of the components that the control uses while dragging from the Server Explorer or Toolbox window.

Resources and Internationalization: .NET and Win32 support a different model of resources. In Win32, resources are held in a section that is part of the portable executable (PE) file format and the resources are inlaid within this segment. But in the case of.NET, resources are part of an assembly, but they can be inlaid within the assembly or supplied as separate files.

Resources and .NET .NET has been designed with internationalization in mind. For example, let us consider of an application that has been downloaded from a trusted Web site and the Web site is in a locale different from yours. There are various applications that are created in their own locale. If the language is different from yours, it is obvious that the application has been localized to your locale and that the Web site gives you the option of downloading different localized versions. This scheme is typically used by Win32 applications.

Locales, Civilization, and Languages Naming conventions in .NET are defined in RFC 1766. Civilizations are generally named with the pattern xx-yy, where xx represents the language (en for English, fr for French) while yy represents the area where the language is used (AU for Australia, US for United States). The pattern en-US represents that English is spoken in the US. [http://www.koreone.com ]IT Staffing companies has gathered enormous openings for skilled .NET developers and provides extensive career growth.

Shakir A, independent writer for IT Staffing Services for technical and IT Professionals, Jobs, Business, Consultancy, Recruiting and latest trends in hiring industry at San Jose, California and near by city/ states. As of now she wrote for http://www.koreone.com

Article Source: http://EzineArticles.com/?expert=Shakir_A. http://EzineArticles.com/?Application-Development-in-dot-net&id=460450

Newer Posts Home

Blogger Template by Blogcrowds