| "Get the Place" Game |
| C# Corner |
|
|
| Accessing Oracle Database |
| C# Corner |
| This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete. |
|
| AdBanner (A GUI Application In C#) |
| C# Help |
| This programme will upload image files in the "images" folder. Then it will call one by one images to form a rotating Ad-Banner. This application includes two .cs files. One in which code for uploding file has been written and second one will call the images one by one. |
|
| Advertising on Mobile |
| C# Corner |
| Finally, its possible to advertise on your mobile phones. Mobile toolkit provides an add rotator control very similar to the ad rotator control for the Web. This Control will display the Advertisement in the random manner picking from the XML file. |
|
| Another Chart Engine Example |
| C# Corner |
| Another example of implementing charts with .NET. |
|
| ASP.NET Images - Thumbnails |
| ASP Alliance |
| In previous parts to this tutorial I showed you how we can use the system.drawing namespaces to build images on the fly, load and modify images and return them to the user. This article shows the algorithm for resizing an image while keeping its aspect ratio. |
|
| ASP.NET Images part 4: Manipulation |
| ASP Alliance |
| In previous parts of this tutorial we have looked at loading an image and returning the image to the users browser. The only manipulation we have done is resize it. This article shows how we can copy, rotate, crop and flip the image. |
|
| Assemblies and Code Distribution |
| C# Corner |
|
|
| Automatic Generated DataGrid Commands |
| C# Corner |
|
|
| Book Review: A First Look at ASP.NET v2.0 |
| http://aspalliance.com/ |
| A review of the book, A First Look at ASP.NET v2.0, by Alex Homer, Dave Sussman, and Rob Howard. |
|
| Brick Out Game in C# |
| C# Corner |
| Way back, I'd say about 1981 (ok maybe not so far back!), there was a game for the Apple II called Brick Out. The game was actually a bit more complex than the one I'm presenting here. The object of the game was to knock out all the brick by hitting a ball with a paddle against the bricks. This source code was provided at the time( in Apple Basic) and boasted 'Hi-Res' Graphics. |
|
| C# and its Types |
| C# Corner |
| In learning a new language the first pace is usually to learn basic concepts such as variables,operators,types,expressions etc. Variables represent storage locations. Every variable has a type that determines what values can be stored in the variable. C# is a strongly type-safe language, and the C# compiler assurance that values stored in variables are always of the suitable type.In this article let us see about the types in C#. |
|
| C# Logical Game |
| C# Corner |
|
|
| Caching in ASP.NET |
| C# Corner |
| One of the ways to improve the throughput is to use caching in web pages. Simply defined,
caching means just storing the frequently used items in memory. |
|
| CDataService: A Generic Database Access Class |
| C# Corner |
| Using a generic database access component in data-aware applications can simply development and separate data tier from business tier. |
|
| Charting in GDI+ |
| C# Corner |
| Here is an example of creating simple charts using GDI+ commands in C#. I have used the random class to create 5 random percentage values. I then use GDI+ to plot these values on a chart. |
|
| COBOL for Microsoft.NET |
| C# Corner |
| This article gives you introduction about how the age old COBOL can take a new energetic look under Microsoft.NET. |
|
| Code-Behinds in C# |
| ASPFree |
| This simple example shows how to use code-behinds in ASP.NET. The following code fills a dropdown box selecting data from the pubs database. This is an examplemethod of separating presentation from business logic. |
|
| Connections in Web.Config for Multiple Computers |
| ASPFree |
| I typically work on an application using about three different computers. It works great except that I was frequently forgetting to change the Web.Config connection string settings after the transfer. Needless to say, the application would crash, I would change the settings and then everything was fine. To overcome my problem, I started creating a CDb.cs class file in each application where I would place, among other things two static functions. |
|
| Converting Image Formats |
| .NET Xtreme |
| This code snippet uses System.Drawing namespace to convert the image formats. This simple but effective VB.NET and C# application accepts an image file as input and converts it to a variety of file formats viz. GIF, JPG, TIFF etc. |
|
| Creating and Saving Images to a Database in ASP.NET |
| DotNetJunkies |
| While I was developing an e-commerce site, I was faced with the problem of populating a SQL database with large and thumbnail product images for each product. Uploading two different sizes of the same image for a product seemed time-consuming and not practical, so I automated this process and you'll see the code in this how-to article. |
|
| Directory Picker Dialog |
| C# Corner |
| Although the open file dialog is a good tool for picking files, sometimes its the desire of the programmer to have a dialog that chooses a directory. This simple directory picker should get you started on this useful windows function. I wrote a previous article on this topic for Beta 1, but wanted to redo it for Beta 2. This Directory Picker in this article is also a bit different because it uses the "Large Icon" view of the ListView to traverse through directories. |
|
| Displaying Data in a ListBox Web Control |
| C# Corner |
| This simple sample example shows you how to show a column dable in a ListBox control. I 've used northwind.mdb Access 2000 database comes with Office 2000. |
|
| DOC: Help Topic for PropertyItem Class Is Not Complete |
| Microsoft Support |
| (821623) - In the Microsoft .NET Framework Class Library documentation, the help topic for the PropertyItem class is not complete. For more information, visit the following Microsoft Web site:... |
|
| DOC: Help Topic for PropertyItem Class Is Not Complete |
| http://www.kbalertz.com/ |
| (821623) - In the Microsoft .NET Framework Class Library documentation, the help topic for the PropertyItem class is not complete. For more information, visit the following Microsoft Web site:... |
|