Posts

Cluster Upgrade (SDK alignment)

i have question backward compatibility. have several applications (30+) on single cluster. when upgrading code base cluster appears required update underlying applications (sdk upgrades)? experience, appears case clarification. effects approach take decomposition. butsona butsona, have made progress this? thanks! ed price, azure development customer program manager ( blog , small basic , wiki ninjas , wiki ) answer interesting question? create wiki article it! Microsoft Azure  >  Azure Service Fabric

Cloudyn CSP Markup

i added csp accounts cloudyn , can't seem figure out how add price markups. i've played around custom charges no avail. how able view billing data csp customer includes set percentage markup? thanks! hi daniel, for moment have admin , user roles. a part that, when create/edit user, have option of granting permissions user management and/or recipient lists. we working on having more security roles available fulfill requirement , when on production notified via our release notes. best regards, ben kirk ben kirk Microsoft Azure  >  Azure Cost Management by Cloudyn

Format cell standard in Excel with c#

Image
up vote down vote favorite i have excel file enter in database. need read cells. problem type standard in excel. how convert standard type string when reading excel file using c#? my code: using ( oledbconnection conn = new oledbconnection ( sbconnection . tostring ())) { var dt = new datatable (); string query = string . format ( "select * [{0}]" , sheetname ); conn . open (); oledbdataadapter adapter = new oledbdataadapter ( query , conn ); adapter . fill ( dt ); try { using ( sqlconnection con = new sqlconnection ( consstring )) { con . open (); for ( int = 2 ; < dt . rows . count ; i ++) { for ( int j = 1 ; j < dt . columns . count ; j += 4 ) { try { string sourcestring = ...

A quick question about WCF Action

if have web service generated via wcf service publishing wizard , newcardno web method name. when client use generated wsdl file , add service reference in visual studio, make request web service, should use newcardno wcf action , calls newcardno method, right? what happen, if change service method name newcardno newcard, , client still uses old code? should client side failed because of there no newcardno method existing in web service, still passing newcardno wcf action , schema method still remains same? thank you. hi xiao, such call web service will fail because method getting called not present. when have change signature of service or schemas here process should follow, 1) orchestration or schemas are changed per needs. 2) orchestration or schemas redeployed.  3) run wcf web service publishing wizard expose schemas or orchestration service 4) if have change namespace or method name should in publishing wizard. note:- redeployement of sc...

Datasets as the DAL?

i wondering if using datasets/adapters/datatables way manage data access layer, or if should keeping using generic database library 1 of friend wrote.   thanks, john well, since don't know "generic database library" friend wrote - can't comment it there 2 major schools of thoughts when comes business logic. there favor domain driven desing (see http://domaindrivendesign.org/book/ ) , favor data centric approach . datasets fit second approach better (though there can useful in reporting scenarios when using ddd), ddd 1 use object relational mapper (such nhibernate, npersist, wilson o/r etc. ) arnon     Architecture  >  Architecture General

Can't get past "turn customErrors mode=Off" page.

i'm getting infamous runtime error page.  have customerrors mode set off.  else can try? runtime error description: an application error occurred on server. current custom error settings application prevent details of application error being viewed remotely (for security reasons). could, however, viewed browsers running on local server machine. details: enable details of specific error message viewable on remote machines, please create <customerrors> tag within "web.config" configuration file located in root directory of current web application. <customerrors> tag should have "mode" attribute set "off". <!-- web.config configuration file --> <configuration> <system.web> <customerrors mode="off"/> </system.web> </configuration> notes: current error page seeing can replaced custom error page modifying "defaultredirect" attribute of applica...

ISA Firewall client. Traffic interception from local system account.

hi! isa firewall client can intercept users traffic , bypass proxy. ok standart interactive launch of application. when start app system account role - won't work :( with procexp can see fwcwsp.dll injection, nothing happens. of course can write rules isa server intercept data .exe, there other ideas? i'm intrested in how ammyy admin, started @ system account works properly? can thread impersonation me? , if - doing wrong: 1. im getting token with wtsqueryusertoken of current session 2. duplicatetokenex token primary 3. run creating sockets , network connection in impersonated context. on re-reading, appears op needs writing rule isa server allow traffic. i'd suggest asking in forefront threat management gateway forum. tmg replaced isa time ago. forefront tmg , isa server karl when see answers , helpful posts, please click vote helpful, propose answer, and/or mark answer. blog: unlock powershell book: windows powershell 2.0 bible e-mail: -j...