Nullable Usage Guidelines 31 Jul 2008
Posted by ramsonit in C#, Tips.add a comment
Check out this tips about Nullable usage.
WPF Binding Converter Best Practices 28 Jul 2008
Posted by ramsonit in Tips, WPF.add a comment
Here is list of best practices on WPF binding converters. Very good one.
How .NET Framework 3.5 setup checks for its prerequisites behind the scenes 28 Jul 2008
Posted by ramsonit in .NET Core, Tips.add a comment
The .NET Framework 3.5 setup package is a chainer that installs multiple packages behind the scenes. Before installing anything, it performs an inventory of the state of the system being installed on and decides which packages need to be installed on the system during setup based on what it finds on the system. Read More
ASP.NET Hacks 03 Jul 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
Please find a nice set of ASP.NET hacks in this URL.
25 Excellent Ajax Techniques and Examples 05 Jun 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
Ajax allows for rich-internet applications that mimic the responsiveness and complex user interfaces typically associated with desktop applications. Moving applications to the web browser opens many possibilities, including the ability to save user data, connecting with other users for collaboration and sharing, and making deployment and using the application easier since web browsers are standard-issue with most computers regardless of operating system. Read More.
ASP.NET Validation Controls – Important Points, Tips and Tricks 14 May 2008
Posted by ramsonit in ASP.NET, Tips.add a comment
ASP.NET validation controls provide an easy-to-use but powerful mechanism of ensuring that data is entered correctly on the forms. There are 6 validation controls included in the ASP.NET 2.0 and ASP.NET 3.5 versions.In this article check out this tips and tricks that can be applied to the validation controls.
101 Visual Studio tips, tricks, and add-ins 13 May 2008
Posted by ramsonit in Tips, Visual Stdio.add a comment
If your job requires to use Visual Studio then you should see this post. WOW
Standalone Validation Block 09 May 2008
Posted by ramsonit in .NET Core, Tips.add a comment
If you do not want to use super-sized enterprise library just to use validation block alone, here is the way you can use standalone validation block in your application.
How to validate a method’s arguments? 08 May 2008
Posted by ramsonit in C#, Tips.add a comment
Fredick’s tips on How to validate a method’s arguments?
Free Silverlight Streaming 07 May 2008
Posted by ramsonit in SilverLight, Tips.add a comment
When you sign up for an account in Silverlight Streaming, you get 10 GB of storage and 5 TB of bandwidth per month. The videos are distributed by Microsoft’s content delivery network and streamed from a server close to the viewer. As an author you simply upload your videos to Silverlight Streaming and Microsoft does the rest.