What is the best way to handle authentication using just html/js? Is sending login and password via text to webservice safe? What are other alternatives?
I'm trying to deploy WPF app into remote server (Win2003) using clickOnce. I have installed FrontPage Server extensions (the FPSE said that installation was successfull). I have also created...
I want to host WCF web service in my windows application. So far I succeeded with the following configuration:
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding...
How to launch AzMan? I know I could press Start and type azman.msc, but I would like to start it automatically using Process.Start(...). What to type in those parenthesis?
Thank you for help
No, this part is correct in my view. Im not assigning line anywhere but I`m calling method ReadLine which should modify position. The problem is that this stream is buffered. Take a look at:...
I have a table in my DB containing a column of type Datetime, which allows null values. I created DataSet on which I drag&droped this table. Everything was fine, DataTable with TableAdapter have been...
I implementd CLR stored procedure on 'Database1'. I would like to perform some UPDATE statements inside this CLR stored procedure in 'Database2'. Is is possible? If so, then how?
I implemented custom membership provider by deriving from MembershipProvider class. I added login control to my web page and associated my membership provider with my custom database, where I`m...
I would like to display some label in custom font for which I have *.ttf file. So I added this file to solution to 'Resources' folder with build action set as a resource. Font`s name is Katana. Then...
MSDN says that one can create a custom command in 2 ways: either by declaring a class that implements ICommand or by "using" RoutedCommand or RouterUICommand classes (that derive from Command).
...
Is it possible to modify framerate of a song currently being played? I mean, I would like to play a song with a slower or faster tempo. How could I accomplish this?
I defined 3 columns, two of them being tied up. I defined also a GridSplitter. But in the following scenario user is not able to move splitter to any direction. Why it is not possible?
...