Open Source Projects Using BDD Testing?

Mar 9, 2011

My team is interesting in understanding BDD better. Are there open source .NET/Java projects which use behavior driven development (BDD)?I would like to focus my attention on static language examples.

View 5 Replies


ADVERTISEMENT

Tutorials And Projects Open Source For .net?

Apr 19, 2010

New site for vb.net Smell of tutorials and projects open source.

View 1 Replies

Open Source Projects That Employs Linq Within?

Sep 23, 2009

I am on my way of linq learning and would like to see how linq is applied in the real world projects. So is there anyone who can suggest some open source C# and VB projects that employs Linq technology within?

View 4 Replies

C# - .NET Beginner Learn And Where Find Open Source Projects?

Sep 8, 2009

I'm beginner programmer in the amazing world named ".Net".I've a lot of questions

well, what I should learn C# or Vb.net What's the best blogs which talk about .Net technology and Open source projects Where can I find good tutorials, free books and ideas of projects how can I progress in ".Net" please, share your knowledge , your OPML of your favorite blogs or web sites about ".Net "

View 12 Replies

Testing Frameworks For Small Projects?

Feb 16, 2011

I know this question has been asked before, but none of the existing SO questions provide an adequate answer for my specific case.

I'm the lone developer working on a project mostly during free time. I'm approaching 100 classes so far, and I'm starting to realize that testing that many classes is becoming daunting. Especially as I go back and add in operator overloads for =, <>, CType, and Not; implement IComparable(Of T), IEquatable(Of T), IEqualityComparer(Of T); and overriding base methods like Equals and GetHashCode.

My current testing method has been to randomly scribble out some Debug.Print code for a specific class/method on a dummy form behind a single button, run the project, click the button, and make sure the Debug window has my expected value. But this is both tedious and starting to become a time waster.

What I know that I need to do is for each and every class, draft up a set of tests specific to that class to test its functionality. So I go and look at testing frameworks like NUnit, Gallio/MbUnit, etc. But I really don't see the value in them. It so far seems that I could just write a dedicated test class for each implemented class, wrapped in #If DEBUG/#End If blocks, and link those to a bunch of buttons on a large form to run my tests.

But that could take weeks at my current rate. So I ask SO for their opinion on how to approach something like this. Am I better off figuring out how to integrate one of these open source testing frameworks into my project? Or should I just write a bunch of testing classes and output their data somewhere?

I use VB Express 2010 and VS 2010, depending on which computer I'm on so I'll need to be able to do testing in both.

View 1 Replies

Why Would A .sln File Open As Empty In VB2010Express When It Should Open Referring To Projects Etc

Mar 6, 2012

Why would a .sln solution file open and appear empty in Microsoft Visual Basic 2010 Express - i.e. no windows showing projects and code files etc.When I inspect the file in a text editor, it contains references to vbproj files (which are present) which indicate that it should not appear as empty.No error messages are reported when the file is opened.

View 2 Replies

Visual Studio: Move Source Code Between Projects

Jun 12, 2009

In the "old days" I was working with Linux to create C/C++ programs (really really BASIC...HA!...programs, just learning to program in the courses as an intro) by creating a text file with the source code that was then fed to the compiler/linker that then spit out the executable binary.

[Code]....

View 2 Replies

Can't Open Saved Projects

Jul 24, 2009

After I finish messing around with my projects I open up VB 2008 and try to open them up again and there is so much stuff in the folders I press everything and none of it works?

EDIT: I can debug the program but can not find where to edit the coding and layout?

View 1 Replies

Open Vb6 Projects In Vb 2010?

Apr 6, 2010

I have a few projects that I started in vb6 and would like to continue working on them in vb2010. I looked all over and I can't find an Import feature, like vb2008 had.

I don't have vb2008 so converting from vb6 > vb08 > vb2010 is out of the question. Also, the projects are to big to remake from scratch in vb2010.

View 2 Replies

VS 2008 Can't Open Projects?

Apr 20, 2009

Slightly odd problem I'm having at the moment, vb.net 2008 was working fine for me until today when it has decided it doesn't want to open any of my projects/solutions anymore. When I click them in recent projects or even navigate to them and try to open them the program attempts to load them and then just stops without returning any error.

View 2 Replies

VS 2010 Cant Open Projects Created By VB6?

Jun 12, 2010

I was using VB6. Recently I updated to VS2010. Now I cant run my old projects Would you please tell how to run or convert the old VB6 project files to VS2010.

View 4 Replies

Sql - Unit Testing The Data Access Layer - Testing Update Methods?

May 15, 2009

I'm looking into adding some unit tests for some classes in my data access layer and I'm looking at an update routine that has no return value.It simply updates a row based on the id you provide at whichever column name you provide.Inside of this method, we collect the parameters and pass them to a helper routine which calls the stored procedure to update the table.Is there a recommended approach for how to do unit testing in such a scenario?

View 4 Replies

Difference Between NUnit Testing And Unit Testing In VSTS?

Aug 25, 2009

I use VS team system 2008. At the moment i need to test some business classes, i have found two kinds testing NUnit and the unit testing provided by the VS team system. what are there differences?

View 1 Replies

