The question is 100% valid by MS for all .NET lovers and I am going to expose my skill sets and prove my .NET love.
Visit http://www.dotnetchampions.com/
For MSDN contest : http://www.msdncontest.com/dev_home.aspx
The question is 100% valid by MS for all .NET lovers and I am going to expose my skill sets and prove my .NET love.
Visit http://www.dotnetchampions.com/
For MSDN contest : http://www.msdncontest.com/dev_home.aspx
There is a very good article which describes about the steps involved in creating WSP file from command prompt.
There are some new features Microsoft has introduced in ASP.NET 4.0 which consists some enchancements and some of them are real value added for Webforms.
You can set meta tags by using the Page.MetaKeywords and Page.MetaDescription page properties.
More control over view state by using the Control.ViewStateMode property for a page and for individual controls.
Easier ways to work with browser capabilities.
Support for using ASP.NET routing with Web Forms.
More control over generated IDs by using the Control.ClientIDMode roperty.
The ability to persist selected rows in data controls by using the GridView.EnablePersistedSelection and ListView.EnablePersistedSelection properties.
More control over the HTML that is rendered by the FormView and ListView controls.
Filtering support for data source controls by using the new QueryExtender control.
Charting support by using the new ASP.NET Chart control.(I love this really now I can get rid of OWC )
I liked personally some of the new features in .NET 4.0 and just want to share those.
The new String..IsNullOrWhiteSpace method indicates whether a string is null, empty, or consists only of white-space characters.
New Path.Combine method overloads enable you to combine file paths.
You can now enable lazy initialization for any custom type by wrapping the type inside a System.Lazy<(Of )>) class.
The compression algorithms for the System.IO.Compression.DeflateStream and System.IO.Compression.GZipStream classes have improved so that data that is already compressed is no longer inflated. Also, the 4-gigabyte size restriction for compressing streams has been removed.
You can download the beta version of VS.NET 2010
at the following location.
http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx
Basically database development with the .NET framework has not changed a lot since its first release. But many of us usually start by designing our database tables and their relationships and then creating classes in our application to make them as closely as possible in a set of Business Classes , and then working with them in out ADO.NET code. However, this process has always been an approximation and has involved a lot of groundwork.
This is where the ADO.NET Entity Framework comes in; it allows you to deal with the (true) entities represented in the database in your application code by abstracting the groundwork and maintenance code work away from you.
A very crude description of the ADO.NET Entity Framework would be “It allows you to deal with database concepts in your code.”
There is a very good post available which has some good example projects.
http://www.vbforums.com/showthread.php?t=540421
Enjoy
Basically we have applications running on platforms consisting of an operation system like Windows and a runtime environment like .NET. The application itself is developed with an IDE like Visual Studio. The system with the application is part of an environment consisting of
Mechanisms for persisting data (SQL Server, SharePoint lists)
Communication and processes (BizTalk Server)
Identity management (Active Directory).
Most companies today use on-premise software which means the software is running on an infrastructure inside their own companies buildings.
Another kind of application platform is the Cloud Platform where Cloud Services are running which can be divided into the following categories:
Software as a Service (SaaS): The application runs in the cloud and can be operated by the browser. (like an online CRM system)
Attached Services: The application runs in house and uses additional services from the cloud. (like Windows Update)
Cloud Services: On-premise software or applications from the cloud are enhanced with additional functionalities.
The combination of on-premise Software and Cloud Services is called Software + Services (S+S) which just means software running on an infrastructure in house plus additional functionalities from the cloud.
The Azure Services Platform is a combination of different technologies in the cloud:
Windows Azure: A Windows based runtime for applications with the possibility to store data.
.NET Services: The services offer interfaces for access control, communication and workflows.
SQL Services: The services offer an interface for storing data.
Live Services: The services offer a framework where you can access the Microsoft Live applications and their data.
SharePoint Services & Dynamics CRM Services: These services offer functionality for collaboration.
All technologies from the Azure Services Platform can be used independently or together.
Conclusion
If we summarize the things above we have the following SharePoint platforms:
On-premise:
Windows SharePoint Services 3.0 (and earlier versions)
Microsoft Office SharePoint Server 2007 (and earlier versions)
Cloud platform:
Microsoft SharePoint Online
Microsoft SharePoint Services
Microsoft Groove most likely going to be renamed as “SharePoint 2010 workspace” as already the software has enough potential towards online and offline document collaborations.
I am really tired after trying to get a VPC for SharePoint 2010 and finally ended up with ,that the VPC doesn’t supports 64 bit OS. Keep finger crossed until we hear something from Microsoft.
Codeplex scrum community project has created a Scrum process template that takes advantage the feature of Visual Studio Team System. Scrum is a powerful Agile methodolgy, that places the emphasis on people rather than documentation.
Click here to download