Stories recently tagged with 'API'

Basic HTTP authentication in ASP.NET Web API using membership provider(www.piotrwalat.net)

submitted by pwalatpwalat(44) 10 days, 22 hours ago

Blog pos showingt how to provide Basic HTTP authentication in ASP.NET Web API with support for membership and role providers by extending framework’s AuthotrizeAttribute. read more...

1 comment |category: |Views: 265

tags: another

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

submitted by animaonlineanimaonline(275) 2 years, 5 months 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: 73

tags: another

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

submitted by gonealegoneale(1055) 2 years, 9 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(504) 3 years, 3 months 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: 657

tags: another

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

submitted by bkonbkon(210) 3 years, 6 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: 391

tags: another

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

submitted by decafdecaf(20) 3 years, 9 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: 175

tags: another

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

submitted by dcarrdcarr(790) 3 years, 9 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: 41

tags: another

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

submitted by SuperJasonSuperJason(2740) 4 years 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: 100

tags: another

GDI+ painting basics(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years, 1 month 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: 53

tags: another

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

submitted by eugenciutaeugenciuta(715) 4 years, 1 month 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: 34

tags: another

FriendFeed API now available!(friendfeed.com)

submitted by JemmJemm(9604) 4 years, 2 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) 4 years, 2 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) 4 years, 2 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, 3 months 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: 3836

tags: another

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

submitted by GeertGeert(55) 4 years, 4 months 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: 44

tags: another

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

submitted by iloireiloire(310) 4 years, 5 months ago

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

add a comment |category: |Views: 219

tags: another