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 can't really seem to find any good .NET Micro Framework Tutorials on google. Does anyone know of any?
Have a look here: http://informatix.miloush.net/microframework/, this site contains many examples, articles and resources you will find handy when developing for Micro Framework.
On that website there's a feed which aggregates all the feeds from all the blogs targeting .net micro framework, so you can stay in touch with the latest news from this field.
And if you are seriously interested in developing for this platform, you should get the book called Expert .NET Micro Framework. It is an excellent introduction with many examples and how-tos.
Check Scott's Hanselminutes Session at http://www.hanselman.com/blog/HanselminutesOn9TheNETMicroFrameworkWithColinMiller.aspx
As well as the earlier mentioned http://informatix.miloush.net/microframework/, You could check out the official .NET Micro Framework portal on MSDN.
It has some links to blogs with some good "Howto's"
Here's a "getting started" tutorial with some book recommendations
There's also an unofficial community which may offer some help on the matter: http://wiki.microframework.nl
A really good way for you to learn and understand the .NET micro framework is by using it for embedded software development. You can purchase a board called the Netduino available at http://www.netduino.com. You can work on some of the example projects mentioned on the web site or peruse online through the netduino forum community for more sample projects.
By doing hands on work, you can relate to the .net micro framework libraries in the context of real world embedded applications. This will be very useful to you and you will have fun learning it.
Related
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
Ive been always using PHP only as a backend language to create websites. Now I want to try something new, and my choice is ASP .NET.
After a little research I found out I need the following knowledge - C#, then .NET framework, then ASP MVC pattern, and then the entity framework.
Is that right?
Can you recommend me some good books on that topics?
Thanks!
The book recommendation question is off-topic, but your initial question is not, so I'll answer that one.
Yes, there are a lot of things to learn going from PHP to ASP.NET MVC, especially if you've never done software development in a MVC pattern before. First, I would recommend that you learn about the ASP.NET MVC architecture, then start developing a test site. You can pick up C# and any .NET Framework functions along the way. I think learning by doing is the best way. If you want to use an ORM, then you can learn about EF, otherwise, you can always connect and query the database using ADO.NET.
There are also many great free resources on the web, but personally I do find books to be more useful if I want to master a subject. Hope this helps!
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
My background:
1. I recently graduated college (BS in CS), and have been working full time as a MOSS 2007 software developer for 7 months. Any server side code I write is in C# using asp.net 2.0.
2. I have mostly (Java, C) experience and a strong grasp of OOP from college.
What I'm looking for:
A book on asp.net 2.0 that will help me understand the framework. If code examples are in C# or there is additional information on C# development, that is a plus, but my primary goal is to understand how the framework works. For example, I know that Page_Init gets called, then Page_Load, etc but how does that work internally? Any recommendations?
Right now I'm looking at the following books:
Professional ASP.NET 2.0 Programmer to Programmer,
Professional ASP.NET 2.0 Special Edition,
CLR via C#
Given the info above, can anyone help me limit my choices? I like the reviews for CLR via C# the best, but I'm not convinced that it will provide enough info about asp.net itself. For the other two titles, I'm wary that they assume too much knowledge of asp.net v1, but I have no such experience. Thanks.
CLR via C# is not a book about ASP.NET but it's a must for any developer working in .NET to understand it's inner workings. I say again, a must.
Either of mentioned ASP.NET books are good and provides what you need.
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
Does anyone have a good tutorial or information how can I start programming C# application using Kinect? I have been searching and all I find are videos but no real articles.
I've seen several people talk about starting from http://codelaboratories.com/nui
Their platform comes with a "WPF/C# (.NET 3.5) Visual Studio 2010 Sample Application" - and there's lots of talk on forums like http://nuigroup.com/forums/viewthread/11249/ - plus look on here under https://stackoverflow.com/questions/tagged/kinect
Whatever you write, bear in mind that the official SDK is on the way - my guess is that there might be some sort of CTP available near MIX11?
You're definitely in pioneer territory - so expect to hit the odd problem along the way - but enjoy it!
Update - the official SDK will be available here - http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/ - "soon"
I advise to take a look at OpenNi. This project (Which is was founded by PrimeSence, the company behind Kinect's technology) provides "middleware" for skeleton tracking, as well as gesture recognition.
The middleware supports all PrimeSence's based products (as well as any other that will follow the open standard) such as ASUS's Xtion Pro (which is cheaper than the Kinect, but lacks the video camera).
It comes with C# and Unity wrappers.
You may find the specific drivers for Kinect here, and a discussion group here.
Good Luck!
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 watched the DNR TV episode with Glenn Block and it looks like MEF would be useful for my company. I am trying to find out more information on it's strengths and weaknesses and some sample projects that use it. Are there any good blogs/tutorials on using MEF?
Note: I use C#, so if the examples are in C#, that would be awesome.
I haven't found a really comprehensive page, but there are a few:
Microsoft Docs
Simple Example from a msdn blog
Code Project's Introduction to MEF (part 1)
MEF 101 part A from Geek with Blogs
MEF 101 part B
Another MSDN blog, a little more history than tutorial
Mike Taulty recently did a set of screencasts on using MEF in Silverlight, which should be a good introduction to MEF.
I've done an ever growing series on MEF from the very basics into more advanced stuff planned in the near future.
http://randomactsofcoding.blogspot.com/2009/11/working-with-managed-extensibility.html
I wrote this MEF demo article on CodeProject, and all the code is open sourced.
If you're looking for information on the latest version of MEF that is shipping with the next .NET Framework, the definitive source of information is the BCL Team Blog on MSDN.
(MEF is part of the .NET Base Class Libraries.)
Microsoft Docs is a good start
Kathleen Dollard has some good materials as well
Dependency Injection in .NET by Mark Seemann has a section on MEF, as well as Castle Windsor, StructureMap, Spring.NET, Autofac, and Unity.
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
For Perl, there is cpan.org, where I can lookup and reuse any previously built package in my own code.
Is there a similar open source code repository for C#?
Edit: Thanks all. I also just found code.google.com.
http://www.codeplex.com/ for starters. That's the most "official" one. But you'll find numerous other resources such as sourceforge.net and CodeProject.com
Google Code also has a C# section
I think your what your looking for is CodePlex.
Wikipedia Entry:
CodePlex is an open source project hosting website from Microsoft. It allows shared development of open source software. Its features include wiki pages, source control based on Team Foundation Server but accessible using Subversion, discussion forums, issue tracking, project tagging, RSS support, statistics, and releases.
While Codeplex encompasses a wide variety of projects, including SQL, WPF and Windows Forms-related projects, major activities center around the .NET framework, including ASP.NET, and Microsoft's intranet collaboration server, SharePoint. The most prominent and used project that was born inside CodePlex, the AJAX Control Toolkit is a joint project between the community and Microsoft.
codeplex - not really 100% match to your need but has got lots of goodies
also codeproject