Or must it be a SQL Server database? If I'm reading the documentation right, as long as I use Entity Framework and not Linq to SQL, I can go against a Sybase data source. But I'm not certain...
Cant download any pyhton windows modules and install. I wanted to experiment with scrapy framework and stackless but unable to install due to error "Python veIrsion 2.6 required, which was not found in the registry".
Trying to install it to
Windows 7, 64 bit machine
I want to be able to send a message using the new messages framework. Something along the lines of :
...
if formset.is_valid
return HttpResponseRedirect( some page )
messages.add_message(request,messages.INFO, '%i objects added') %formset.number_of_forms
But two questions:
Im not sure if i should put the messages before or after the render to response
Is there a method akin to number_of_forms
i am using Visual C# 2010 express and i need the most reliable way (on button click) and in .NET 2.0 framework to detect if windows is currently x86 or x64 in a message box.. up till now i have been using this code but i need to know if there is a more accurate way?
string target = @"C:\Windows\SysWow64";
{
if (Directory.Exists(target))
{
MessageBox.Show("x64");
}
else
{
MessageBox.Show("x86");
}
What do I need to do in order to upgrade? Should I uninstall the visual studio 2008 first?
Also what do I need to do to get .NET framework 4? Any tutorials or guides about this?
How do I spell a method whose argument can either be an object of a certain type, or nil? You see those all the time in framework classes, but I've just encountered my first instance where it would be useful to create one.
I was wondering if it would be possible to write a file, not to the local system, but to a connected server or other network path. Would i have to use an external php interface for this or can i entrust this to the AIR framework?
I'm pretty sure that AIR has certain security precautions to prevent this.
Thanks a bunch!
Regards
I am trying to run the my asp.net mvc project on IIS 7 , I am trying to impersonate the user. Where Data is the data project of my application, i have added the dll reference to the asp.net mvc project
I tried giving full control to very one to this folder
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET File.
Any clue on how to fix this error?
I have written a small PHP framework and I want to make a website where I explain some basic features.
I want to display blocks of php code. Is there an easy to do this, preferably without JavaScript.
I want to have section kind of like displayed below:
// This function takes in a value and return it
public function getname($name){
return $name;
}
There are alternatives to developing for iPhone besides the native Objective-C API. In particular, there are CSS/Javascript based solutions such as the iUi Framework.
Can you write successful iPhone apps with CSS/Javascript? Does Apple approve such apps? What are the advantages and disadvantages of using this approuch?
Thanks in advance.
I have the jQuery UI framework's draggable and droppable elements working. I would like to programmatically determine which draggable elements are currently dropped on which droppable elements. Is there an easy way to do this?
I thought of using event listeners to detect drop and out events, then keep a dictionary or something in memory to keep track, but this seems contrived.
Better ideas?
Last week I asked a question about the best technology in ASP.NET. Many people responsed MVC. Thanks to all.
What resources can you recommend to start learning ASP.NET MVC - both the MVC pattern and Microsoft's ASP.NET MVC implementation and framework?
videos
tutorials
how to
sample code
Language Integrated Query. Now I know that the acronyms are. I have seen C# examples, but can't really understand them. Can I use them with PHP? Can I use it along with ORM? Has any PHP MVC framework has this?
hi
i got this error:
CLR Error: 80004005
when i try to run my C# program on Windows XP.
when i try to install FrameWork 2.0 - i got this error:
there is a problem with this windows installer packege.
what can be the problem ?
thank's in advance
I wrote an application that monitors live streams from various sites. The application has done well but theres a feature that is highly requested. And that's the ability to record the stream.
I'm current using the Adobe Flash ActiveX control to stream the videos from the various sites. IS there a way to record the stream? Whether it be with Flash ActiveX or another framework/control that you may know of.
i have two divs with the same ids but one has display=none and the other has display=block
i want to delete the one with display='none'
i am using javascript framework prototype
Hi ,
We are using NService bus for our messaging framework.Sometime the message is not coming as par the sequence of sending .Sometimes last message is coming first and than later first message.
Please help me out Thanks
I know you can do it with an WMI event or overriding WndProc and looking for the right messages, but i was wondering if there wasn't something hidden in the net framework that makes this task easyer.
I am not sure about the semantic of "ApplicationDirectory" membership condition. I am set it up in the .NET Framework 2.0 configuration tool. All the other membership conditions such as strong name, hash, need me to input some criterias, only the Application Directory has not. How to use it? Could someone give an explanation by example? Many thanks.
I am writing a documentation on a PHP framework. I make a lot use of this | character. It is some kind of separator, but does anyone know the exact name of it.
Which set of libraries and tools would you recommend to use for development SOAP-service on Ruby 1.9 - soap-tools, web-servers, or maybe a web-framework?
Are there any guidelines when quoting estimates for projects/tasks involving TDD?
For example, when compared to normal development of a task taking 1 day to complete, how much more should a TDD driven task take? 50% more time or 70% more time? Are there any statistics available, assuming the developer is well versed with the language and the test framework?
I am looking for ORM frameworks, came along to NHibernate, Genome, L2S, Entity Framework and now the DataObjects.NET.. So far a I read the documentation it seems pretty cabable, but have you ever tried this ORM?
Any issues/bugs with DO.NET would be approciated :)
I am new to scala and I am finding the need to convert a boolean value to an integer. I know i can use something like if (x) 0 else 1 but I would like to know if there is a preferred method, or something built into the framework (ie toInt())