What are the new Features in MOSS 2007?

Friday, July 17, 2009


1. Business Data Catalog
2. Document Management
3. Web Content Management
4. Office SharePoint Server 2007 Excel Services
5. InfoPath Forms Services
6. Enhanced Search
7. Enhanced User Profiles,etc
8. Single Sign-on


www.codecollege.NET

Daily Tips- Tip #11 - How will you prevent the browser from caching Aspx page?


You can do that by the following code,
<% Response.Cache.SetNoScore(); %>


www.codecollege.NET

What are the differences between Inline code and Code Behind Code?

















Sno
Inline
code
Code Behind
Code
1
Its
within .aspx file.
Its in a external class file.
2 Dynamically compiled.
Compiled prior to deployment and
linked with .aspx file.

what is a formatter in .net?


FOrmatter is an object that does encoding and serializing at one end and deserializing and decoding messages into data at the other end.
All formatters implement IFormatter interface.


Types:

1. Binary
2. SOAP
3. Custom



www.codecollege.NET

What are the differences between TypeOf() and GetType() ?

















Sno
TypeOf()
GetType()
1
Its an operator.
Its a method.
2 Can't be overloaded
Has lot of overloads.


www.codecollege.NET

What are the differences between Dll and Exe ?






















Sno
Dll
Exe
1 Objects of DLLs can be created Cant
2 In-Process  Out-Process
3

Cant be started

as a standalone.

Can
be.



www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books