SiliconIndia’s StartupCity Bangalore 2010
Roll up your Sleeves. Meet over 100 cool startups. Learn new Technologies; Watch live product demonstrations; Get a peek into cutting edge technologies; Lay hands on the best-of-breed solutions; Meet young, energetic, passionate geeks; Experience the culture of innovation in small companies; Listen to Visionary Keynotes and In-depth Panel Discussions Come. Meet the Startups that will become tomorrow’s indust Read More....Categories: Events Tags: Angel Money, Bangalore, Bharat Goenka, CEO & MD of Mindtree, Dell India, entrepreneurs, India, Ittiam, Jade Magnet, Krishnakumar Natarajan, Manthan Systems, Mphasis, Panel, siliconindia, Sleeves, SMSCountry, StartupCity, startups, Tally Solutions, technologies
Anonymous Types in C#
This was introduced in C# 3.0. Anonymous types are on the fly classes or unnamed classes. For example i define a class with the following :
Categories: .NET, C#, Visual Studio 2010 Tags: anonymous, Anonymous types, C# 3.0, Employee, Implicit type reference, LINQ, object initializer, unnamed classes, Visual Studio
5 things that you cannot do with a Local Type Inference in C#
The Local Type Inference is also called as Implicitly Types Local Variables in C# and is an easy way to create a variable without having to know the type. This is especially useful when using a LINQ via the var keyword . The var keyword only works with the local scope , you cannot return or reference a variable created with the var ouside the scope of the local method.
Categories: .NET, C#, Visual Studio 2010, Windows Application Tags: c#, Implicitly Types Local Variables, LINQ, Local Type Inference, private, Scope, type, var, variable
BDE and NVARCHAR . Should i go for ADO or dbExpress ?
Last week , i was working on a task that basically supports the use of SQL Server 2005 instead of Oracle . The following Interesting observations were made during this time . The Project used a lot of BDE components ( TQuery , TDatabase , TTable ) , which connects to the Oracle through the driver Oracle Driver that comes with the Delphi 7.
Microsoft’s List of Opensource Projects
Found this nice link on the Microsoft's opensource projects . There are plenty of project lists that are mentioned here like 3DTools,ADODB,ajaxdoc,Apache POI and Open XML File Formats,ASP.NET AJAX Control Toolkit,Azure Ruby SDK for .NET Services,Bing 404 Web Page Error Toolkit for PHP,Eclipse Tools for Silverlight,MobileMVC,PHP Toolkit for ADO.NET Data Services,Restlet Extension for WCF Data Services and many more ...
Categories: .NET Tags: .NET Developers, ASP.NET AJAX Control Toolkit, ASP.NET Alerts, ASP.NET Real World Controls, ASP.NET RSS Toolkit, Codeplex, LINQ Expression Builder, LINQ IQueryable Toolkit, Microsoft's Public license, Opensource, patterns & practices – Enterprise Library, patterns & practices: Composite WPF and Silverlight, project
StyleCop 4.4 Beta is Ready.
Microsoft StyleCop is a source analysis tool to check the code against the coding styles .Thus it focuses on Documentation , Layout, Maintainability, Naming conventions , Readability , Spacing etc. The news on StyleCop going opensource is already been mentioned in few of the Blogs . Here's few of them .
Categories: .NET, Visual Studio 2010 Tags: Blogs, C# 4.0VS2010, Microsoft StyleCop, source analysis, StyleCop, StyleCop 4.4 Beta, StyleCop's Codeplex site, VS2008
Why should i Blog ?
Recently , i was asked by one of my friend on why do i blog ? or rather why should one Blog.This forced me to think myself and write down the important points on why do i blog ? . Most Bloggers out there blog for more fun or perhaps could be a fan of an product and well end up in writing articles related to them .
No Support for Windows Mobile 6.X Development in Visual Studio 2010 ??…
Recently , i was trying to develop a smart device application in Visual Studio 2010 and found that the template to create them were missing in Visual Studio 2010 . Then with lots of search in Google , i found an interesting article in MSDN that states the following .
Windows Phone 7 Developer Tools can now work with Visual Studio 2010 Final Release
Most of the Windows Phone 7 developers might already be aware that the Windows Phone 7 Developer Toolkit CTP worked only with the Visual Studio 2010 Beta/ RC . The Windows Phone Developer Tools CTP April Refresh was released yesterday and can be downloaded now.
