Microsoft & Scott Guthrie's team published ASP.NET 2.0 Tutorial Videos:
Great ASP.NET 2.0 Tutorial Videos Online
The videos are short (~15 minutes each), easy to grasp and implement/repeat, and are very functional.
Enjoy!
Tuesday, May 02, 2006
Sunday, April 30, 2006
Google's Secret Weapon
Nice article about recruiters struggling and competing in hiring talented software engineers:
Google's Secret Weapon
Google's Secret Weapon
The Five Essential Phone Screen Questions
Steve Yegge gives his recommendations how to screen (pre-interview) developers:
The Five Essential Phone Screen Questions
In my opinion, his recommendations would work nice if questions would be asked during phone interview (not screening). + obviously these questions are shaped for Unix developers. + these questions are for at least mid-level developers and higher (seniors).
I think that Juniors have be able to answer all these "Five Essential Questions".
The Five Essential Phone Screen Questions
In my opinion, his recommendations would work nice if questions would be asked during phone interview (not screening). + obviously these questions are shaped for Unix developers. + these questions are for at least mid-level developers and higher (seniors).
I think that Juniors have be able to answer all these "Five Essential Questions".
Friday, April 28, 2006
Scott Guthrie blog
Scott Guthrie is a Program Manager of ASP.NET team at Microsoft:
ScottGu's Blog
This blog is full of ASP.NET 2.0 code examples, demos, tips, ideas, links to other blogs and articles ... --- very interesting and very fresh ASP.NET stuff.
VB.NET, C# 2.0.
ScottGu's Blog
This blog is full of ASP.NET 2.0 code examples, demos, tips, ideas, links to other blogs and articles ... --- very interesting and very fresh ASP.NET stuff.
VB.NET, C# 2.0.
ASP.NET debugging blog
Tess is bloggin about debuggin ASP.NET applications:
If broken it is, fix it you should
Compilation, web.config debugging configuration, deploying DLLs, and more...
If broken it is, fix it you should
Compilation, web.config debugging configuration, deploying DLLs, and more...
Monday, April 03, 2006
How to: Localize Site-Map Data
If you want to localize your Site Map you may check this MSDN article:
How to: Localize Site-Map Data
ASP.NET 2.0
ASP.NET 2005
How to: Localize Site-Map Data
ASP.NET 2.0
ASP.NET 2005
Tuesday, March 28, 2006
How to access Private Protected methods in .NET
Sometimes we want to get access to protected or even private methods and properties.
For example, I needed it because I tried to reuse standard Microsoft functionality in my feature.
Sometimes protected and private methods are more convenient building blocks than public methods...
Anyway, here we are:
How to Test Private and Protected methods in .NET
C#, C#.NET
For example, I needed it because I tried to reuse standard Microsoft functionality in my feature.
Sometimes protected and private methods are more convenient building blocks than public methods...
Anyway, here we are:
How to Test Private and Protected methods in .NET
C#, C#.NET
Subscribe to:
Posts (Atom)