Excel si C#

Dupa ce m-am batut cu referintele COM ( care mor imediat daca e proiect consola, dar care mai traiesc daca e ASP.NET) am reusit sa implementez IDisposable peste (aproape) fiecare obiect de la Excel.Astfel incit am un Range_Disposable care inglobeaza / deriveaza din Range, un WorkSheet_Disposable care inglobeaza/deriveaza din Worksheet ( si la care metoda […]

Continue reading →

Linkuri de programare

Stroustroup despre C++:I think I know more about the problems with C++ than just about anyone, but I also know how to avoid them and how to use C++’s strengths.(Exact ce obisnuiesc sa spun si eu despre VB 😉 ) Despre programare la MS When investigating a piece of code the developer first turns to […]

Continue reading →

viata de firma programare software – neobisnuita

Uite ce se intimpla daca faci internationalizarea ca la carte : te dau in judecata  indienii din cauza :“Microsoft’s decision last month to launch its Windows software package in Mapuzugun, a Mapuche tongue spoken by around 400,000 indigenous Chileans, mostly in the south of the country.[…]But Mapuche tribal leaders have accused the U.S. company of […]

Continue reading →

cum am facut sa mearga dasblog1.9

static ApplicationResourceTable()        {            //andrei            // rm = new ResourceManager(“newtelligence.DasBlog.Web.StringTables.StringTables”, typeof(Global).Assembly );            rm = Resources.stringtables.stringtables.ResourceManager;        } Schimbat Profile.aspx:public partial class Profilexx si Inherits=”newtelligence.DasBlog.Web.Profilexx” si public Profilexx() AutoEventWireup=”false” – pentru toate paginile aspx( replace <%@ Page cu <%@ Page AutoEventWireup=”false”  ) Si gata… acum ar trebui sa vad chestia aia cu Cloud cum este…

Continue reading →

plugin de Yahoo

Pentru ca Stalker m-a provocat sa fac un plugin de yahoo, iata rezultatul:http://serviciipeweb.ro/iafblog/content/binary/ContentTab.zip Se pune cu minuta in <Program Files>\Yahoo!\Messenger\Plugin\Testastfel incit sa existe <Program Files>\Yahoo!\Messenger\Plugin\Test\ContentTab\test.ypluginApoi in meniul de yahoo aveti Load Test Plugin …

Continue reading →