Learning Direct2D [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have some experince creating windows controls in GDI and now
I'm looking for good resources (APIs, samples & good practices) to start learning about Direct2d.

Try this one
Introduction Direct2D

Related

Pencilblue: Building api around custom object type [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to build an API using pencilblue, but can't figure out how to start. This question is really wide but I'm looking for examples on creating CRUD API with custom object.
Thanks!

How to use rest webservice in extjs4.1 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am new bee to extjs.I want to learn How to use rest webservice in extjs4.1.can anybody provide good tutorial ?
Thanks
Here is a good starting point: http://docs.sencha.com/ext-js/4-1/#!/guide

Where can I find API which support TEX to create equation? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I know I can use Google Chart API such as http://chart.apis.google.com/chart?cht=tx&chl= x = \frac{-b \pm \sqrt {b^2-4ac}}{2a} to create equation,
but I find it's not very good, do you know more APIs which support TEX to create equation ? Thanks!

What's a good tutorial on how to deal with different "states"? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Just a tutorial to cover the basics of state machines and design patterns.
From this Google list, there's a nice one on Widipedia.
The Portlands Pattern Repository's Wiki has a few hints and pointers: StatePattern.
Try http://www.state-machine.com.

Where can I view Mono implementations of Math.* or Substring and the like [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Question says it all. I tried browsing through the latest tag but could not find the implementations for said functions.
Math.cs and String.cs. I agree it's a bit tricky, though Moon is definitely the wrong place.