As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
This is my first time when I want to do linq to sql, I am looking for good video right from the beginning how to put that in vs 2010 if anyone has a good source I would appreciate it very much, I searched already but did not find anything good yet
As far as videos, there are a whole slew of them on the official ASP.NET site.
If you're looking for an example of applications that use Linq-to-SQL, you may want to try the Nerddinner application.
This site is pretty good, I use it a lot: http://msdn.microsoft.com/en-us/vcsharp/aa336746
Here's a good blog post from Jesse Liberty + info about a neat LINQ test tool called LINQPad. He's writing a new book on LINQ & reactive extensions for C# 5.
http://jesseliberty.com/2011/07/19/linq-pad-vs-visual-studio-for-learning-linq/
... and here's the tool that is packed with examples that you can run + play with to see results (way faster than attempting to do the same in VS2010)
http://www.linqpad.net/
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I know C# and I want to start with ASP.NET (I already know how to build websites, using PHP).
I need good resource for ASP.NET (MVC, the latest version).
I have found other qustions, seemiler to mine, but what I want is your recommendations.
The ASP.NET website is a good place to start:
http://www.asp.net/mvc/mvc4
I would recommend reading some documentation, follow some tutorials, and give it a shot.
If you run into any problems, you can always find answers / ask questions on here.
There's nothing better than looking at working code for a non-trivial project to learn something new. I'd highly recommend going through the MVC Music Store tutorial and type in every line by hand to help you remember. By the end you'll have a real good idea of what MVC is and why it's so cool.
Wrox's Beginning ASP.NET 4: in C# and VB is a great book to start with.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I need to develop asp.net web application using umbraco cms and iam a beginner to it too.As a part of it,iam looking for a learning resource which would help me learn to develop asp.net application using umbraco cms right from the scratch..
Thanks in advance!!!!
Have a look at:
Video Tutorial.
Building Your First Umbraco Site From Scratch
Few Links here:
http://our.umbraco.org/wiki/how-tos/umbraco-absolute-beginner-tutorial
This has a few links from it you may find helpful
http://umbracocms.blogspot.com/2010/08/guide-to-umbraco-cms-for-beginners.html
Some Video tutorials from Umbraco though for a small fee
http://umbraco.com/help-and-support/video-tutorials/
Once you have looked at the beginner tutorials your best option is going to be first identify the features your web application needs and then do google searches of 'How do i do xxxxxxxxx in umbraco' etc and work from there.
I find its much easier to learn something like this when you are working on a project and the things you are learning are relevant to you, rather than just following beginners tutorials
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've found a similar project here: Sentiment analysis for Twitter in Python . However, I'm working on C# and need to use a naive Bayesian Classifier that is open source in the same language. Unless someone can shed light on how I can utilize a python Bayesian Classifier to achieve the same goals. Any ideas?
I successfully used the code from this CodeProject article in a project a few years ago and it's still working beautifully with ~99% accuracy.
If you don't strictly need naive Bayes, I would suggest libshogun. It has a huge number of high-quality classifiers, and it apparently has been successfully built for win32 on cygwin. After that's built you can just p/invoke to the DLLs from C#. I think you will find it difficult to find a classifier library written in C# due to the often performance-heavy nature of classification, so your best bet is to call a native library such as this.
This might be something to look at:
https://github.com/joelmartinez/nBayes
https://github.com/joelmartinez/nBayes/wiki
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking to make calls out to a subversion repository, but I would like to write it in C#. Does anyone know of any good libraries?
Have a look at SharpSVN. This is an open-source binding of the Subversion Client API for .Net 2.0 applications.
For example, this library is used by the AnkhSVN Visual Studio Add-In.
I recommend you look at the Tortoise SVN source code.
It is mostly in C++, but since it is all done in VS, it should be easy to wrap up and use much of the code again.
You can also try SubversionSharp if you want less heavy lifting (however it is not yet a stable release, so be cautious).
How about SubversionSharp.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I subscribe to a newsletter from www.sqlservercentral.com that I like because each day I get an email digest with some interesting headlines & summaries of SQL Server articles that are already out there on the web. It's a great way to learn something new a bit at a time.
Is there something like this for C#?
(If your favorite one is already listed, can you vote for it so I can see what's most popular? Thanks!)
In addition to codeproject, I believe there are other sites like C# Corner, C# help which does the same..
Couple more I found useful (Not specific to C#):
visualstudiomagazine
Dr. Dobb's
Have you ever considered subscribing to blogs? You can often get better content than the daily subscription emails and if you want can even become a part of the discussion through the comments. Two that are generally good for learning more about the trade and C# are CodingBetter.com and Los Techies. If you are looking for something that is more of an aggregate of other sources Scott Gu routinely puts out a list of links that can be very informative in addition to helpful walk through articles.
Good luck,
check out wwww.codeproject.com they have a lot of articles and various newsletters.
You should try dotnetkicks.com which delivers nice rss feed of the most relevant .net blogs (imho). If you want the RSS-Feed emailed to you try feedblitz or xfruits