What caching libraries would you consider to be the most important or useful for .NET?
I'm asking because I need to contact them to see they plan on supporting .NET 4.0's caching framework.
Hi
I'm across winforms currently but want to write an app that users will have a LAN/WAN between them and database.
So assuming I need to use WCF if I stick with winforms as the UI, or go ASP.net and go web, THEN which of these two approaches would be the easier rampup
approach for me?
Note wanted to use Entity Framework.
I want to know what kind of users are using my app.
I think I need the device id, the network type, the network provider name and its ip address. is there any framework to do this thing?
I'm writing a game for iPhone, and I want an online leaderboard using mySQL, which i'm very familiar with.
How do I implement this in my app?
I would assume there's a framework/library i need to obtain?
I am looking for more complete sample code on how TeeFilter of Logback can be used to log HTTP messages.
I am trying to add this support to my Spring 3 (MVC)/Hibernate 3/Annotations Maven2 project. I have the config and xml files but I need to know where and how I can trigger this Filter to do the job for me in the Spring MVC framework.
Any help will be greatly appreciated.
Hi
I'm new to Android and web service development!
currently I'm working in developing Android program that will send longitude and latitude information to asp.net website (to show the location change the website map)
the questions are
- how to send this data to the website (the best practice)!
- any suggestions for a suitable framework starting from the android application itself , inserting to database , client/server connection !!
I've read a lot about web services specially REST ..but didn't find tutorials
Appreciate your kind help..
We have ASP.NET framework 3.5 hosted in Windows 2003 Server 32-bits.
Database: Oracle 10gR2 in Windows 2003 Server 64-bits
We should use ODP.NET 10.2.0.3.
Questions:
- Is ODP.NET 10.2.0.3 made to connect to a 32bit or 64bit Oracle database?
- Is the same for Oracle Client?
A DirectX scene can be drawn inside of a WindowsFormsHost, but this solution concerns struggling with some interop issues, mainly the 'airspace' problem. Thus, before creating whole framework for this, I'd like to know, if a D3DImage used within a WPF window will cause alike problems with overlay and sizing as described in the WindowsFormsHost doc? Or is it designed to be fully compatible with WPF system?
Thank you for your help.
I am the technology director at a small nonprofit, and we are in the process of making a new website. We have several proposed mock-ups of different homepage designs, and need to receive input from our board members. Is there an online application/program/framework that will receive and organize user comments? I'm looking for something that will allow commenting while viewing the page, rather than just a message board or wiki.
I load data to jsp page in Struts framework. And then export that data to excel using displaytag .It 's ok without using tiles. But I 'm using tiles in my project. So when I export data to excel , blank page is shown and nothing happen.Please help me.
Thanks in advance.
I am using 3.5 framework of VB.NET 2008.
I have some textboxes in my form. I want the tab like behavior when my user presses ENTER on one of my textboxes. I used the following Code:
Private Sub txtDiscount_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtDiscount.KeyPress
If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then
SendKeys.Send("{TAB}")
e.Handled = True
End If
End Sub
But It doen't work for me.
Please give me a solution.
Can a ASP .NET Controller action method take an interface as one of the parameters ?
I would like to have something like:
class MyController
{
[HttpPost]
public ActionResult Action(IMyModel model) {...}
}
Is it possible ? Obviously I would have to tell the framework which concrete implementation of IMyModel that should be instantiated, but how ?
Hi,
Is it possible to devlop old school Windows Phone app with VS2010 ? Do I have to dowload the template as I couldn't find this kind of project when I start a new project.
I definitively want to devlop old .Net Compact Framework 3.5 app, and no XNA or Silverlight app.
Do I have to swith back to VS2008 ?
Regards
Dear All,
I have to change the look and feel of my win form application of .net framework 3.5.
So i want to add window 7 theme or visual style, Is any sample application available?
and also suggest what to do change look and feel of my application?
I'm trying to use System.Drawing.RotateFlipType in my settings file. This screenshot summarizes my problem:
Each of RotateFlipType values is doubled, and some are missing. If I try to use some of missing values (like Rotate180FlipX, through app.config) - it is simply ignored.
Using VS2008 with SP1, vb.net with framework 3.5 on windows 7.
I am working on a PHP framework and am currently designing error handling. Based on what I have read on SO, I should only use exceptions for, well, exceptional situations. Therefore throwing an exception when an incorrect password is entered is wrong.
Should I avoid using exceptions when I want to trigger a server error? If so, should I write my own error handling class?
I am looking for good books and articles on user-interface testing.
What they should contain (one or more of):
different test methods/strategies
examples, use cases
naming pros and cons for different methods
something important I might have forgotten :-)
What they should not be:
Only about general tests and not gui tests
describing a test framework limited to a single language
What are the best resources you know of?
(preferably language agnostic)
Hi Guys
I'm Curious if somebody could recommend a book about REST that isn't "Effective REST Services Via .NET: For .NET Framework 3.5 (Microsoft .Net Development)". One of my colleagues read it and he wasn't too impressed with it.
Can anyone suggest a better one?
Thanks
Dave
In system network preference there are some location names.How to get the current or active network location name and list of all network locations? I guess SystemConfiguration.framework supports this but i didn't get exactly which API to use.Thanks in advance for your answer. RegardsDevara Gudda
Hi all, can you just tell me for which type of requirement we should choose framework or dynamic library? I mean when should I decide to use frame work rather than using dynamic library or vice versa?
Thanks in advance.
We have moderate application using Spring but we started using GWT in another application and are completely sold on Guice. Now, considering converting from Spring to Guice or using both where Guice is used for IoC is an option. Did you have to make similar decisions? Did you keep Spring for other components or had to replace it with alternative framework(s) completely?
With the latest changes to the developer agreement by Apple, how inherant is the risk of using any kind of framework to develop Apps for devices now? Should shops risk using things like MonoTouch, Three20, Appcelerator since this change?
How are some iPhone/iPad developers here handling it?
http://www.pcworld.com/article/193916/apples_new_iphone_app_policy_unreasonable_and_unjustifiable.html
http://www.wired.com/gadgetlab/2010/04/iphone-flash-policy-steve-jobs/
http://37signals.com/svn/posts/2273-five-rational-arguments-against-apples-331-policy
I have a console application which has target .NET 2.0
It is very short but full of unsafe code.
I converted it to VS 2010. I run it OK.
When I try to change "target framework" in properties to 3.5 or 4.0 it shows message box:
TargetFrameworkMoniker: Error parsing application configuration file at line 0. XML document must have a top level element.
the target then stays 2.0 anyway...
Any thoughts?