Stories recently tagged with 'API'

Animaonline Weather API 2.5.0.0 Is Here (animaonline.blogspot.com)

submitted by animaonlineanimaonline(275) 2 years, 1 month ago

Animaonline Weather API 2.5.0.0 Is Here! What's New: The core has been rewritten from scratch and now utilizes LINQ. The API is now much faster and more stable. read more...

add a comment |category: |Views: 66

tags: another

Windows API Code Pack for .NET Framework | {Programming} & Life(goneale.com)

submitted by gonealegoneale(1055) 2 years, 5 months ago

Some of you might remember that I blogged about the Windows 7 managed code API’s accessible via the Windows API Code Pack a little while ago, well I just would like to clarify that point and say the Windows API Code Pack is not just for Windows 7 developers and provides many exciting features never easily been available through a managed API before... read more...

add a comment |category: |Views: 26

tags: another

ASP.NET Chart with MVC and Google Spreadsheet API(leniel.net)

submitted by lenielleniel(489) 3 years ago

Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API. It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control. read more...

add a comment |category: |Views: 646

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

submitted by bkonbkon(210) 3 years, 2 months ago

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 389

tags: another

AlphaVSS 0.7.0 - Bringing the Volume Shadow Copy Service to .NET(alphaleonis.com)

submitted by decafdecaf(20) 3 years, 5 months ago

AlphaVSS is an open source library that provides a managed .NET interface to the Windows Volume Shadow Copy Service, making it possible to conveniently access and use the VSS API from within eg. C# or VB. read more...

add a comment |category: |Views: 173

tags: another

Linq Framework Design Guidelines - evolve into optimized frameworks(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 6 months ago

This is from the team that brought you ‘Framework Design Guidelines’ led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example : defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration. read more...

1 comment |category: |Views: 40

tags: another

Quick and dirty reporting with the Google Chart API(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 9 months ago

A quick example of how to quickly create a graphical report using the Google chart API, and driven off of your database. read more...

1 comment |category: |Views: 98

tags: another

GDI+ painting basics(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 9 months ago

The core of GDI+ is the Graphics class which draws all the needed lines, curves, shapes, text and images. The Graphics class encapsulates a GDI+ drawing surface, which can be a window or print document. You paint on this drawing surface using a combination of the methods the Graphics class provides. read more...

add a comment |category: |Views: 51

tags: another

GDI+ Windows rendering API(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 10 months ago

Microsoft GDI+ is a part of Windows XP/Server 2003 operating system that provides 2D vector-based graphics, imaging and typography. GDI+ is an improved version of the old GDI (Graphics Device Interface), which is part of previous Windows versions. The GDI+ programming model has been revised to make graphics programming easier and more flexible. read more...

add a comment |category: |Views: 29

tags: another

FriendFeed API now available!(friendfeed.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

"All requests to the FriendFeed API are simple HTTP GET and POST requests. For example, you can fetch the JSON version of the most recent 30 public entries published to FriendFeed by fetching http://friendfeed.com/api/feed/public. All of the API requests that output feeds are available in four formats: JSON, a simple form of XML, RSS 2.0, and Atom 1.0. JSON is the default output format. " read more...

add a comment |category: |Views: 28

tags: another

Add System Menu Items to a Form using Windows API(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

This is something I used to have a code snippet for in VB6, but I haven't needed to do this in a while so I never wrote up an example in .NET. So, here's the simple code necessary to add some custom menu items to your applications System Menu. If you're not familiar, the System Menu is the menu that shows up if you click on the apps icon in the upper left or if you right click the app in the taskbar. read more...

add a comment |category: |Views: 19

tags: another

New and Updated Live API's for Web Developers(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 11 months ago

A series of new or updated API's that developers can use for building web applications are available from the Windows Live Dev site. The new services and API's are listed below. Go to Dave Treadwell's post to read about them in more detail. read more...

add a comment |category: |Views: 71

tags: another

Google Chart C# API(brainyautomation.com)

submitted by tallentallen(130) 4 years ago

Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. read more...

add a comment |category: |Views: 3797

tags: another

Using the Flickr.net Api on a medium trust server(vdcruijsen.net)

submitted by GeertGeert(55) 4 years, 1 month ago

I noticed a lot of people are having trouble running the Flickr.net Api from Codeplex on a medium trust host. Here's the answer read more...

add a comment |category: |Views: 43

tags: another

Querying YouTube using C# and Google Data Client Libraries(dotneat.net)

submitted by iloireiloire(310) 4 years, 1 month ago

Querying YouTube using C# and Google Data Client Libraries with example code to download. read more...

add a comment |category: |Views: 216

tags: another

Another Asp.Net Control for Google Charts(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 2 months ago

I realize that I am not the first or only one to get the idea to create a Google chart Asp.Net control, but since my approach is so different, I figured I would go ahead and submit my own. Plus, this has many more features. read more...

add a comment |category: |Views: 100

tags: another