.net - Unit Testing C# InternalsVisibleTo() Attribute For NET 2.0 While Testing?

May 13, 2010

I'm building an Active Directory wrapper in VBNET 2.0 (can't use later .NET) in which I have the following:

IUtilisateur
IGroupe
IUniteOrganisation

These interfaces are implemented in internal classes (Friend in VBNET), so that I want to implement a façade in order to instiate each of the interfaces with their internal classes. This will allow the architecture a better flexibility, etc.Now, I want to test these classes (Utilisateur, Groupe, UniteOrganisation) in a different project within the same solution. However, these classes are internal. I would like to be able to instantiate them without going through my façade, but only for these tests, nothing more.

[Code]...

View 1 Replies

Open Source Required ?

Sep 8, 2009

I know there is a lot of open source projects out there but I can't seem to find any VB stuff. I have to come up with an application that will keep track of eqiupment we sell, service and repair.

View 2 Replies

VB Open Source Defrag?

Mar 23, 2009

There is VB.NET Open Source Defrag? or C# Open Source Defrag

View 6 Replies

Removing Projects From VB2008 Start Page Recent Projects List?

Mar 15, 2009

Removing projects from VB2008 start page recent projects list. The above list is getting clogged. How do I remove items from this list?

View 3 Replies

.net - Example Open Source WPF Touch Application?

Oct 12, 2011

I'm looking for some WPF applications specifically designed for touch. Preferably they'd be open source. I don't really care about the apps function, I just want to get some design ideas for a Win7 WPF touch app I'll be writing. I'd like to see what can be done with WPF touch.

View 2 Replies

An Open Source Code Generator?

Jul 15, 2010

1. Generates Class files based on SQL server database.2. Generates Class properties.3.Generates Class contructors.4. Generates a Singleton class and it's corresponding Collection class.5. Outputs individual files or the code to copy and paste.

View 1 Replies

Develop Open Source C# Application?

Jul 5, 2010

Is it possible to develop open source VB.Net/C# application, I have developed many application using .Net, but first time want to develop open source application.

View 7 Replies

Open An Image In Application To Be A Source?

Nov 26, 2009

my resources :
VB Express 2008
and its free packages :
SQL Server Express Edition
SQL Server Compact 3.5
OS: Vista Home Prem 64-bit
Unit: Qosmio X305-Q705 (Laptop)

First of all is it possible to achieve my project with these limited resources i have?

I'm planning to create a program like a database for reporting system (using database) where i can open an image and save that image as a source and bind to a certain record in my table then be displayed later on to my report.

View 1 Replies

Open Source - What Is The Model .NET Sample App

Sep 16, 2009

I'm looking for an open-source VB.NET app that demonstrates a lot of .NET's power, ideally something that works fully offline. Maybe some of you have encountered an amazing utility app on CodeProject?

View 1 Replies

Open Source Code For Any Program?

Jun 23, 2010

I have a friend who sent me a program that he made using visual basic. The program has a web browser inside it and it works just like any internet browser. The problem I have a bad feeling that has a hidden web browser inside the program which it sends my keystrokes through php mail. I don't want to accuse my friend without showen a prove

View 8 Replies

Open Source Code Of Webpage?

Oct 6, 2009

i wanted to know if there was a couple lines of code you could use to open the source code of a website (like you could in notepad), into a textbox in visual basic.

View 1 Replies

Open Source Richtext Control For Net?

Jun 27, 2012

Is there any good richtextcontrol for .net forms i tried almost all extended richtextcontrols from several websites but there is no print like view for any control, i want to add deference system in my app but there is no free control available and controls like from [url]...are very expensive for a student. iam searching from last two months but find no results and tried hard to make my own control but found no idea to start with.

View 1 Replies

Project Open-source If Use .NET Languages?

Sep 22, 2009

I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project by using .NET languages ? Or do i have to build open-source projects only using open source languages like Java,Ruby, Python etc ? ( I mean is there any restriction from microsoft on building open-source projects using their langauge and tools ?)

View 5 Replies

Sftp Upload Open Source Using .net?

Mar 30, 2010

i tried the question that is asked here but not much could get from it. Does anyone know where to research or if has a project for sftp using vb.net?

View 1 Replies

Unable To Open Data Source?

Dec 21, 2009

I have installed all of the patches and Hotfixes that I can find and truth be told, this is so enigmic that i dont know where to go to.I have been working on a project for a year and just recently I went to add a database (data source) and the Tab was gone. I thought I did something wrond so i went to Data -> Data Source and nothing happens. whats funny is that I cannot do what I want and add the datasource.

I also have VS 2005 installed (which I am forced to use) and here I have no problem.

Can anyone or does anyone have a simular problem and a resolution??I really would love to use all that is available in VS08 and not having to use a much older version...

View 5 Replies

Using Librarys Code Without Example Open Source?

May 19, 2011

I have dll works with .Net .is possible i know how i can use librarys code without example open source.

View 2 Replies

VS 2010 Open Source SWF Decompiling?

Jun 18, 2011

I need a way to decompile/extract some actionscript from a VERSION 9 SWF file. Preferably it needs to be able to extract only a certain 'part' (i dont no what to call it!) from the 'tree' of action script.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved