Skip navigation.
Home

news aggregator

an easy way to implement asp.net callback

The Code Project Latest Updates - Fri, 2010-09-03 18:14
Implementing callback inside User Control , choosing between client callback and Ajax framework,

Play Embedded YouTube Videos Randomly

The Code Project Latest Updates - Fri, 2010-09-03 17:34
Illustrate how to embed a YouTube video into a web page, built a random play list and launch a video on the fly.

Basics of dataflow programming in F# and C#

The Code Project Latest Updates - Fri, 2010-09-03 16:34
Article intoduces dataflow programming and provides basic implementations of dataflow variables in C# and F#

Managing Workflow Services with Windows Server AppFabric

The Code Project Latest Updates - Fri, 2010-09-03 15:31
Introduces Windows Server AppFabric

File System Filter Driver Tutorial

The Code Project Latest Updates - Fri, 2010-09-03 14:02
This tutorial will show you how to develop a simple file system filter driver.

Reflection Studio - Part 2 - User interface: Themes, dialogs, controls, external libraries

The Code Project Latest Updates - Fri, 2010-09-03 13:27
Reflection Studio is a "developer" application for assembly, database, performance, and code generation, written in C# under WPF 4.0.

Addition, Multiplication of Very Long Integers

The Code Project Latest Updates - Fri, 2010-09-03 06:40
preforming addition, multiplication of very long integers using C#

Implementing auto-tiling functionality in a tile map editor

The Code Project Latest Updates - Thu, 2010-09-02 23:58
This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor etc.

New Features in .NET 4.0

The Code Project Latest Updates - Thu, 2010-09-02 15:41
This article breifly explains New Features in ASP.NET 4.0 and C Sharp 4.0

Creating a simple Windows Service

The Code Project Latest Updates - Thu, 2010-09-02 14:40
Article describe how to create simple Windows Service using MS Visual Studio

Documenting the Life Cycle of an ASP Page

The Code Project Latest Updates - Thu, 2010-09-02 14:34
A simple framework for documenting the events of master and child pages and web controls.

Splash and Login Forms (Problems and solutions)

The Code Project Latest Updates - Thu, 2010-09-02 14:27
The more perfect description of the creation the Splash and the Login forms with providing a full source code

Single Sign On (SSO) for cross-domain Asp.net applications, a simple implementation model

The Code Project Latest Updates - Thu, 2010-09-02 14:01
Architectural approach of a domain independent Single Sign On implementation for Asp.net applications

MSI for a .NET COM component with NAnt

The Code Project Latest Updates - Thu, 2010-09-02 12:56
Creating MSI with NAnt

Silverlight View Model Style Popup

The Code Project Latest Updates - Thu, 2010-09-02 04:54
An example of an easy to use View Modal Style Popup and Silverlight Value Converter

Making WCF RIA Services work in a DMZ/Multitier architecture using Application Request Routing

The Code Project Latest Updates - Wed, 2010-09-01 23:26
A guide to creating secure Silverlight + WCF RIA Services applications for the enterprise! This is done using Application Request Routing (turning IIS in a reverse proxy).

Multiple file uploads with progress bar using classic ASP.NET and C#

The Code Project Latest Updates - Wed, 2010-09-01 20:25
In web applications, displaying a progress bar is necessary while uploading files. This article helps in creating a progress bar for single file and multi-file uploads in ASP.NET 2.0.

Unlimited Query string - ASP.NET

The Code Project Latest Updates - Wed, 2010-09-01 18:44
Unlimited Query string Solution for Web Application.

How to Display Images in ComboBox in 5 Minutes?

The Code Project Latest Updates - Wed, 2010-09-01 17:51
This is an extended ComboBox which support images for items.

Twitter Spam and the OAuthcalypse

F-Secure Virus News - Wed, 2010-09-01 17:43
Twitter discontinued support for basic user authentication in third-party applications yesterday morning.

Good. It's always best to never share your password with a third-party. Even if you trust them, their database could be compromised, and your password along with it. The discontinuation of basic user authentication also removes the vector of brute force password attacks via Twiter's API.

All third-party applications must now use Twitter's OAuth.



So, that being the case… we have a feature request.

The other day, we came across some Twitter spam using a bit.ly link that pointed to an application called "Lady Gaga photos".



If you "Allow" the application, two things will happen: the account tweets spam and follows two new accounts (emoboyxx3 and BoyGeorge).

We don't suspect Boy George is behind this…



Okay, so it's a spam application. Time to visit Settings/Connections and revoke its access.



And here's our feature request, we want a "Revoke Access and report as a spam application" as well as the "Revoke Access" option.

Cheers!

On 01/09/10 At 03:36 PM

Syndicate content