can someone explain to me what technet subscription is all about? [closed] - technet

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What is technet subscription all about?
Will it give me a license for an o/s, vs.net for use in production for "free"?
How does it differ from MSDN?

This link (http://ladylicensing.spaces.live.com/Blog/cns!87F95F1B5B21B01E!1241.entry) has more information (This is the blog of Licensing Escalation Manager at MS). To quote from the link:
"The software provided with an MSDN Subscription is for design, development, testing, and demonstration of applications in a non-production environment.
The software provided with TechNet Plus subscriptions is for evaluation purposes only."

Technet is basically demoware. MSDN is real products.

MSDN is designed for programmers.
Technet is designed for non-programming IT professionals.

The way it was explained to me by a Microsoft guy.
Technet is intended for IT professionals to evaluate the various products and use it for providing support for said products. It's also used for planning deployments and testing your custom stuff like macros.
MSDN is intended for development professionals to build and support their own products on or around Microsoft products.
MSDN costs more but think about the target audience - professional developers.

Related

Marklogic or MongoDB [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 would to know which one choose MarkLogic vs MongoDB, I know its properties but in term of learning which one is more acceptable to choose? I have chosen MarkLogic but I think it's difficult to learn because it has a lot of documentation and it hasn't much comunity developers.
I have to choose one option for project our company and my boss is worried about MarkLogic's curve learning.
Help me which one choose.
Disclosure: I work for MarkLogic.
You mention your concern about learning how to work with MarkLogic. We have a MarkLogic University team that has excellent training resources. Take a look at their Developer Track courses. These courses are free and are available with in-person, via-Internet, or self-paced formats. Once you've learned the basics, you can follow that up with tutorials, the technical blog, On Demand videos, guides, and maybe a local Meetup, based on your needs. Our community may not be as big, but those who work with MarkLogic tend to be very helpful. You can post specific technical questions here on Stack Overflow.
The bigger question is what do you need from your database? For that, I'll join #Tamas in referring to his article comparing the two.

Free Build Server Service for opensource projects? [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
Does anyone know of a free build server service to coincide with scm/forum/issue tracking services such as sourceforge/googlecode?
Obviously hudson/jenkins service would be my first preference related to primarily java/maven2, but anything would be nice!
Thanks!
Cloudbees has an offering for FOSS projects.
Another one (especially for public Github repos): http://travis-ci.org/
Researching the same thing currently, I stumbled over jenkinshosting.com (reported as suspicious site, Aug2012)- Jenkins build server, free for FOSS. Haven't tried it yet, though.
Atlassian offers licensed and on-demand products to open-source projects. Bamboo may be included.
https://www.atlassian.com/software/views/open-source-license-request
A TeamCity based server farm is available for open source projects through http://teamcity.codebetter.com/. Read the announcement.
Another option for OSS is http://www.appveyor.com/, which is including support for Windows 8.1 store apps.
Jenkinshosting.com use to offer free open source hosting. It's worth checking out to see if it's still continued.

Looking for free(ish) PostgreSQL database viewer for Mac [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
Is there any software for viewing UML-like diagrams of postgreSQL DB schemas for the Mac? Here's an example of what I would like to see.
(source: google.com)
Cheap's good, free's better.
A similar question was asked here, but the software pointed to here appears not to be available for the Mac, and is no longer being supported anyway.
Some days ago I had the same question. I found several, but the one that I'm using is DbVisualizer. It is multi-platform, free, and easy to install. It also has a paid version, but the free one is enough for visualization purposes. It supports PostgreSQL, MySQL, Informix, Oracle, Microsoft SQL Server, and many other DBMS'.
Here is the download link
DbWrench is not free (but not expensive either) and quite good: http://www.dbwrench.com/
PowerArchitect Community edition is free, but the really interesting features seem to go into the enterprise edition: http://www.sqlpower.ca/page/architect
Both are Java based and work on the Mac
Aqua Data Studio offers an ER diagram generator and ER modeler but it's pricey now.
Free licenses for qualified open source developers; reduced licenses for qualified academic users.
The accepted answer's link doesn't work any more.
Here is an acceptable tool that's free and produces graphic diagrams: http://www.dbvis.com/

Sparx System Enterprise Architect Book [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 6 years ago.
Improve this question
Does anyone know if there is a book about Sparx systems Enterprise Architect ? (besides sparx site and reference)
Sparxsystems Central Europe offer their own book, based on Enterprise Archtect.
Project Management with UML and Enterprise Architect
ISBN-10:3-9502692-1-5
ISBN-13:978-3-9502692-1-5
An adoption to EA 8.0is is in work and will released end of Aug. 2010.
Further Info http://www.sparxsystems.eu/ea-sparx-systems/ea-news/news-beitrag/article/new-book-released-project-management-with-uml-and-enterprise-architect/
There is a good book with a practical example.
"Use case Driven Object Modeling with UML" written by Doug Rosenberg and Matt Stephens
They explain there methode how to develop with the relevant parts of UML. They refer a lot to the Sparx Enterprise Architect tool.
There is also a digital version of the book mentioned above: you can find it at http://leanpub.com/entarch
Advantages of the ebook:
available in pdf, epub (for iPad, iPhone, eReaders) and mobi (for Amazon Kindle)
cheaper
includes a bonus chapter
free updates
immediate download
Peter Doomen has recently released an e-Book (pdf, ePub, Mobi-Kindle) version of Fifty Enterprise Architect Tricks. Also available in paperback which I've read and enjoyed. Find it at https://leanpub.com/entarch

How can I learn about writing project specs? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I recently read through Code Complete, and it recommends that I create a project specification before actually coding.
The book didn't go very far into detail about what 'specs' are, and how they are made. Because this is a crucial part of software development, I would like to know how to create quality specs that are not too exhaustive.
Where can I learn more about software specifications? Or any of the other prerequisites outlined in Code Complete?
Here's Joel's article on Function Design documents.
http://www.joelonsoftware.com/articles/fog0000000036.html
If you are looking for books, I can recommend two right now, and in fact, I ordered a third because it looked good.
The two I can recommend fully are:
Software Requirements (2nd Edition)
More about Software Requirements
I also ordered a third book:
Software Requirements Patterns
Joel Spolsky posted the functional spec to his CoPilot application along with a brief blog post about it.
http://www.joelonsoftware.com/articles/AardvarkSpec.html