Sunday, November 1, 2009
Monday, August 31, 2009
Sunday, July 26, 2009
Adding Scripting to a .NET app
Iron Python is a good option.
How to embed IronPython script support in your existing app in 10 easy steps?
How to embed IronPython script support in your existing app in 10 easy steps?
Saturday, June 6, 2009
Thursday, June 4, 2009
The Perfect Solution for quering hierarical data
Recursive Queries Using Common Table Expressions
WITH cte_name ( column_name [,...n] )
AS
(
CTE_query_definition –- Anchor member is defined.
UNION ALL
CTE_query_definition –- Recursive member is defined referencing cte_name.
)
-- Statement using the CTE
SELECT *
FROM cte_name
Wednesday, June 3, 2009
SQL Server CLR Functions
SQL Server CLR Functions is simply put, mixing SQL & .NET (Can life be any better?)
To enable CLR:
References:
How to create a SQL Server Project?
How to create and run a CLR SQL Server User-Defined Function?
How to deploy SQL Server Project Items to a SQL Server?
Example
To enable CLR:
exec sp_configure 'clr enabled', 1
reconfigure
References:
How to create a SQL Server Project?
How to create and run a CLR SQL Server User-Defined Function?
How to deploy SQL Server Project Items to a SQL Server?
Example
Friday, March 13, 2009
Monday, January 26, 2009
Saturday, January 10, 2009
PowerCommands for Visual Studio
Yes it does that ! It also has a lot of handy commands like opening a command prompt in the solution/project directory and copying references (instead of using the non-sense Add Reference dialog!).
Sony Vaio P Series - One Sexy NetBook !
NetBooks NetBooks NetBooks. The upcoming Laptop replacement.
What started as a cheap portable platform is taking the markets by storm!
Sony is redefining the NetBook with their Sexy new P series.
With the following specs, it sure is one hell of a netbook:
Intel 1.33GHz processor (that is 430MHz more than the Asus EEE PC)!
2 GB DDR2 SDRAM ( 1 GB more than Asus EEE PC)
60GB HDD/SSD
8" screen (not 7" not 9")
1600x768 resolution
Wireless LAN
Weight 1.4 pounds (0.635 kg! 300 grams less than the Asus EEE PC)
They saved a lot of space removing the touch pad.
The catch: it sells at $900!
Microsoft Code Names - Solved!
Have you ever wondered where all those "names" came from ?
Here is the answer:
Here is the answer:
Wednesday, January 7, 2009
Tuesday, January 6, 2009
Monday, January 5, 2009
Subscribe to:
Posts (Atom)