giladkhen

Stories submitted by giladkhen

Amazon Web Services - Allocate Address example(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

The ec2-allocate-address command assigns an EC2 Elastic IP Address to an account. An Elastic IP address is associated with an account and billed accordingly until the address is released using ec2-release-address command. This example allocates a new address for the account. read more...

add a comment |category: |Views: 20

tags: another

csharp abstract factory design pattern(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

The intent of the pattern, as described in Design Patterns, is to "Provide an interface for creating families of related or dependent objects without specifying their concrete classes.". Online example with source code. read more...

add a comment |category: |Views: 40

tags: another

C# Language Events Sample(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

This tutorial shows how to declare, invoke, and hook up to events in C# - online example with source code. read more...

add a comment |category: |Views: 9

tags: another

ASP.NET Message Box in JavaScript(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

Demonstrating how to open a message box in ASP.NET - online example with source code read more...

add a comment |category: |Views: 87

tags: another

Css Dock Menu with jQuery(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

A mac-like doc menu using the jQuery library - online example with source code read more...

add a comment |category: |Views: 183

tags: another

Facebook Developer Toolkit for ASP.NET - Image Gallery Example (coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

This library enables developers to use LINQ (.NET Language-Integrated Query) with Facebook instead of string based FQL queries. The main benefits of using this library are: * Type safety: queries are now typed and their syntax is verified during compilation * Auto-complete now functions when composing queries in Visual Studio * Using Facebook / anonymous objects for query results read more...

add a comment |category: |Views: 183

tags: another

ASP.NET 3D Bar and Column charts as cylinders(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

Demonstration of the new MSCharts upcoming library read more...

add a comment |category: |Views: 10

tags: another

A master page CSS template for an advertising website (coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

Website templates are pre-designed websites all you need to do is add your own personal content and your ready to jump start your own website. You can customize the website templates any way you like. This template is for an advertising website. read more...

add a comment |category: |Views: 45

tags: another

ASP.NET Ajax Control Toolkit animation example(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

The AnimationExtender is a simple extender that allows you to utilize the powerful animation framework with existing pages in an easy, declarative fashion. It plays animations whenever a specific event like OnLoad, OnClick, OnMouseOver, or OnMouseOut is raised by the target control. read more...

add a comment |category: |Views: 758

tags: another

Visual Studio in your browser?(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

CodeRun is a collaborative online IDE that supports ASP.NET and Ajax, with an extensive set of open source controls and code examples. read more...

add a comment |category: |Views: 28

tags: another