Has the requirement to deploy the .NET framework with a .NET application caused programmers to go back to languages such as C++ where more standalone applications can be created?
Hi,
How can i zipped folder and its content using zlib 1.2.3 under cocoa framework. It seems
that zlib is used for only zipping files and not folder(with reference from other mailing
list), else is there any possibility to do so in cocoa application.
Thanks and Regards,
iSight
Is the WebAii framework still available and free? Am I just missing it?
After putting it off for too long, I've finally started automated UI testing on my current project. I had WebAii from ArtOfTest on my list to look at, but it looks like it's been killed off by Telerik and now they're asking $1500 for their new WebUI test studio. I can't find anything definitive on Telerik's site, too much marketing. But, it seems to be pretty clear.
I copied the EyeTunes framework into my project and it says that is not declared.
In the original project I go to definition and it takes me to AEDataModel.h where it is defined.
However in my project it doesn't do that and it's not found. How do I add AEDataModel to my project?
Thanks
I have developed the application for windows mobile 5.0 and .net compact framework 2.0 sp2. This application communicates to the hardware device using serial port. This application works fine in windows mobile 5.0 based PDAs. I have handled data received event to get the data from serial port.
But when I run my application on windows mobile 6.1 and .net compact framework 3.5, my application hangs on serial port close API call. There are many workarounds mentioned in the .net compact framework blog like (closing the com port on different thread, opening the port in the beginning of the application and close once application exists, polling for data instead of event handling), but nothing is working consistently.
hi
i want to make use of Com intefaces into my .net application,
but this is related to Text Services Framework and i reasearched on this and it was like it only supports COM servers
can anyone help me on this
can i use TSF intefaces into my .net application
and if yes Please tell me how to do it
plzzzzzz :)
thanks
I'm planning to do .NET Framework 2.0 MCTS (70-536) exam. Could you please tell me that do get the option to select the exam in C# or VB.NET? Or do I have to prepare for both?
I've recently started a new project in C#, and, as I was coding some exception throw in a function, I figured out I didn't really know which exception I should use.
Here are common exceptions that are often thrown in many programs :
ArgumentException
ArgumentNullException
InvalidOperationException
Are there any framework exceptions you often use in your programs ?
Which exceptions should every .net programmer know about ?
When do you use custom exception ?
I look for a free launcher or bootstrapper that checks whether the .net framework is installed, and starts my app1.exe, or app2.exe if not. Alternatively a louncher that checks for the OS version.
I'm starting a side project and want to build it with html5/css3. Is not a concern backward compatibility.
I wonder if exist a framework similar to BluePrint/960 grid system. Mainly, I'm looking for the grid system & typografy.
The best (and only I found that play nice with html5 new tags) is http://lessframework.com/, is a good start but wonder if exist something better?
Hi all, I need to able to access controller methods from a model using the Kohana V2.3 framework. At the moment I'm passing the controller object (by ref.) to the model on creation which works perfectly fine but I can't help think there is a more "cleaner" way - does anybody have any suggestions? Would Kohana V3 resolve this with its HMVC pattern?
This may help: http://www.ifc0nfig.com/accessing-the-calling-controller-in-a-model-within-kohana/
I know my way around Objective-C and I have experience with garbage collection from .NET, although I never used it in objective-c. I write my code without using it.
Now I'm thinkig about using one of the frameworks (Blocks) which is available as GC-only. My question is - can I still use the framework without any changes to my current non-GC code and without using GC myself?
The .Net 4 32 + 64 bit Full is 48.1 MB and the Client Profile is 41.0 MB.
Why I will prefer install the Client Profile instead of the "Full Framework"? What difference there is in that packages?
Hi,
I want to create an application that synchronize a database to multiple databases(various type of databases).
I'm looking for a framework that suitable to do this.
I was looking for something just get the Object of the data (like a resultset) then copy that object to the destination database. Or comparing between 2 data.
Any ideas?
Thanks,
I have long been a fan of _why's Camping microframework -- lightweight, great for microscopic applications (low concurrency, easy to use and edit and maintain), which is what I do. I'd love to know if there's something similar for PHP; full-blown app frameworks like CakePHP or Symphony are very large for what I do, but I can't seem to find nothing "less".
What PHP framework would you prefer, in this situation?
Hi,
what test data approach/framework is recommended for .net unit testing? I'm in VS2010, C#, doing business logic layer testing.
By approaches I mean like: creating database snapshots, programmatically creating each time, etc etc. Like what approach to use to ensure at the start of each test the database is in a known state.
I'm using the TTThumbsViewController section of the three20 framework, and I have the status bar hidden throughout my application.
When the user views the full size image, taps the screen(hiding the controls), when they tap again the controls reappear but the status bar is there too.
I've searched through the whole library and been unable to isolate the section where this is happening. I'd love it if someone could point me in the right direction.
Thanks,
BB
Hi
Can you please explain how the following three are different in their intent?
1) Policy Injection Application Block
2) Structure Map IoC Managed
3) Managed Extensibility Framework
In terms of the common tasks they do, which is simpler/aligned with generics and C# 3.0 ?
Thanks
Lijo
I am interested in knowing if there are any server-side web application frameworks which integrate nicely with CouchDB? Does anyone have any experience in doing this? It seems like a dynamic language would be well-suited for playing with the JSON, but I am more interested in hearing about how it would fit in with the framework and the application's design.
Which validation framework would you prefer for a webforms application. This would be for a rather large complex app. I would want to specify rulesets and business validation in a single place and integrate it both on the client and server side. I'd prefer jquery for client side.
Anyone has any suggestions?
http://www.sofa-framework.org/
looking for other similar medical simulation software that have easier API for programming, better documentation and more active user interactive help forum.
the goal is to do virtual design. I want to design something that can simulate a pipe pumping with haptic devices, but I couldn't get Sofa to work with my phantom device in their UI, and I can't use their API to build my stuff either. it's hard to get things going with slow support.
thx for the help
arraylist.add(new ListItem("Activity1", "ActivityName1"));
suppose ActivityName1 value store in properties file to provide locale feature.
now how can i access the value of Activity1 key that associate to ActivityName1 value on jsp ( ActivityName1 corresponds to a properties file value) by using Struts.
i want to find the ActivityName1 value that store in properties file by using the Activity1 key in Struts framework.
Is there any architecture or framework for Desktop applications similar to S#arp architecture for Web applications. S#arp Architecture uses Fluent NHibernate.
Does anyone know of any .NET genetic algorithm frameworks for evolving instructions sets in virtual machines to solve abstract problems? I would be particularly interested in a framework which allows virtual machines to self propagate within a pool and evolve against a fitness function determined by a data set with "good" outputs given expected inputs.