Tron

Stories submitted by Tron

Delayed Download Prompt in ASP.NET MVC 3(spinningtheweb.blogspot.com)

submitted by TronTron(160) 4 months, 18 days ago

Walks through how to implement a delayed download prompt in ASP.NET MVC 3. read more...

add a comment |category: |Views: 4

tags: another

Slide to Unlock Control in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 7 months, 29 days ago

Use MonoTouch to make a control similar to the slide-to-unlock widget at the bottom of the iOS lock screen. read more...

add a comment |category: |Views: 18

tags: another

Custom Animations for the UINavigationController in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 8 months, 2 days ago

Pushing and popping controllers in a standard UINavigationController is a frequent activity when navigating an iOS app. Find out how to apply custom animations during this action using C# via MonoTouch. read more...

add a comment |category: |Views: 13

tags: another

Scheduling Local Notifications in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 8 months, 2 days ago

iOS 4 introduced local notifications, allowing apps to communicate brief text messages to users. In particular, a scheduled local notification can reach a user whether the app is running in the foreground, in the background or not running at all. This article shows how to schedule local notifications in C# using MonoTouch. read more...

add a comment |category: |Views: 31

tags: another

Async Web Service Timout(spinningtheweb.blogspot.com)

submitted by TronTron(160) 1 year, 2 months ago

Discusses an option for implementing a user-defined timeout on an asynchronous web service request. read more...

add a comment |category: |Views: 4

tags: another

The ref and out Keywords in C#(spinningtheweb.blogspot.com)

submitted by TronTron(160) 3 years, 9 months ago

Describes the ref and out keywords as they behave in C# with inline examples. read more...

add a comment |category: |Views: 8

tags: another

SQL Server 2005 Finicky with Nested Comments(spinningtheweb.blogspot.com)

submitted by TronTron(160) 3 years, 9 months ago

Post concerning stored procedures, nested comments and dealing with any resulting TextHeader Syntax errors. read more...

add a comment |category: |Views: 4

tags: another

Mobile Web Forms in Visual Studio 2005 SP1(spinningtheweb.blogspot.com)

submitted by TronTron(160) 4 years, 9 months ago

Mobile web form templates for Visual Studio 2005 SP1 are missing for web application projects. read more...

add a comment |category: |Views: 9

tags: another

The C# Coalesce Operator(spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 8 months ago

One of the lesser-hyped new features of C# in .NET 2.0, the coalesce operator remains important and can help developers produce more elegant code. read more...

add a comment |category: |Views: 18

tags: another

Using FontInfo in a Custom Server Control(spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 9 months ago

Discusses what is involved with adding a FontInfo structure as a property in a custom server control. read more...

add a comment |category: |Views: 5

tags: another

Control Designer Gotcha(spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 10 months ago

How to avoid a common pitfall associated with control designers when developing custom server controls. read more...

3 comments |category: |Views: 5

tags: another

Getting Visual Studio 2005 and IIS 5.1 to Play Nice (spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 11 months ago

Explains how to get IIS 5.1 to run ASP.NET 2.0 applications if installed after Visual Studio 2005. read more...

add a comment |category: |Views: 63

tags: another

Retrieving "Date Taken" EXIF Metadata From a JPG(spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 11 months ago

Describes how to use GDI+ in the .NET framework to access the "Date Taken" EXIF metadata in JPGs. Examples are in C#. read more...

add a comment |category: |Views: 255

tags: another