Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP.NET | Tutorials & Tips

Results 221-240 of 654
VB.NET 2005 Free Training: Differences between VB.NET 1.0 and VB.NET 2.0
VB.NET 2005 Free Training: Differences between VB.NET 1.0 and VB.NET 2.0: VB.NET 2005 comes with a number of enhancements. The IntelliSense Code snippets, the Windows Forms designer updates, IntelliSense filtering, debugger data tips, exception Assistant etc make the software a pleasure to work with. The language has been spruced up with generics, unsigned types, Operator overloading etc.
(3 ratings)
Reviews0
PriceFree
Views1736
Counting Records In ASP.NET
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.
(3 ratings)
Reviews0
PriceFree
Views2248
SQL Server Reporting Services tutorial
SQL Server Reporting Services (SSRS) is a server-based report generation software system from Microsoft. SSRS provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports. With Reporting Services, you can create interactive, tabular, graphical, or free-form reports from relational, multidimensional, or XML-based data sources. You can publish reports, schedule report processing, or access reports on-demand. Reporting Services also enables you to create ad hoc reports based on predefined models, and to interactively explore data within the model. Tutorial presents Reporting Services introduction. Find out how to design, develop and deploy reports.
(1 ratings)
Reviews1
PriceFree
Views772
Optimization with server controls, application settings & coding practices
Explains different techniques of ASP.NET WebApplication speed optimizations regarding to use of: - page and server controls, - web application settings - best coding practices.
(1 ratings)
Reviews1
PriceFree
Views1499
ASP .NET 2.0 Framework Tools
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.
(1 ratings)
Reviews1
PriceFree
Views2232
Include Multiple .Config Files in ASP.NET Web Application
Explains how to include multiple .config files to make ASP.NET Web application more secure and manageable. Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time.
(1 ratings)
Reviews1
PriceFree
Views2361
Creating Task Manager in ASP.NET MVC5
A step-by-step tutorial that explains how to build a task manager in ASP.NET MVC5 with the use of DHTMLX Scheduler .NET, ASP.NET Identity and Entity Framework.
(0 ratings)
Reviews0
PriceUSD 299.00
Views774
How to create a Cloud Service with Windows Azure
Today I’m going to show you how I created a cloud service with Microsoft Windows Azure. It’s pretty easy, and the tools are great to work with. I am putting the code up on GitHub if you want to extend or experiment with it
(0 ratings)
Reviews0
PriceFree
Views680
Task Manager Creation in ASP.NET MVC
A simple step-by-step tutorial that explains how to create a task manager in ASP.NET MVC from scratch. Two groups of users (Manager and Employee) are created in the application. Manager can create, modify and assign tasks to employees who can only view task details and change the status of each task.
(0 ratings)
Reviews0
PriceUSD 299.00
Views830
Creating a Web Calendar App with NHibernate
This article explains how to create a NHibernate-based app with Scheduler .NET web control. The provided descriptions include the creation of a database in SQL Server Management Studio. A demo sample is provided for download.
(0 ratings)
Reviews0
PriceUSD 299.00
Views890
Room Booking Calendar in ASP.NET MVC3
Explore this step-by-step tutorial to see how to create a room booking calendar in ASP.NET MVC3 Razor. You'll learn how to set up credentials authentication with ASP.NET Membership and add essential booking features to Scheduler .NET. A demo sample is available for download.
(0 ratings)
Reviews0
PriceUSD 299.00
Views815
Event Calendar with Entity Framework: Quick Guide and Sample
By covering the five simple steps of this tutorial you'll create an event calendar in ASP.NET MVC 4 that uses Entity Framework. The calendar offers standard calendar views and functions, such as simple drag-and-drop, Ajax loading, events load and save and an attractive and customizable appearance. The functionality can be extended when required.
(0 ratings)
Reviews0
PriceUSD 299.00
Views849
Asp.Net Simple Survey Application
The companies which are offering variety of services to the customers, they need to get the response from the customers in many forms. By analyzing these responses companies will have an overview of their services and performance. The surveys or polls are very much important in different situation and organizations. for examples, consider a company is selling different products in the market. If they want to know the product usage and end user satisfaction they will conduct a simple survey among the users after collecting most of the public responses, they start analyzing these response in different angles like, What is usage percentage of this product among the people. How often people are purchasing this product Public satisfaction index and etc. Here I am going to brief you out how to create and manage the application from asp.net
(0 ratings)
Reviews0
PriceFree
Views836
How to Learn C# Part 5 - Selection Statements
A detailed look at selection statements in C# and how they control program flow
(0 ratings)
Reviews0
PriceFree
Views653
How to Learn C# Part 4 - Variables and Types
In this tutorial we'll cover variables in types in C# and how they work.
(0 ratings)
Reviews0
PriceFree
Views653
How to Learn C# Part 3 - Coding Basics
In this tutorial we'll go over some C# coding basics so you can get started writing complex ASP.Net pages fast
(0 ratings)
Reviews0
PriceFree
Views614
How to Learn C# Part 2 - .NET Namespaces
In part 2 of my series we go over namespaces and what they mean for .NET programming
(0 ratings)
Reviews0
PriceFree
Views637
How to Learn C# Part 1 - Introduction to C# .NET
In this introduction to C# I explain how to get set up and start writing code in C#
(0 ratings)
Reviews0
PriceFree
Views791
5 Steps to a Simple Scheduler in ASP.NET MVC3/MVC4
By following this 5-step tutorial, you'll learn how to create a simple scheduler/ event calendar in ASP.NET MVC. Setup instructions via NuGet, code snippets and screenshots are provided.
(0 ratings)
Reviews0
PriceUSD 299.00
Views751
Introduction: Validation Controls - Course ASP.NET 4 and Visual Studio 2010 - Lesson 13
In this video, we start our discussion on validation controls. We explain the need of these controls and their importance for data validation. Any control with the ValidationProperty attribute can have its data validated using the validation controls. These controls validate the data on the client side and the server side. We can turn off the client validation by setting the EnableClientScript property on the validation control to false. The example we create in this case uses the RequiredFieldValidator to make sure the user enters data for the name and the quantity. Then we add the CompareValidator to make sure the user enters a numeric value for the quantity. To associate the control with its validation control, we set the ControlToValidate property. We set the Text property to “[Required]”, and that is what will display to the user if he/she does not enter a value in the associated control.
(0 ratings)
Reviews0
PriceFree
Views689
Results 221-240 of 654