(Gayan Peiris) The next step is to add the web part to the web part gallery. Adding the web part to the web part gallery will make the web part available in the SharePoint site when you want to use it.
Tag: SharePoint / BI
Use ASP.NET 2.0 pre-compilation to avoid delays
(Tony Patton) A common complaint with ASP.NET 1.x developers is the initial delays experienced by users when an application is accessed for the first time. After all, the initial request ignites a string of processes including runtime initialization, parsing, and compilation of ASPX pages to interme
Building an ASP.NET 2.0 Web Part for Deployment to WSS V3.0 and MOSS 2007 – Part 1
(Gayan Peiris) In this article, you will be looking at how to create an ASP.NET 2.0 web part using Visual Studio 2005 and C# language. You will create a simple ASP.NET 2.0 web part that will display the logged in user’s name. You will learn how to upload the web part to the web part gallery and, fin
PHP and IDS
(Jean Georges Perrin) PHP (a recursive acronym for “PHP: Hypertext Preprocessor”) has been around since 1995, but is often disregarded in favor of Java and .Net. However, its ease of use, natural integration with Linux, Apache, and the rest of the LAMP platform, and low price tag (free) make it a mu
Influencing Query Performance
(Fernando Echeveste and Tom McKinley) What are the key factors that influence query performance in my IT shop? You may have asked yourself this question several times when running your workloads. Perhaps you questioned it when you noticed your workload wasn’t running as efficiently as you thought it
A Visual Basic Developer’s Introduction to ASP.NET 2.0
(Scott Swigart) This article provides Visual Basic .NET and Visual Basic 6 developers with an introduction to building Web applications with ASP.NET 2.0. It focuses on the major differences between developing desktop applications and Web applications.
Managing SQL exceptions in .NET applications
(Damon Armstrong) You can develop for obvious exceptions. Code reviews may catch some of the ones you missed. And your QA team can chip away at your application to uncover a lot more. But nothing exposes errors like deploying your application into production and letting real users give it a savage b
Invoke UDFs that accept tables with SQL Server 2005’s APPLY operator
(Tim Chapman) A user-defined function (UDF) is a database object introduced in SQL Server 2000. It comes in two flavors: scalar-valued UDFs and table valued UDFs. A scalar-valued function returns a single value for each function call, while a table valued UDF returns a table recordset that can be jo
Mini-tip #6 – Private Variables
(Lewis R Cunningham) A member of the oracle-sql-l mail group asked about private variables in procedures and packages and how to go about doing that. I am going to go into this in a lot more detail when I get back to my Learn PL/SQL tutorial.
Building Web Parts for Windows SharePoint Services 3.0
(Gayan Peiris) The next version of SharePoint introduces new ways of building web parts through ASP.NET 2.0 Framework, as well as offering standard SharePoint web part support. Lots of developers may get confused about the differences between the two web part frameworks and when to use what. This ar