Hi All, I want to create my own unit testing framework using C#. Can anybody please suggest me any websites or articles for creating our own unit testing framework using C#. Thank you All
Sakhalean
Posts
-
create our own unit testing framework in C# -
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any baseThis is for Aerospcase domain project purpose. For Aircraft project where we need for Aircraft parameters to be converted into Deciamal, Octal, hex , binary and engineerig formats.
-
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any baseSorry, I googled nothing helped me. So I have created my own class for number conversions. I have 17+ years of software development experience. Thanks you so much for your help.
-
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any baseThank you all. I have created my own class for number conversion from one base to another base including decimal places. Will share it if any body wants it. I am GouseSakhalean, having 17 years of software development experience.
-
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any baseThank you so much. Any have created my own class for converting any base to any base including decimal places (Ex:20.1234). Will share it.
-
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any baseHi All,
convert double with decimal places to any base in C# example : 19.879 to any base or -19.345 to any base
Please help
-
ListCollectionView customsortHi yes checkboxes are binded.
-
ListCollectionView customsortHi All, I have a wpf usercontrol listview with checkboxes. When I sort items on this listview by clicking any of the column of the listview, the checkboxes will be unselected. I am using ListCollectionView's cutomsort property.If I have selected more than two items then after sorting only one item will be selected and remaining checkboxes will be unselected. I am fully confusion who is making them to unselect the checkboxes after sorting. Can any one can help me for solving this issue?
-
Knowing window procedure from handleHi, I want to hook the task bar for that I have used SetWindowHookEx() function in a DLL. But it it not working all times. I know the task manager handle using FindWindow() API. I want to catch the window procedure of the task bar using the task bar handle? how to do this please help me?
-
Tooltip for ATL toolbarHi, I have created a ATL toolbar using CreateWindow() API and attached ToolButtons using AddButtons() API. Now I want to add tooltips to these buttons. How to add tooltips to the ATL toolbar.
-
Knowing Libs of DLLDear All, How do I know the Mfc Lib files referring MFC dll. Ex : knowing MFC42D.dll referencing LIB files.
-
using extern in CHi, Iam asking in C only not cpp.
-
using extern in CHi All, I declared a variable int x = 0; in Main.cpp In the remaining .cpp files I am using extern int x; Now I want to change the contents of x to any other value in only Main.cpp but not in the other .cpp files How to do this?
-
Begining ATL 3 COM programming source codeHi All, Where can I get the source code of Begining ATL 3 COM programming
-
converting chinese .rc file to english .rc fileHi All, How to convert Chinese VC++ .rc file to English VC++ .rc file. I have a VC++ project the dialog resource is in Chinese language I want to convert the Chinese dialog resource to English dialog resource how to do it? Is there any tool? Pls suggest me.
-
knowing file versionHi All, How to get the file version information of an MFC excutable. select properties of an Exe file. Select File Version tab of exe properties tab Select File Version Ex.1.0.0.1 I want to get this file version (1.0.0.1) information how to do this?
-
Knowing path of MFC executableOk, Thank you a lot.
-
Knowing path of MFC executableHi All, I want to know the path of an MFC excutable. Whenever an MFC app is executed, I want to know the path of that executable from where it is executing?
-
Inside COMHi All, Where I can get the free ebook Inside COM by dale rogerson
-
SendMessages ok thank u