Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to ASP.NET MVC 4 and WCF. I know the basics and intend to give MS certification 70-486 (Developing ASP.NET MVC 4 Web Applications). I have good experience in ASP.NET, HTML, CSS, javascript and SharePoint development.
Since the best way to learn is to actually implement some projects, I was wondering if there are any ASP.NET MVC projects that a beginner can start working on. I am not talking of completed sample projects, but given the requirements, a person has to build small projects.
I want to work on similar projects for WCF too.
Any help/links/resources would be very helpful.
You can Check the Music Store App to get started with.
Other Useful Links :
From Codeproject
Beginners Guide
MVC 4 Beginners
Go through from this link from day 1.
http://www.codeproject.com/Articles/375182/Learn-MVC-Model-View-Controller-Step-by-Step-in
And for WCF you can go from
http://www.codeproject.com/Articles/708138/CRUD-Operations-using-WCF-RESTful-Service-Part1
http://www.codeproject.com/Articles/708138/CRUD-Operations-using-WCF-RESTful-Service-Part2
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to learn, is there any toolkit that I use in visual studio web project(MVC). I know some toolkit; such as Telerik, Kendo, Trirand. But all of them need licence. I make web project and need to use dynamic grid etc.
I think a simple googling would answer your question, try searching by grid js or toolkit js or javascript toolkit
also you find in this wikipedia article some comparison between diffrent JavaScript frameworks.
http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks
There is the MVC Controls Toolkit. Although I'm not sure if it works with ASP.NET MVC 5, the web site only mentions versions 2 to 4.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm new to iOS development and want to learn Test Driven Development. Didn't find any good resource to start with. I searched and came across this . . Where to start with test driven development?
which is only for ruby on rails.
I'd appreciate if anybody guide me where to start with.
Reading documentation on testing from Rails world actually is not a bad idea. TDD is seen as really important within the Rails world. Some key concepts are explained better there than in the iOs world in my opion.
The answer of Riyazul has some nice links. I also like these:
NSHipster has this post about unit testing.
From the Ruby world this article about testing in Ruby motion is interesting. Everything can also be done from Xcode.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a couple of options to load test some asp.net applications with authenticated users. Does anyone have any suggestions? I prefer open source or not very expensive tools. Thanks.
Open source tools will have some limitations. A good value tool like StressTester would be my recommendation as you'll get more reliable results (based on personal experience). Depends how important the applications you're testing are as to what you go for.
Apache JMEter
Grinder
Fore more, Google for "open source load testing libraries"
Alos look at this post How good is JMeter for testing ASP .NET webpages?
AppLoader works well with authenticated users. Though not free, you can get a free trial.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm working in an application where a third-party has exposed two services one is a legacy service built on a different platform and another one is built on WCF. Based on the request from the client I've to redirect to either one of the service. I'm planning to create a WCF router can anyone share some good links for reference.
If you are using .NET 4 you can use the RoutingService - this supports data dependent routing. I recorded a series of screencasts about it here and there is one specifically about data dependent routing here
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to get certified for 70-511, but I'm low on resources, since there is no offical Microsoft press materials released, and there is a huge leap between the .NET 4 and the .NET 3.5 version of the exam. The .Net 4.0 version heavily discusses WPF technology.
Any ideas?
MCTS 70-511 is a combination of both WPF and WinForms. There existed two different tests for .NET Framework 3.5. There exists books for both (MCTS-70-505 MCTS-70-502) in Microsoft Press. There are also some free questions at www.testmaster.ch, the questions are in German: http://www.testmaster.ch/MCTS-70-511.test
Hope this helps
Some few question available in English too:
http://www.testmaster.ch/MCTS-70-511-EN.test
Microsoft is planning to release updated materials for this exam, so if you wait for awhile they will be available.
That said, you can get a pretty good idea of what's on the exam by examining which certifications can be upgraded to it, as well as the detailed test description.
I've personally found experience to be the best preparation for MS cert exams, so I recommend building a few WPF applications if you haven't already done so. Consider OSS or assisting a local non-profit: you help the community and gain skills that help you.
MCTS Self-Paced Training Kit (Exam 70-511): Windows Application Development with Microsoft .NET Framework 4
i think the better point of start is review of preparation materials what you can view page of microsoft:
http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-511#tab3
In this moment can download one test pdf with questions and correct answers, not are real questions for Microsoft certification but is good point of start.
http://www.64bitprogramlar.com/microsoft-70-511-test-training-premium-14979.html
hope you find it useful!
jmdeveloper