One more thing is there, if a public hosted web site is there. It has one web service which populate data from sql server. Now you never know how many connection will be there for that web site, in that case how to buy CALs? Same thing apply in my case! Even though I dont have public server. It will be a static ip server in organization's intranet! There will be one .net application which has hosted one .net remote object and my client communicate with that .net remoting object and fetch the data!!! Thanks, Divyesh
divyesh1432
Posts
-
SQL Server CAL -
SQL Server CALIf u know or can provide the link which mention the service oriented architecture with sql server CALs? Thanks, Divyesh
-
SQL Server CALHi, I just want to understand CAL licenses of microsoft sql server! If I implement Service Oriented Architecture then also I need to buy CALs for all my clients? And is it different from SQLEXPRESS to SQL SERVER? Thanks, Divyesh
-
Handlers removed automatically?Hi, In winforms or wpf application, lets say there is one container control which adds controllers dynamically and it also adds event handlers of that child controls. Now if I call a clear method of the parent container control, will the event handlers added be removed automatically? If not and I dont remove them (event handlers), will it create any other issue? Please suggest! Thanks, Divyesh
-
.net framework automatic update?I am talking about .net framework updates! And one question about click once, it shows me one year validity of the license when you publish your application. After one year I think we need to create another certificate. In that case how can we publish new version. Is there any licensing policy with microsoft that can extend the expiry of that certificate? Thanks, Divyesh
-
.net framework automatic update?Hi, How does .net framework automatic updates? Does windows update actually checks/updates .net framework or any .net application actually check any checks/updates? I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!). Thanks, Divyesh
-
.net remoting OR web services OR WCF ServiceHi, I have a client server architecture, may have 1000+ clients (windows application/winforms) communicate with the hosted server to process some information! There may have 3 to 4 methods/function to be processed on the server. Both client and server can be developed in any of the .net technology like we have .net remoting, asp.net web service or WCF Service! If you can advice which one will be feasible of this requirement. Like in performance point + load on the server for the request/response time. I am not much worried about the security (its intranet/vpn). Thanks in advance! Waiting for the response! Divyesh
-
How many concurrent we can have in SQL Server 2005 Express?Hi, How many concurrent we can have in SQL Server 2005 Express? Does it make difference with the operating system like windows server 2003/2008 or winxp pro? And I am getting error while connecting to the sql server 2005 express that the remote server has refused the remote connection (Error no. 26) though it was working fine before couple of days (I have enabled the remote connection via/pipeline/tcpip and also added in firewall exception port 1433. It was working fine before). After that I have just restarted my server and its works fine! What can be wrong in this? May be the number of concurrent connection has reached! Thanks, Divyesh
-
Get List Of Child Process from currentprocess!Very nice artical/website! I am working on it, ll update you the status! Thanks
-
Get List Of Child Process from currentprocess!Yes its there, if you have used the tool Process Explorer of systeminternals you will have better understanding how the processes works in windows. And I am working with c# and I dont have any class/object PROCESSENTRY32 in c# framework! Thanks, Divyesh
-
Get List Of Child Process from currentprocess!Dont post any message if you dont know the answer! Dont think that you are smartest person in this planet!
-
Get List Of Child Process from currentprocess!Hi all, I want list of child processes from current process! Or a parent process of particular process! Or the parameters/argument of particular process (I am getting empty string in StartInfo.Arguments of process object, I dont know why! (its wpf application)) And I even getting the MainWindowTitle empty string of wpf application process! (even though I have set the System.Windows.Application.Current.MainWindow.Title = "ticker"; in the constructor of startup window!) Help me out! Thanks a lot in advance! Chears! Divyesh Chapaneri
-
GMap get nearer cordinateHi, There is one coordinate as for example 19.447754, 72.75541 now I want list or coordinates that covers circular area and it has center coordinate as I have given above. I will pass the ! Means it should give me circumference or diameter and I will pass miles/kilometers. Is there any api/web services or any method/function/formula to achieve this? Help me out ! Thanks, :) Divyesh Chapaneri
-
Run application on 2nd CoreHi, I have intel core 2 duo processor. I have two applications (wpf desktop based applications). I want to run 1st application on 1st core and 2nd application on 2nd core. Thanks & Best Regards, Divyesh Chapaneri
-
Is it possible to download a media (video or images) files from server and run it on client machine !Hi, I want to create a digital signage system web based ! There should be something like a browser will download media files from the web server, save it onto client's machine and plays it in specific sequence. Can a browser/client have access to download media files and save it to specific location using javascirpt/vbscript or any other way (no manual process it should be done automatically) and after that play those media files ! Thanks & Best Regards, Divyesh Chapaneri
-
UniformGrid Height="*"Hi How can I assign full height/width to a grid or uniform grid. Like I want to assign * to grid/uniform grid. Thanks
-
Working DirectoryHi, How can I get current application working directory? Thanks
-
Activesync programaticallyHi, I want to sync my mobile programatically. It should not run microsoft active sync program, instead of that my application is running in background and it should be popped up and sync my mobile. Is that possible? Help me out. Thanks & regards
-
Static DataContextThanks Roger
-
Static DataContextIs it a good programming practice to declare a static/shared DataContext? I have declared one static datacontext linq object on page (asp.net) and which can be shared with other sessions also. Does it affect my application's performance or something? Thanks