Sign in
Just Coding
.NET developer spanish bits
rido está oyendo
RSS
http://www.last.fm/user/ridomin
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Agile
alm
builds
cod
Code
code tools
DevTools
events
OOPSLA
Pages
pdc
projects
ReleaseManagement
rido
sharepoint
TechEd
testign
testing
Tips
TODO List
tools
tools sharepoint
trx2html
visual studio
Web
@ridomin
RSS
http://twitter.com/statuses/user_timeline/14718852.rss
Archive
Archives
May 2013
(1)
February 2013
(1)
January 2013
(2)
November 2012
(1)
June 2012
(1)
February 2012
(2)
January 2012
(1)
November 2011
(2)
October 2011
(1)
May 2011
(5)
March 2011
(1)
January 2011
(2)
October 2010
(1)
August 2010
(1)
July 2010
(1)
May 2010
(2)
April 2010
(6)
March 2010
(1)
February 2010
(1)
December 2009
(1)
November 2009
(2)
October 2009
(3)
September 2009
(1)
August 2009
(2)
May 2009
(1)
January 2009
(1)
October 2008
(2)
September 2008
(2)
May 2008
(1)
February 2008
(2)
September 2007
(1)
June 2007
(2)
May 2007
(1)
November 2006
(3)
October 2006
(7)
September 2006
(2)
August 2006
(4)
June 2006
(2)
May 2006
(3)
February 2006
(1)
December 2005
(1)
November 2005
(4)
October 2005
(6)
September 2005
(5)
August 2005
(1)
July 2005
(5)
June 2005
(8)
May 2005
(8)
February 2005
(6)
January 2005
(2)
November 2004
(8)
October 2004
(21)
September 2004
(2)
August 2004
(3)
July 2004
(9)
June 2004
(7)
May 2004
(2)
April 2004
(1)
March 2004
(5)
February 2004
(9)
January 2004
(2)
MSDN Blogs
>
Just Coding
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Just Coding
Mount ISO Files in VISTA
Posted
over 7 years ago
by
Rido
4
Comments
Because this post looks the most popular in this blog, I’ve decidede to update it. After try a lot of ISO tools out there, finally I decided to use WinCDEmu == Original Article == Once my box is ready, I need to WinSDK. The download format from MSDN is...
Just Coding
Code Complete 2
Posted
over 9 years ago
by
Rido
1
Comments
The first talk of today was CodeComplete 2 by Steve McConnell. His popular book Code Complete has beed reedited, and he is talking about it, here are my notes about it. First Version Written in 1993 95% is still OK Book companion WebSite http://cc2e.com...
Just Coding
DataBinding to Enum Values
Posted
over 8 years ago
by
Rido
4
Comments
When you have an Enum variable, and you want to build a UI to let the user choose one of this values, it's very convenient to show the user the current allowed values of the Enum. You can avoid duplicate data, doing this... (note it uses reflection, so...
Just Coding
trx2html
Posted
over 7 years ago
by
Rido
11
Comments
Updated !! now this tool has it's own homepage at codeplex www.codeplex.com/trx2html ----------------------------------------------------------------- As I said in my previous post , I'm working on a tool to convert trx files (TestRun Results...
Just Coding
Windows Protected Files Replacement
Posted
over 9 years ago
by
Rido
8
Comments
Today I've disoverd Notepad2, a notepad replacement with syntax highlighting for most popular languages, http://www.flos-freeware.ch/notepad2.html . I build it in my own box, and now I'm ready to try to replace the original notepad.exe, I'm following...
Just Coding
Logs and Traces in .Net
Posted
over 9 years ago
by
Rido
6
Comments
I need to add tracing capabilities to my current app, just the ability to set an error level (INFO, WARNING, ERROR) to track the execution of one request in a simple text file, so I started to look for some implementations, I've found two main frameworks...
Just Coding
CSS Creator
Posted
over 9 years ago
by
Rido
0
Comments
http://www.csscreator.com It's a Web site with a great collection of tips, links, and everything you need to develop standard Cascading Style Sheets
Just Coding
Wow !! XmlSerializer in ClientSide JavaScript
Posted
over 9 years ago
by
Rido
0
Comments
It's too late to ingestigate this http://dotnetjunkies.com/WebLog/anoras/archive/2004/08/13/21962.aspx however I will keep it in my TODO list.
Just Coding
Versioning Nightly Builds with NAnt and CC.Net
Posted
over 9 years ago
by
Rido
3
Comments
I've been trying to set up a continuous integration environment using NAnt, and CC.Net, but I did'nt know the best option to synchonize the AssemblyVersion.cs, the CC Label, and the versions tasks of NAnt. This article http://bitarray.co.uk/marc/archive...
Just Coding
AJAX for NET 2.0
Posted
over 8 years ago
by
Rido
1
Comments
The Asynchronous Javascript and Xml Pattern for dynamic web apps has a new implementation fot .Net 2.0 http://ajax.schwarz-interactive.de/csharpsample/default.aspx
Just Coding
Custom TraceListener Implementation
Posted
over 8 years ago
by
Rido
1
Comments
One year ago I wrote about the tracing mechanism of .Net, http://blogs.msdn.com/rido/archive/2004/05/07/LogsAndTraces.aspx . Today I have wrote a Custom Trace Listener that allows you to rotate files based on date time, and takes care of the current...
Just Coding
Fun with CSS
Posted
over 9 years ago
by
Rido
8
Comments
I've been playing around with CSS tonite, it's an icredible technology..
Just Coding
How to learn Design Patterns
Posted
over 8 years ago
by
Rido
Jeremy D. Miller talks in his blog about how to learn and apply Design Patterns. http://codebetter.com/blogs/jeremy.miller/archive/2005/09/01/131509.aspx I completely agree with his ideas, however I've been in frustrating situations when you come to an...
Just Coding
TFS: Change Connected user
Posted
over 7 years ago
by
Rido
1
Comments
When you setup TFS for the first time, usually you use the TFSSetup account. And with this account you are going to login for the first time. However, once your environment is complete, you will want to login as a different user, but the credentials you...
Just Coding
Biztalk vs Business components
Posted
over 9 years ago
by
Rido
1
Comments
Every program has a "flow" or any kind of "main routine" where you can inspect the different steps involved in your application, now with graphical tools such BizTalk Server 2004 you could "draw" all your "main routines", but obviously this is not a great...
Just Coding
NUnit vs VSTS
Posted
over 8 years ago
by
Rido
2
Comments
NUnit is the most popular unit tests framework for .Net. The new VSTS has a chance to replace NUnit in corporate environments, however there are some minor issues you must know before take a decission… ...
Just Coding
NUnit From VS
Posted
over 9 years ago
by
Rido
4
Comments
Last week I found the best VS+NUnit add in I know until now: http://www.mailframe.net/Products/TestRunner.htm It works great, however I got some errors related to the credentials of the process running your test fixtures (I was trying to find a certificate...
Just Coding
Quien fue el primero?
Posted
over 9 years ago
by
Rido
7
Comments
Es común entre los programadores desarrollar pequeñas herramientas que nos ayuden en las tareas más rutinarias. Es sorprendente ver la cantidad de herramientas parecidas, sólo hay que darse una vuelta por GotDotNet y encontraremos...
Just Coding
Some workaround for ObjectDataSource: could not find a non-generic method '...'
Posted
over 7 years ago
by
Rido
0
Comments
Today I was playing with the new DataBind capabilities of ASP.Net 2.0, and found this error.. here are some links to possible solutions Link to Some workaround for ObjectDataSource: could not find a non-generic method '...'
Just Coding
donBox on DCOM
Posted
over 9 years ago
by
Rido
14
Comments
Yesterday I saw Dbox talking about service orientation, he was comparing different transport mechanisms as: HTTP / HTTPS (ASMX approach) DCOM (Com +) MSMQ (NT Service) Note Remoting is not in the list, this is because Don didn't like...
Just Coding
How to UnitTest PipelineComponents
Posted
over 8 years ago
by
Rido
1
Comments
The biztalk pipeline framework define some interfaces that allows you to unit test the component without the biztalk infrastructure: Suppose you have a General Pipeline Component, that implements the method: IBaseMessage ExecutePipelineComponent...
Just Coding
Ajax: A New Approach to Web Applications
Posted
over 8 years ago
by
Rido
1
Comments
In the last year, I've seen a number of new web applications with nice rich UI interface, and most of them are standards based, so multibrowser-mulitplatform (thanks to firefox). I'm talking about things like the SelectContactControl of GMail. Today I...
Just Coding
The Future of Programming
Posted
over 9 years ago
by
Rido
1
Comments
It's the opening keynote of OOPSLA. The Future of Programming from Richard Rashid of MS Research. I didn't like too much since he spend half of his time talking about the past not the future, and how things are very difficult to predict. He talked about...
Just Coding
System.Xml Hacking (AppendXml vs. InnerXml)
Posted
over 9 years ago
by
Rido
1
Comments
I was spending some time composing Soap Messages using System.Xml, but I found a strange behavior of System.Xml while adding nodes to an existing XmlDocument. I have an empty soap envelope like this: string soapEnvelope = "<s:env xmlns:s='soap'><s...
Just Coding
What is Simian?
Posted
over 8 years ago
by
Rido
1
Comments
Latest versions of Cruise Control .Net includes a template to render Simian Reports. Last week I've been asked abut it. From the website: "Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML...
Page 1 of 8 (186 items)
1
2
3
4
5
»