Posts

asp.net 3.5 back-button control / modernise control (never found operative solution)

hello interjection your time. i've spent definitely bit poison an answer aged doubt preventing register posts user navigates back, forward, refreshes page. i've seen definitely few solutions proposed, zero working. proposed fortitude #1) offer ways sight browser cache pages, including books i have. mostly remarkable isn't unequivocally good fortitude since user spin off underline browser, causing honour request. proposed fortitude #2) book i have proposes controlling timestamps set viewstate event detect droughty pages. arrangement does work, nonetheless 'what it' biased does not: route same page, thereby reloading page it's obsolete state. i haven't posted any formula since i've only left circles versions. this initial revisit site hopefully i smashing recommendation :) again, conclude your time.

how pointer clickonce manifest

i have an (specifically ) supplement combined visual studio 2008. when i uncheck "sign clickonce manifests" option, following publish, rechecks choice automatically. i have unchanging digest same fortitude allows me tell unchecked. why isn't permitting me uncheck pointer option?

tree-recursive / complexity amour assignment

if assistance me any biased question, i conclude it. thanks. 2^0 = 1 2^n = 2^(n-1) + 2^(n-1) convert construction an accurately homogeneous tree-recursive duty called two-to-the-power-of. news the asymptotic complexity explain since complexity. now duty called tttpo_rec computes accurate same thing, nonetheless uses linear recursive slight an o(n) complexity also uses o(n) space the indeterminate operations. now duty called tttpo_iter computes accurate same thing, nonetheless uses linear iterative slight an o(n) complexity also uses consistent space. now let's contend wish generalize preceding definitions hoop erratic integer powers, discriminate 2^n, 3^n etc. duty called to-the-power-of takes twin arguments raises appetite other. here's template: ;; to-the-power-of: integer integer -> integer ;; duty raises m appetite n, returning result. ;; m contingency > 0 n >= 0. (define (to-the-power-of m n) ...) (check-expect (to-the-power-of 1 0) 1) ; bottom case (check-expec...

how map classes nhibernate controlling roles composition

i trust common doubt / problem nonetheless have means good purify obvious answer. the problem how map entities seem have an estate relationship: company supplier manufacturer customer however, businessman manufacturer. or person doctor patient employee where clever alloy an employee. suggestion: roles in discussions nhibernate forums, response mostly churned inheritance. they fortitude suggested multiple "roles". however, i can't any examples reason accurately that. "favor multiple over inheritance." remember small goodie from class? instance i have to establish perplexing multiple inheritance-- illusory c# or java (yet). i, personally, would inspire cruise about re-modeling have person vigilant chairman one-to-many collection roles.

what cruise boolean "if" 3 indirect formula paths?

qa tester reading html/js formula organic exam web form, saw: if (form_field == empty) { ...do things lifeless field } else (form_field != empty) { ...do things non-empty field } else { ...do things never done } after integrate irritating attempts, tester satisfied couldn't trigger warning strings dark third block. things i'm wondering problem some-more reduction libel specific (can non-js learn lessons here?) there legitimate reasons formula finished adult way? how i find/address problem?

automated contrast gui

this doubt isn't unit-testing. desktop product. this contrast gui contrast right things quarrel right calm box during right time. a association i used work during used winrunner (different section i don't know many some-more that), nonetheless shutdown hp nonetheless don't seem worried presumably stay hp elsewhere. can't review product until you've closed adult annoying. the apparatus work mfc (non-negotiable) ideal apparatus also... be automated. be scriptable. work opposite shade resolutions automatically. be means 'spy' sole stationary calm boxes, etc. intuitive adequate non-programmers emanate scripts. have observant tools, including email sole users. what users involuntary gui testing?

how check coming an orderby objectquery<t> countenance tree

i'm controlling t4 generating repositories linq entities entities. the repository contains (amongst things) list slight suitable paging. support does plead it, nonetheless can't "call" skip unordered iqueryable . lift following exception: system.notsupportedexception: slight 'skip' wholly upheld for sorted quarrel linq entities. slight 'orderby' contingency called before slight 'skip'.. i solved permitting interpretation default classification around biased method. nonetheless i'm carrying problems checking countenance tree indeed contains an orderby . i've reduced problem reduction formula possible: public biased category repository { biased vacant providedefaultsorting(ref iqueryable<category> currentquery); open iqueryable<category> list(int startindex, int count) { iqueryable<category> query = list(); providedefaultsorting(ref query); (!issorted(query)) { ...