Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology
ASP .NET: Managing State with ASP.NET and C#
posted byRyanJames27inTutorials & Tips
Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a headache for the developers. They had to write alot of code to maintain state. But Asp.net model provides easy state management. In this article we will see how we can persist state in multiple pages so the user is recognized by the browser.
(0 ratings)
Reviews0
PriceFree
Views1586
ASP .NET: Securing ASP.NET Applications with C#
posted byRyanJames27inTutorials & Tips
Asp.net Security Overview: Security is one of the most important component of any application. Security is even more important when you are making a web application which is exposed to million of users. Asp.net provides classes and methods that ensure that the application is secure from outside attacks. In this article we will investigate the different types of authentication provided by Asp.net.
(0 ratings)
Reviews0
PriceFree
Views1797
A great .Net 2.0 resource
posted byMadhuriMinWeb Developers
dotnettopics.com is a site on .net 2.0 technologies written in .Net 2.0 and Atlas. It not only brings the best and latest links on differnt topics you can read here various RSS feeds, Blogs and News feeds relevant to the subject matter.
(0 ratings)
Reviews0
PriceFree
Views2112
(0 ratings)
Reviews0
PriceFree
Views842
ASP .NET: Configuring and Deploying ASP.NET Applications
posted byRyanJames27inTutorials & Tips
Asp.net applications can be easily configured by using web.config files. You can store number of things in the configuration file. Let's see some important stuff that can be stored in this file.
(0 ratings)
Reviews0
PriceFree
Views1512
C Programming - Pointers
posted byRyanJames27inProgramming in C & C++
In this tutorial you will learn about C Programming - Pointers, Pointer declaration, Address operator, Pointer expressions & pointer arithmetic, Pointers and function, Call by value, Call by Reference, Pointer to arrays, Pointers and structures, Pointers on pointer.
(6 ratings)
Reviews0
PriceFree
Views1996
ASP .NET: Caching in Asp.net
posted byRyanJames27inTutorials & Tips
This tutorial explains about The Importance of Caching, Declarative Page Output Caching, Programmatic Page Caching, Caching Page Fragments, Caching Data and Monitoring Performance.
(0 ratings)
Reviews0
PriceFree
Views1484
ASP.NET 2.0 Framework Fundamentals
posted byrjamesinTutorials & Tips
.NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely.
It aims to minimize software deployment and versioning conflicts and also promote safe execution of code including codes executed by trusted third parties. It is directed towards eliminating performance problems of scripted or interpreted environments. The effort is to make developer experience consistent across a variety of applications and platforms and create communication standards that help .NET framework applications integrate with all other web based applications.
(0 ratings)
Reviews0
PriceFree
Views1241
White-Label DoorDash Alternative App
posted bySaaztroinClone Scripts
White-label doordash food delivery clone is a complete platform helping single/multi food outlets to boost their online presence. Our doordash app solutions allows you to extent your food delivery business will getting more customers and easing business tasks. Our on-demand restaurants doordash delivery app is a well-developed solutions for your food business world to have prosperous results.
(0 ratings)
Reviews0
PriceFree
Views845
What's New in the .NET Framework 2.0
posted byrjamesinTutorials & Tips
In this tutorial you will learn about new feature in .NET Framework 2.0. Various aspects such as Support for 64 bit platform application development, Access control list support (ACL), ADO.NET, ASP.NET, Authenticated streams,COM Interop Service Enhancements, Console Class Additions, Data Protection API, Detecting changes in Network connectivity, Disjunctive Demands, Distributed Computing, EventLog Enhancements, Expanded Certificate Management, FTP Support, Generics and Generic Collection, I/O Enhancements and several other feature are discussed here below.
(0 ratings)
Reviews0
PriceFree
Views1425
ASP.NET 2.0 Framework Tools
posted byrjamesinTutorials & Tips
In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the exception of the Assembly Cache Viewer (Shfusion.dll) and the Microsoft CLR Debugger (DbgCLR.exe). In order to ensure that these tools function optimally the user has to set the Path, Include and Lib environment variables by running SDKVars.bat in the /v.2.0/Bin directory and executing it in the command shell.
(0 ratings)
Reviews0
PriceFree
Views1345
Getting started with ASP.NET 2.0
posted byrjamesinTutorials & Tips
ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested and the final version is slotted to be released late this year. The suite includes the .NET Framework; user interfaces like Windows forms, ASP.NET and Compact framework; Official languages like C#, J# and Visual Basic.NET; Integrated Development Environment (IDE) like Visual Studio.NET.
(0 ratings)
Reviews0
PriceFree
Views1437
ASP.NET 2.0 Application Development
posted byrjamesinTutorials & Tips
Client applications are applications that run on the client system-or the desktop of the user. They are closest to the traditional windows based applications and they display forms or windows on the desktop enabling the user perform predefined tasks. Word processors and spread sheets are examples of client applications that employ menus, GUI elements and access local resources such as printers and scanners.
(0 ratings)
Reviews0
PriceFree
Views1200
BMI Calculator - Diet Plan
posted bytcox01inCalculators
This BMI calculator is available two ways. You can use it with the calculator ONLY, or with all the charts.
Simply copy and paste the code into your post or web page. These work anywhere html can be entered. Even in many bulletin boards and communities.
(0 ratings)
Reviews0
PriceFree
Views5732
Introduction to Visual Studio.NET
posted byrjamesinTutorials & Tips
In this tutorial we shall proceed with a brief Introduction to Visual Studio.NET and also discuss three Versions of Visual Studio.NET - The first version-VS.NET, VS.NET 2003, Visual Studio 2005 VS.NET 2005.
(0 ratings)
Reviews0
PriceFree
Views1237
Introducing Visual Studio.NET Web Applications
posted byrjamesinTutorials & Tips
In this tutorial - Introducing Visual Studio.NET Web Applications, You will learn How Web Applications Work, Choose a Language for creation.
Microsoft�s commitment to rapid application development is reflected in Visual Studio 2005 2.0. The .NET framework has blurred the lines between the different programming disciplines and made application development of any kind pleasurable. Web application development specifically has received a boost. With Visual Studio.NET 2005, the facilities available for the Web application developer has been enhanced multifold.
(0 ratings)
Reviews0
PriceFree
Views1530
C Programming - Data Types
posted byRyanJames27inProgramming in C & C++
In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived data type, Declaration of Variables, User defined type declaration, Declaration of Storage Class, auto, static, extern, register, Defining Symbolic Constants, Declaring Variable as Constant and Volatile Variable.
(3 ratings)
Reviews0
PriceFree
Views2790
C Programming - Constants and Variables
posted byRyanJames27inProgramming in C & C++
In this tutorial you will learn about Character Set, C Character-Set Table, Special Characters, White Space, Keywords and Identifiers, Constants, Integer Constants, Decimal Integers, Octal Integers, Hexadecimal integer, Real Constants, Single Character Constants, String Constants, Backslash Character Constants [Escape Sequences] and Variables.
(0 ratings)
Reviews0
PriceFree
Views1823
Managing Membership and Roles in ASP.NET 2.0
posted byrjamesinTutorials & Tips
In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.
(3 ratings)
Reviews0
PriceFree
Views1750
What�s New in ASP.NET 2.0
posted byrjamesinTutorials & Tips
In this tutorial you will learn What�s New in ASP.NET 2.0, New Controls, Master Pages, Site Navigation, User Management, Personilizaiton, Themes and Skins, Mobile Devices, Site Counters, Configuration and Deployment.
(0 ratings)
Reviews0
PriceFree
Views1406




