CodeDigest.Com - ArticleDigest - Aug,2008

Hi All,
Submit Articles and Win Geeky Prizes!!<http://www.codedigest.com/Prizes.aspx>

Winners of Article Contest - August 2008<http://www.codedigest.com/winners.aspx>

*ASP.Net*
Edit,Update,Delete and Insert in ListView
Control<http://www.codedigest.com/Articles/ASPNET/105_EditUpdateDelete_and_Insert_in_ListView_Control.aspx>
Our next step in learning ListView Control is to add
edit/update/delete/insert feature to the ListView control. In GridView, the
Edit/Update/Delete feature is an inbuilt one and can be achieved without
writing a line of code with the help of DataSource controls. Likewise, the
ListView control also have inbuilt Edit/Update/Delete feature and
additionally, insert feature is also introduced as an inbuilt one.

GridView with Thumbnail Images – Part
2<http://www.codedigest.com/Articles/ASPNET/106_GridView_with_Thumbnail_Images_%e2%80%93_Part_2.aspx>
Part 2 of this article will also generate the thumbnail image for the images
stored in database and display it on the GridView. Like Part 1, when the
user clicks on the thumbnail image displayed on the gridview it will display
the full image, but inside a DIV tag on the same page instead of a popup,
which gives a better user experience.

Design Pattern Interview Questions Part
1<http://www.codedigest.com/Articles/ASPNET/108_Design_Pattern_Interview_Questions_Part_1.aspx>
This article is a short questions and answer format to learn design patterns
from interview perspective.In this section we will cover basic definitions ,
factory patterns and abstract factory pattern from interview perspective.

Implementing Forms Authentication in ASP.Net
2.0<http://www.codedigest.com/Articles/ASPNET/112_Implementing_Forms_Authentication_in_ASPNet_20.aspx>
Authentication is one of the important modules in any ASP.Net site we
develop, unless and until there is nothing private on the site or something
we explicitly know as being unnecessary. . This article will explore the
implementation forms authentication using in ASP.Net 2.0.

Deploying ASP.NET
Applications<http://www.codedigest.com/Articles/ASPNET/3_Deploying_ASPNET_Applications.aspx>
This article targets developer community to have some of the rudimentary
knowledge on deployment of ASP.Net application on IIS 6.0.Virtual
Directories and Creating it.Application Pools, Creating Application Pools
and why it is used?Use of service accounts in App Pools.web.Config Settings
and using Web.Config Settings for debugging errors.Common hindrance we may
possibly face during deployment and resolutions.

New Image Generator control in ASP.Net
3.5<http://www.codedigest.com/Articles/ASPNET/119_New_Image_Generator_control_in_ASPNet_35.aspx>
Storing images in database BLOB field and displaying it in ASP.Net page is
one of the common tasks we do in asp.net projects. Asp.Net itself does not
have an in build control to bind the image stored in database. This week
Microsoft have released a new control called ASP.NET
<http://asp.net/>Generated Image control to display image in ASP.Net
page. This article will
give you a kick start on this control and some of its features.

Display Request Processing Time in ASP.Net
pages<http://www.codedigest.com/Articles/ASPNET/121_Display_Request_Processing_Time_in_ASPNet_pages.aspx>
There are some sites in internet who are displaying the time taken to
process the request given to the server at the end of every page. This
article will help us to implement this feature in our asp.net sites. This
helps a developer to understand how much time it takes to complete the
processing of a particular request which he can use for performance check.

GridView with Thumbnail Images – Part
3<http://www.codedigest.com/Articles/ASPNET/122_GridView_with_Thumbnail_Images_%e2%80%93_Part_3.aspx>
GridView with thumbnail Images, Part 1 and Part 2 of this article series
discussed how to generate thumbnail images from the Images stored in
database. I thought of continuing this article series with Part 3 which is
aimed to generate thumbnail images from the images stored in a file system
instead of database.


C#

Parameters in C# – Part
5<http://www.codedigest.com/Articles/CSHARP/104_Parameters_in_C__%e2%80%93_Part_5.aspx>
Parameters in C#, Part - 5 of this article series will help us understand,
passing the parameters in C#. This part will concentrate on Pass by
Reference with an example wherever necessary.

Parameters in C# – Part
6<http://www.codedigest.com/Articles/CSHARP/109_Parameters_in_C__%e2%80%93_Part_6.aspx>
Parameters in C#, Part - 6 of this article series will help us understand,
passing the parameters in C#. This part will concentrate on Output
parameters with an example wherever necessary.

Parameters in C# – Part
7<http://www.codedigest.com/Articles/CSHARP/113_Parameters_in_C__%e2%80%93_Part_7.aspx>
Parameters in C#, Part - 7 of this article series will help us understand,
passing the parameters in C#. This part will concentrate on Parameter Arrays
with an example wherever necessary.

Design Pattern Interview Question part 2 Builder, prototype and singleton
pattern
<http://www.codedigest.com/Articles/CSHARP/120_Design_Pattern_Interview_Question_part_2_Builder_prototype_and_singleton_pattern_.aspx>
We continue the part 2 series of design pattern interview questions.

*ASP.Net AJAX*
Implementing AJAX Enabled Applications in
ASP.Net<http://www.codedigest.com/Articles/ASPNETAJAX/107_Implementing_AJAX_Enabled_Applications_in_ASPNet.aspx>
AJAX stands for Asynchronous JavaScript and XML. AJAX can be used for
asynchronous request/response processing in a web application without
refreshing whole page in the browser. To implement AJAX enabled application,
Microsoft released a framework called ASP.Net AJAX.

Building AJAX Applications using ASP.Net AJAX
Framework<http://www.codedigest.com/Articles/ASPNETAJAX/114_Building_AJAX_Applications_using_ASPNet_AJAX_Framework.aspx>
The implementation of AJAX enabled application is made easy with the help of
2 new controls called UpdatePanel control and ScriptManager control in
ASP.Net AJAX framework. This are the two primary controls that makes AJAX
happen with very less effort. This article will help us understand the usage
of these two new controls by implementing a sample application.

Error Handling in ASP.Net Ajax
Applications<http://www.codedigest.com/Articles/ASPNETAJAX/115_Error_Handling_in_ASPNet_Ajax_Applications.aspx>
By default, whenever there are any error occurred in the server side
processing using ASP.Net Ajax, the error message is notified to the user
using a message box (alert). The error message that is displayed on the
message box will be the actual error message contained in the original
exception's Message property.

Ajax Control Toolkit –
Introduction<http://www.codedigest.com/Articles/ASPNETAJAX/124_Ajax_Control_Toolkit_%e2%80%93_Introduction.aspx>
Ajax Control Toolkit is set of server controls created by Microsoft and
community to work with ASP.Net AJAX applications. It is available as
separate download in asp.net site. This article will give an introduction on
extender controls and on how to use these extender controls that comes with
Ajax Control toolkit in our projects.

For more info, visit www.codedigest.com

--
Posted By Satheesh babu to &lt;Blog:SatheeshBabu
LiveAt="India"&gt;&lt;/Blog&gt;<http://satheeshbabu.blogspot.com/2008/09/codedigest.html>at
9/01/2008 08:21:00 AM

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
".NetIndia" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TechdotNetIndia?hl=en
http://www.satheeshbabu.com
http://www.satheeshbabu.blogspot.com/
-~----------~----~----~----~------~----~------~--~---

Reply via email to