Author: Zonixsoft

Introduction to .NET Remoting – Part [1]

Click Here to visit our website Welcome to the world of Distributed Application! The article will give you introduction to the world of Distributed Application development and its respective technologies. What is Remoting? “Remoting” is the process of programs interacting across certain boundaries. The boundaries are either different processes or different machines. In .NET Framework, […]

Turning off friendly errors in MOSS

Click Here to visit Zonix’s Website We found many times sharepoint only display some text like unknown/unspecified error occured. If you want to sharepoint display you to proper error follow below given article. While in development, the friendly error page that SharePoint displays when our page has an error can make debugging master page issues […]

Web Application Performance

Click Here to visit Zonix’s Website Web Application performance can be enhanced by considering the following points: 1. Database ResultSets 2. Paging 3. Connection Pooling 4. Server Control View State 5. Caching Below are details of the points: Database Resultsets Review your database code to see if you have request paths that go to the […]

Advice to young programmers

Click Here to visit Zonix’s Website (This is the summary of speech Given by Alex Stepenov (Principal Scientist, Adobe Systems) at Adobe India on 30 Nov 2004. ) 1. Study , Study and Study – Never ever think that you have acquired all or most of the knowledge which exists in the world. Almost everybody […]

Advice to young programmers

Click Here to visit Zonix’s Website (This is the summary of speech Given by Alex Stepenov (Principal Scientist, Adobe Systems) at Adobe India on 30 Nov 2004. ) 1. Study , Study and Study – Never ever think that you have acquired all or most of the knowledge which exists in the world. Almost everybody […]

Advantages of Asp.net and Sharepoint – Where to use SharePoint

Click Here to visit Zonix’s Website Here are some of Advantages/Disadvantages of SharePoint apps over ASP.Net apps:   Advantages:   1. Many built-in features are available with MOSS which can be used to easily develop complex solutions. 2. Rich Security features which come built in. 3. Integrated with Content Management. 4. Very less efforts required […]

What’s SharePoint Not Good For

Click Here to visit Zonix’s Website SharePoint is an excellent way to create data-driven web sites, in my opinion, but there are other times where I don’t think it’s the best choice. For example, SharePoint isn’t a substitute for a code management library, such as SourceSafe. (Microsoft is working on this for Visual Studio 2008, […]