where is subsonic 2.* documentation [closed] - subsonic

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 2 years ago.
Improve this question
I have to get up to speed with subsonic 2.* to support an existing application. The subsonicproject website has a few walk-throughs but I was hoping to find something more complete. For instance, I don't see any mention of how to create a new record using subsonic.
Thank you,
Myron

Start here:
http://subsonicproject.com/docs/ActiveRecord
Then just go down the list:
http://subsonicproject.com/docs/Setting_up_SubSonic_2.x
http://subsonicproject.com/docs/Simple_Query_Tool
http://subsonicproject.com/docs/Command_line
The whole idea was to make it really, really simple to do things. People expect to have to read reams of docs to get into it - you don't. It's supposed to be a simple thing.

Official documentation can be found here, under the heading "SubSonic 2.2 (for .NET 2.0 and up)". However, I'm sure you have seen that it is woefully inadequate.
You may be better served by checking through Rob Conery's blog. SubSonic 2.* content starts somewhere in 2007.

Related

What are some good learning resources? [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 3 years ago.
Improve this question
I was wondering if there where any good resources like books or programs for learning how to code. I've been trying to learn by watching tutorials but I end up just fallowing the instructions without really knowing how and why things go together the way they do. So I get lost when trying to make my own projects.
I was wondering what are the recommended resources? preferably with plenty of exercises so I could get a lot of practice.
Thank you!
Simpson
Try sololearn app
After getting the certificate
Then re-take the course from
W3shools but always remember to practice and inverting the codes you learn
R. i. P English

How to write calabash features in a optimized way? Refer me any source to learn? [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
I am a newbie of calabash-android. i did learn how to write scripts for automation testing. please refer me some "books" or "articles" to learn how to write scripts in a optimized way.
I recently started a new job as an automated tester for a mobile app and found the following book a good introduction to the Cucumber framework:
https://pragprog.com/book/hwcuc/the-cucumber-book
It doesn't go into lots of detail about Calabash specifically but does have lots of information on writing tests in general.
Once you have your feature files in place you just write the underlying code (Ruby in my case) to make the app do what you want (ie. touch, swipe).
It's also good to use:
query('*') whilst in the calabash-android console. It dumps out the all the information you need to know for example what ID's and text to check for on any given screen.

SnapSVG Tutorial [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 just starting Working with SnapSvg plugin, But it seems the plugin very little teaching resource,
Is there any Ebook or course about SnapSVG?
look these links maybe help you
http://www.i-programmer.info/programming/javascript/6537-getting-started-with-snapsvg.html
http://snapsvg.io/docs/
Snap is quite new, so you won't see a lot of established resources. The one Mohammad links should be a good start. I've also been compiling some of the test Snap stuff I do here. It has quite a few examples that are relatively self explanatory.
Its also worth reading things on Raphael. Raphael was written by the same author, and is good for compatibility with older browsers. A lot of the examples and things like transform strings are basically the same, so in many cases you can do similar things. So if you read an ebook on Raphael, it will be quite helpful.

EAGLE 6.3 library with basic parts [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 2 years ago.
Improve this question
Hello i haven't been using EAGLE for a while now and had mostly forgot where to get any good and complete library of basic parts like resistors, LEDs, transistors... I have tried to find a library i need on EAGLE web page, but i haven't found any, that would offer quite large amount of basic parts.
If anyone could point me to a library with a good and large set of basic parts he would really save my day.
The Sparkfun Eagle libraries are quite good. Download at https://github.com/sparkfun/SparkFun-Eagle-Libraries
dear you can use "ORCAD" software rather than using EAGLE as it is easy in use and easy availability of its libraries on net.

DotNET String comparisons [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
After a few harsh lessons I now always use OrdinalIgnoreCase when comparing Strings in DotNET. I've run into maybe 5 different problems to do with numerics, weird alphabets and localisations. Does anyone know of a good site that explains in depth a lot of the problems with culture specific Strings, preferably with a bunch of good examples of where and how something can fail?
Plenty of MSDN info:
String-Related Issues
Best Practices for Developing World-Ready Applications
New recommendations for Using strings in .Net 2.0
Performing Culture-Insensitive String Comparisons
How culture Affects Strings
And a search for more info.
I actually found MSDN quite useful for this explanation.
For detailed information, have a look at New Recommendations for Using Strings in Microsoft .NET 2.0.
this one seems preety good to me.
I live in Turkey and I know that understanding the turkish İ character will help you understand the concept better.
Here's my favorite: Sorting it all Out

Resources