Categories
ASP.NET → Tips and Tutorials

A timesaver control: GridView

ASP.NET 2 has got several new foucs on development. Probably gridView will be your best friend of you. The GridView control automates many of the features of the DataGrid control. You have a full control on viewing, sorting, paging and editing. This ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Introducing C# 3 Part 4

This is the final part of a series on C# 3.0. It covers Linq - Language Integrated Query. It explains what declarative programming is, how Linq fits in with this paradigm and why it is a good thing, before explaining how to write Linq queries using a...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Introducing C# 3 Part 3

This is the third of a four part series on C# 3.0. It covers new features that will help you to build data structures more easily, including object and collection initializers. It then moves on to anonymous types, which are useful in Linq, and how ty...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Introducing C# 3 Part 2

This is the second of a four part series on C# 3.0. It covers extension methods, explaining what they are, when to use them and how to write them. It then moves on to lambda expressions, explaining the syntax and showing how C# 2.0 anonymous methods ...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Introducing C# 3

This is the first of a four part series on C# 3.0. It covers type inference, also known as implicitly typed variables. It explains what type inference is, why it is useful and the performance consequences of using it. It also looks at implicitly type...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

How to create ProgressBar user control

The user should be informed of percentage of some task completed. This article discuss about the custom user control to create a smooth, incrementing ProgressBar control. It''s typical user control which you can include in any of asp.net w...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Build a DotNetNuke FileManager in ASP.NET

If you have been playing around with DotNetNuke, you can probably agree with me that they have a very good FileManager that you can use it to upload your file,editing your file, downloading your file without have to use FTP or Remote Desktop. All the...
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Creating Contact Us Form using ASP.NET and SMTP

A lot of times, we as a web master want to include a contact us form in our web site to gather sales questions from our site visitors. I can see that most of the people actually just include an email like sales@domainname in their Contact Us Page. I ...
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Basic Introduction to ADO.NET in ASP.NET

ADO.NET was first introduced in version 1.0 of the .NET Framework and provided an extensive array of features to handle data either live,while connected to the database ,or when disconnected.. With the introduction of ADO.NET 2.0, you can have more f...
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Working with Directories, Drives and Files in ASP.NET

Many times in your ASP.NET applications, you need to interact with the local file system, directory structures, reading and writing to files. or performing many other tasks. The System.IO namespace in the .NET framework makes working with file system...
  • Platforms
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Page:
©2003-2019 jCay.com