Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the baskerville domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in G:\PleskVhosts\themenswallets.com\slipmp.com\wp-includes\functions.php on line 6114
Marcos Soares – Page 5 – Marcos Soares – Slipmp

“Walking on water and developing software from a specification are easy if both are frozen.”

Author Marcos Soares

Software Engineering Manager at Tesla, enthusiastic about software development, new technologies, Cloud Computing / AWS, Project Management, Agile, Artificial Intelligence, Machine Learning, Economics, Finance and Investments.

Dot Net Architects

Olá Pessoal! Descobri uma ótima referência para Analistas e Programadores que desejam discutir Arquitetura de Software com o foco em .NET É o grupo chamado DotNetArchitects. O site é: http://podcast.dotnetarchitects.net/ Eles publicam com uma certa freqüência Podcasts com assuntos variados em relação à… Continue Reading →

Verificando um valor em uma Lista Genérica

Se você quer verificar se existe uma String em uma lista genérica, segue um exemplo: List<string> l = new List<string>(); l.Add(“Red”); l.Add(“Green”); l.Add(“Blue”); l.Add(“Purple”); //É Verdadeiro pois existe na Lista o valor “Red” Console.WriteLine(l.Exists(delegate(string s) { return s == “Red”;… Continue Reading →

Estudo para Certificação 70-536

Boa Tarde Pessoal, Estou estudando a muito tempo para a certificação Microsoft 70-536. Se eu continuar nesse ritmo, mês que vem eu faço a prova =D Quero muito essa certificação! Me desejem sorte!

Consulta com SQL Server

Eu descobri algo legal fazendo manutenção em uma procedure que envia e-mail aqui na minha empresa. Analise a seguinte Estrutura … SET @corpo = @corpo + ‘</table>’ SET @corpo = @corpo + ‘</br>’ SET @corpo = @corpo + ‘<table width=”900″… Continue Reading →

Seja bem vindo ao meu Blog ;D

Estréia do meu Blog.

Newer posts »

© 2024 Marcos Soares – Slipmp — Powered by WordPress

Theme by Anders NorenUp ↑