5. February 2010 15:07
/
0
/
Comments (13)
Last night I was trying to consume a WCF service using Silverlight and I ran into the Cross Domain problem that a lot of people have already ran into. Here’s the message of the exception: An error occurred while trying to make a request to URI 'h...
[More]
08bf98eb-389f-43fd-b617-4583f52c2ad7|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
16. January 2010 20:42
/
0
/
Comments (1)
I was following this tutorial and was getting the error: Assembly 'AssemblyName' contains a Web resource with name 'ResourceName', but does not contain an embedded resource with name 'ResourceName'. Everything seemed to be perfect except that I forgo...
[More]
abf4ff76-6a24-41b3-b068-6f7e34b8a8e3|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
6. January 2010 00:09
/
0
/
Comments (1)
Scott Dorman created a list where you can follow all Microsoft MVPs through Twitter. Go ahead and follow us. If you’re an MVP and are not in the list you can let @sdorman know. Happy Twitting!
94ce2520-b45b-421a-93dd-6a152a49907c|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
30. November 2009 17:28
/
0
/
Events
Comments (1)
The first Windows Phone Camp 2009 in Tampa is around the corner. I wouldn’t miss it if I were you. The idea is to be similar to a Code Camp, but for Windows Mobile development. You get 8 sessions one after the other from getting started, to using the...
[More]
9a1eb241-9b71-43e0-b7c1-07d66f3ec98b|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
16. November 2009 18:43
/
0
/
Comments (1)
The following Powershell script compresses all the .BAK files using winrar. 1: cd D:\MSSQL\MSSQL.1\MSSQL\Backup
2: $dirs = get-childitem|where{$_.PSIsContainer}
3: foreach ($dir in $dirs) {
4: cd $d...
[More]
ad557fb8-7258-4955-bf0c-60d399933987|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
13. November 2009 16:56
/
0
/
Comments (6)
When using ASP.NET you can choose 4 different ways of storing session: In Process, State Server, SQL Server, or Custom. When using In Process the session is stored on the ASP.NET thread of the web server, but when using the State Server or SQL Server...
[More]
6da845b3-5506-45a5-8807-4765ffd32492|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
2. November 2009 14:03
/
0
/
Comments (2)
The other day I was having a problem with JavaScript functions not being found. The simplified setup was similar to this: - UpdatePanel - UserControl (Visible = true) - UserControl (Visible = false) - Embedded JavaScript and Cont...
[More]
45f46650-65a2-4493-bfbd-c3fe74019897|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
7. October 2009 18:49
/
0
/
Comments (0)
Presentations from the 2009 Buenos Aires CodeCampare now available through the official Argentina TechNet and MSDN Facebook Page. You can find the content under the “Contenidos Tecnicos”: http://www.facebook.com/ComunidadesMicrosoft?v=app_7146470109&...
[More]
7e3b210e-0de2-40e6-8cf7-675894988fcf|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
11. September 2009 16:01
/
0
/
Comments (0)
Este año va a ser aun mas grande que el año pasado. Tenemos 12 charlas en paralelo en 4 horarios diferentes. Más de 50 oradores del todo el país compuesto por MVPs, MSPs, empleados de Microsoft, profesionales y estudiantes. Algunos de los temas son W...
[More]
f4396a51-27e9-4a3c-8b12-c0af2e2b5cd7|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
3. September 2009 18:01
/
0
/
Comments (4)
Yesterday I introduced a free service to get the location of the IP Address. If you haven’t read it, go on read that first (it’s very short, I promise). So here I am today, showing you my small .NET API to abstract the XML returned by the service. F...
[More]
9f6205fe-4711-41df-9052-de9ecf240df2|0|.0|27604f05-86ad-47ef-9e05-950bb762570c