This article offers introduction to functional programming (FP) in Python. It introduces the learner to different programs on problem-solving. It demonstrates several intermediate and advanced FP concepts. This article also includes code snippets
Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming,...
ASP.NET & Databases : Part 3 is a web based tutorial in which the learners can gather information about the procedure for working with dataset object to work with database. In this tutorial the author examine the procedure for modifying the...
Data Containers for .NET, Part 3 is a web based tutorial in which the author gives details about the process of wrapping the data container with the help of generic container datatype. From this tutorial the users can learn about the method of...
Developing User And Server Controls: Part 3 is a web based tutroial in which the author gives you some tips for building server controls in ASP.NET. In this turorial the author creates a class which is derived from the base class...
Enterprise-class open source Web development ? step-by-step, start-to-finish! / * Build production-quality Web applications with Python and open source technology / * Includes in-depth coverage of Python's intrinsic support for CGI programming / *...
Building an E-Commerce Site Part 3: Catalogs and Shopping Carts is a tutorial designed to browse through the product catalogs. Using this article users can create PHP coding which will enable their site visitors to make online orders for the...
Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also discusses about various...
Creating a Data Access Layer in .NET -Part 2 is an article through which you can know about the Data Handler classes that has Connection, Command and DataAdapter objects. This article also gives you a brief explanation about configuring the...
Cryptography in .NET (part 1) is a web based tutorial in which the author details about symmetric algorithm, which helps in securing the users password. Here the author offers characteristics of symmetric based encryption and the method of... |