Tags
ALM api ASP.NET ASP.NET 4.0 Boas Práticas C# C# 4.0 ClientIDMode code codificando Color Picker css Flickr html Hyper-V JavaScript jCarousel jCrop jQuery JSON migreme MySql Regular Expression Reporting Services 2008 Server 2008 R2 slideshow SQL Team Foundation Server TFS 2010 Validação VisualStudio 2008 VS2010MCPD ASP.NET 3.5
Microsoft Certified Professional Developer ASP.NET 3.5
MCTS ASP.NET 3.5
Microsoft Certified Technology Specialist - .NET Framework 3.5, ASP.NET Applications
MCP ASP.NET 3.5
.NET Framework 3.5, ASP.NET Application Development
-
Últimos
- Série “C#/.NET Five Little Wonders That Make Code Better”
- ASP.NET 4.0, css para controles desabilitados
- Dynamic Memory, Hyper-V 2008 R2
- Instalando o Team Foundation Server 2010, 2ª parte [final]
- ASP.NET 4.0, RadioButtonList e CheckBoxList
- ASP.NET 4.0, CSS de controles de validação
- Novidades do ASP.NET 4.0, ClientIDMode
- C# boas práticas switch
- Dica: SQL Server Sample Databases
- Instalando o Team Foundation Server 2010, 1ª parte
Category Archives: JavaScript
Dica rápida: jQuery Plugin autohelp
Plugin interessante para utilizarmos em formulários como dica de preenchimento. O plugin captura o title do elemento em foco e insere ele como html do elemento que renderizará o texto de ajuda site: http://www.dyve.net/jquery/?autohelp Como utilizar: $(document).ready(function() { $(“form *”).autohelp(“#autohelp”); … Continue reading
Linq to JSON C#
Como trabalhar de forma simples com objetos JSON no server side? Procurando uma resposta para esta pergunta encontrei um projeto que tem como fruto uma biblioteca em .NET que manipula de forma simples dados em formato de JSON, o projeto … Continue reading
Introdução JSON (JavaScript Object Notation)
Após ter que aprender a utilizar JSON em uma novo projeto, decidi fazer um post sobre esse formato de transmissão de dados. Uma de suas principais vantagens é ser baseado em um subconjunto do JavaScript. Sendo um objeto JavaScript, sua … Continue reading