This site uses cookies.
Some of these cookies are essential to the operation of the site,
while others help to improve your experience by providing insights into how the site is being used.
For more information, please see the ProZ.com privacy policy.
Looking forward to working with you! Drop me a line.
Account type
Freelance translator and/or interpreter
Data security
This person has a SecurePRO™ card. Because this person is not a ProZ.com Plus subscriber, to view his or her SecurePRO™ card you must be a ProZ.com Business member or Plus subscriber.
Affiliations
This person is not affiliated with any business or Blue Board record at ProZ.com.
English to Portuguese - Rates: 0.05 - 0.10 USD per word / 15 - 20 USD per hour Portuguese to English - Rates: 0.05 - 0.10 USD per word / 15 - 20 USD per hour
English to Portuguese: ASP.NET MVC Source Code Now Available / Código Fonte ASP.NET MVC Agora Disponível
Source text - English Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.
One of the things I mentioned in my MVC roadmap post was that we would be publishing the source code for the ASP.NET MVC Framework, and enable it to be easily built, debugged, and patched (so that you can work around any bugs you encounter without having to wait for the next preview refresh release).
Today we opened up a new ASP.NET CodePlex project that we'll be using to share buildable source for multiple upcoming ASP.NET releases. You can now directly download buildable source and project files for the ASP.NET MVC Preview 2 release here.
Building the ASP.NET MVC Framework
You can download a .zip file containing the source code for the ASP.NET MVC Framework for the release page here. When you extract the .zip file you can drill into its "MVC" sub-folder to find a VS 2008 solution file for the project:
Double-clicking it will open the MVC project containing the MVC source within VS 2008:
When you do a build it will compile the project and output a System.Web.Mvc.dll assembly under a bin directory at the top of the .zip directory. You can then copy this assembly into a project or application and use it.
Note: the license doesn't enable you to redistribute your custom binary version of ASP.NET MVC (we want to avoid having multiple incompatible ASP.NET MVC versions floating around and colliding with each other). But it does enable you to make fixes to the code, rebuild it, and avoid getting blocked by an interim bug you can't work around.
Next Steps
Our plans are to release regular drops of the source code going forward. We'll release source updates every time we do official preview drops. We will also release interim source refreshes in between the preview drops if you want to be able to track and build the source more frequently.
We are also hoping to ship our unit test suite for ASP.NET MVC in the future as well (right now we use an internal mocking framework within our tests, and we are still doing some work to refactor this dependency before shipping them as well).
Hope this helps,
Scott
Available at: http://weblogs.asp.net/scottgu/archive/2008/03/21/asp-net-mvc-source-code-now-available.aspx
For more translations available at this site, search for entries posted by Leniel Macaferi
Translation - Portuguese Mês passado eu escrevi a respeito de nosso plano para a ASP.NET MVC. Duas semanas atrás nós lançamos a Preview 2 da ASP.NET. Phil Haack do time da ASP.NET publicou um bom post sobre o lançamento aqui. Scott Hanselman criou um pacote de ótimos tutoriais em vídeo sobre ASP.NET MVC que você pode assistir para aprender mais sobre ASP.NET MVC aqui.
Uma das coisas que eu mencionei no meu post sobre o plano MVC foi que nós iríamos publicar o código fonte para o Framework ASP.NET MVC, e permitir que este código seja facilmente complilado, debugado e modificado (de forma que você possa trabalhar com qualquer bug que você encontrar sem ter que esperar pelo próximo lançamento de uma nova versão).
Hoje nós abrimos um novo projeto ASP.NET no CodePlex que iremos usar para compartilhar código compilável para múltiplos lançamentos futuros na plataforma ASP.NET. Você pode fazer agora o download diretamente do código compilável e dos arquivos do projeto referentes ao lançamento da Preview 2 da ASP.NET MVC aqui.
Construindo o Framework ASP.NET MVC
Você pode fazer o download do arquivo .zip que contém o código fonte do Framework ASP.NET MVC aqui. Após extrair o arquivo .zip você poderá navegar na sub-pasta "MVC" para encontrar o arquivo da solução VS 2008 referente ao projeto:
Com um duplo clique no arquivo podemos abrir o projeto MVC que contém o código MVC dentro do VS 2008:
Quando você compilar a solução, o Visual Studio irá gerar o assembly System.Web.Mvc.dll como saída dentro do diretório bin na raiz do diretório .zip. Você pode então copiar este assembly para dentro do seu projeto ou aplicação e usá-lo.
Nota: a licença não permite que você redistribua sua versão binária adaptada da ASP.NET MVC (nós queremos evitar múltiplas versões ASP.NET MVC incompatíveis que possam colidir umas com as outras); mas a licença permite que você faça consertos no código e reconstrua o mesmo, evitando ficar bloqueado por um bug temporário.
Próximos Passos
Nossos planos são lançar versões regulares do código fonte deste ponto em diante. Iremos lançar atualizações do código sempre que lançarmos previews oficiais. Nós também iremos lançar atualizações temporárias do código entre as versões de preview se você quiser seguir os avanços e construir o código mais freqüentemente.
Nós também esperamos lançar nossa suíte para teste unitário para a ASP.NET MVC no futuro (neste momento nós usamos um framework interno para realizar nossos testes, e ainda estamos trabalhando para refatorar esta dependência antes de lançarmos a suite.