.NET Mobile overview

.NET Mobile overview

.NET Mobile is a platform for developing applications for mobile phones. It’s an extension to .NET Framework and is called Microsoft Mobile Internet Toolkit. It is a set of server side forms controls. These controls produce different output formats i.e. WML, HTML or even compact HTML. This allows developers to create an application using a single paradigm instead of developing an application multiple times using different paradigms based on what different mobiles support. The advantage is standardization, less redundancy and Microsoft support.
Pros and cons of LINQ (Language-Integrated Query)
Pros and cons of LINQ - Stored procedures normally are faster as they have a predictable execution plan. Therefore, if a stored procedure is being executed for the second time......
Disadvantages of LINQ over Stored Procedures
Disadvantages of LINQ over Stored Procedures - LINQ needs to process the complete query, which might have a performance impact in case of complex queries against stored procedures which only need serialize sproc-name and argument data over the network.......
Overview of VB 2008
Overview of VB 2008 - base class libraries, new functionality added in VB 2008, role of the common intermediate language, benefits of CIL, role of .NET Type Metadata......
Post your comment