yjagota

Stories submitted by yjagota

Excel Xml Library 3.29 released(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 3 years, 6 months ago

Simple Excel Export library with support for csv, tab delimited amd Excel Xml export. read more...

add a comment |category: |Views: 67

tags: another

Filtering WPF toolkit DataGrid(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 3 years, 6 months ago

Filter the newly released WPF toolkit datagrid using a search box. read more...

add a comment |category: |Views: 584

tags: another

Firefox 3.1 beta 1 now available for download(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 3 years, 7 months ago

Firefox 3.1 Beta 1 is now available for download. This milestone is focused on testing the core functionality provided by many new features and changes to the platform scheduled for Firefox 3.1 read more...

add a comment |category: |Views: 9

tags: another

How to place all WPF commands and related events centrally in a static(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 3 years, 10 months ago

This article tells you how to place all WPF commands and their related CanExecute and Executed events centrally in a static class read more...

add a comment |category: |Views: 26

tags: another

Ways of making a WPF application Single Instance(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 3 years, 10 months ago

There are many ways of making a WPF application a single instance application but such solutions are mostly difficult to find, or even if you manage to find one, they solve one problem and create another. Here are two ways of doing the same, and a solution created by me which is a hybrid of two posts I saw on the net. read more...

add a comment |category: |Views: 50

tags: another

Method level #if #endif of C#: Conditional attribute(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 2 months ago

A article describing C# conditional attribute read more...

add a comment |category: |Views: 17

tags: another

Debugging: Setting breakpoint options(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

I have came across many people who are programming using Visual Studio but still do not know that there are many debugging options exist. read more...

add a comment |category: |Views: 2

tags: another

Excel Xml Library 2.43 released(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

A free library which provides complete import, export of Excel Xml files with complete support for formatting, ranges, formulae etc. read more...

add a comment |category: |Views: 92

tags: another

Solution level Auto build increment Add-In(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

Solution level Auto build version increment add-in for Visual Studio 2005 and 2008 read more...

add a comment |category: |Views: 28

tags: another

Auto build increment AddIn for C# solutions(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

Auto build version increment addin for Visual Studio 2005 and 2008 read more...

add a comment |category: |Views: 107

tags: another

Calculating difference between two dates(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

A VB.Net DateDiff function in c#. Well... almost. read more...

add a comment |category: |Views: 18

tags: another

Extension function to check for valid enum values(yogesh.jagotagroup.com)

submitted by yjagotayjagota(140) 4 years, 3 months ago

If you set a enum to a int value, you can use this function to test the value to be correct or not. What is special about this function is that if you use the Flags attribute for the enum, it will check if the value is a right bit wise match. read more...

1 comment |category: |Views: 13

tags: another