-
Dia 12, pelas 19h o MSP Ricardo Malta irá orientar uma sessão sobre IronPython, no Auditório Pessoa Vaz - Universidade Lusófuna de Lisboa, Não percam!!!
-
Microsoft Windows Identity Foundation permite aos programadores .NET externalizar identidade lógica das suas aplicações, melhorando a produtividade e reforçando a segurança e a interoperabilidade. Beneficie de uma maior produtividade, aplicando as mesmas...
-
ASP.NET MVC 2 é uma framework para desenvolvimento de aplicações para a Web, testáveis e mantidas utilizando o padrão MVC (Model-View-Controller) com o runtime do ASP.NET 3.5 SP1 existente. Experimente! Faça aqui o download . Obrigada Read More...
-
Microsoft SharePoint Server 2010 Beta disponibiliza uma plataforma de solução extensível para a construção de soluções utilizando tecnologias .NET já conhecidas, como Visual Studio 2010 e o SharePoint Designer 2010 . Aqui encontrará um conjunto avançado...
-
‘… aprender mais, e mais rápido, com as experiências de cada um’… Esta é uma ideia que faz parte da apresentação da recentemente criada NetPonto , uma Comunidade técnica e independente desenvolvida em torno de temas relacionados com arquitectura e desenvolvimento...
-
I’ve been using a feature of ASP.NET called Output Cache. It allows you to have server-side cache for your ASP.NET webpages. You can define several profiles and cache expiration rules. You can read more about it in a simple and short article at MSDN or in the full documentation also at MSDN. A...
-
While refactoring some C# code I came across some lines that seemed a bit awkward. I was trying to sort a list or an array randomly. That code was written before Linq came into the .Net Framework, so now I was able to figure out a new approach. Since Linq to Objects has some similarities with SQL, I...
-
While refactoring some C# code I came across some lines that seemed a bit awkward. I was trying to sort a list or an array randomly. That code was written before Linq came into the .Net Framework, so now I was able to figure out a new approach. Since Linq to Objects has some similarities with SQL, I...
-
If you are an ASP.NET developer you must be familiar with web.config . Something that maybe you haven’t tried yet is to create custom configuration sections to store you application specific settings. Bellow you can see a web.config file that uses a custom configuration section. In the configuration...
-
Some time ago while developing a project I came across a problem related to Linq to Objects. I wanted do join a single object with a collection in order to transverse them with a foreach statement (the item was not allways present and I wanted to treat it as a regular element in the original collection...
-
Some highlights from a nice article that I found in my feeds . They are excerpts of the document, text in italic was written by me. Please note that the lines lack some context. .NET Services .NET Access Control Service All communication with the Access Control Service relies on standard protocols such...
-
After the yesterday’s announcement of Windows Azure , the brand new cloud-based Windows, today I started reading a little bit about it. This new platform seems promising, and I’ll write a bit about it in some of my next blog entries. First of all I’ll talk about the Windows Azure, which...
-
Rob Miles (a MVP from UK) has made available in his website a C# book for beginners that is used in this university in the First Year programming course. Download the PDF and happy reading.
-
During the last weeks I’ve been doing some research related to my Master thesis. One of the topics I’m studying is Unsupervised Machine Learning . The main goal is to have a piece of software that given a training set (a set of examples representative of the whole population) allow the software...
-
This release represents the beta of Microsoft XNA Game Studio 3.0, which enables hobbyists, academics, and independent game developers to easily create video games for Windows and the Microsoft Zune digital media player using optimized cross-platform gaming libraries based on the .NET Framework. The...