| LINQ to SQL Instantiation |
| This article discusses how and when the objects within LINQ to SQL are created and instantiated, and how it maintains a list of the changes that need submitted to the database. It also discusses how this can be managed and some of the intricacies in LINQ with the help of source code. |
Source:
aspalliance |
| Managing Configuration Data Programmatically in ASP.NET 2.0 |
| This article describes how to manage configuration data programatically through an ad hoc API in ASP.NET 2.0. After providing a brief introduction, Sanjit examines the usage and application of connection strings and encryption with the help of source code. Finally, you will learn the concepts involved with the configuration provider. |
Source:
aspalliance |
| Developing and Deploying a SharePoint Feature - Part 1 |
| SharePoint 2007 has a number of new features over its predecessors. After examining the features of it, Steven demonstrates how to develop, package, deploy and enable a simple feature solution. He examines the required steps to build the solution and then delves deeper into the structure of the XML file being used, configuration of the install code and the relevant information to connect the functionality. |
Source:
aspalliance |
| Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4 |
| In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC application. |
Source:
aspalliance |
| Understanding SAO and CAO Activation Methods in .NET Remoting |
| In this article Abhishek differentiates Server Activated Objects (SAO) and Client Activated Objects (CAO) in .NET Remoting. He examines the implementation procedures of these activation methods separately in Visual Basic 2005 using examples. Abhishek also provides the complete project along with the article to enable you to test drive the application instantly. |
Source:
aspalliance |
| CodeSnip: How to make use of parameterized cursor in Oracle |
| Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this technique with the help of the relevant SQL code. He also provides a brief analysis of the code and also a screenshot of the final output. |
Source:
aspalliance |
| Configuring SharePoint Virtual Machine LAN Connections |
| Insufficient VM LAN connectivity in the development of SharePoint solutions may cause developers to lose valuable time and peak development capabilities. This article provides reasons and steps to configure the most valuable VM LAN connectivity practices with the help of relevant steps and screen shots. |
Source:
aspalliance |
| AJAX Client Side Programming |
| In this article, Brian explores the client-side programming aspect of the ASP.NET AJAX Framework. He will look at setting up client-side components that represent server-side counterparts, and an introductory leading into developing control extenders with the help of relevant code sample. Brian initially provides an overview of Application Namespaces and then examines the various helper methods. Towards the end of the article he also discusses ASP.NET Client Framework Development and Web Services. The article is well supported by relevant code snippets with detailed analysis. |
Source:
aspalliance |
| CodeSnip: How to Select the Records from a Table Following a Pattern without Using ROWNUM |
| In this article Deepankar discusses how to select records from an Oracle 9i table without using ROWNUM. Deepankar provides a detailed analysis of each SQL statement along with the screenshot of the final output. |
Source:
aspalliance |
| Review: LINQ Quickly |
| One of the big advantages of LINQ is that we could use it against Objects, collections, XML, etc. Most importantly, searching a collection or a node in XML can be easily done using LINQ. LINQ uses queries similar to SQL, which is rather easy compared to querying an XML using XPath. The author, Satheesh Kumar, explains LINQ and how it can be used to solve the most common issues lying around objects, XML, SQL, Datasets and XSD. This is a great book for beginners.
|
Source:
aspalliance |