À la maison  » Archives

Articles dans la catégorie de programmation

Programmation »

Si vous êtes programmeur ceci peut être vraiment un bon usinent pour toi. ErroKey est un outil en ligne qui soutient des langues comme Oracle, Sybase, Apple, Cisco6400, UnixSolaris, DB2, MySQL, PostgreSQL, SAPDB, BorlandC, python, HTTP, Symbian, Mozilla et Windows NT. Tout que vous avez besoin est d'introduire au clavier le code d'erreur dans la boîte de recherche et d'obtenir à [...]

Filet de point »

De base visuel ne soutient pas la commande ou les ordres spéciaux ou d'évasion comme « \ n » (d'interligne) ou « \ t » qui force des programmeurs de VB à employer des constantes comme ControlChars.Crlf et ConrolChars.Tab. Le plus grand inconvénient de ceci est, il rend votre code laid ou dans la langue technique moins lisible. Ainsi c'est la manière que nous l'employons [...]

Filet de point »

Il est un de l'erreur commune au lequel peuplez comparent une corde «  » ou String.Empty dans VB.Net ou C# pour trouver son vide. Voici peu d'exemples.
// C# Manières fausses

si (== de s «  »)
si (corde de == de s. Vide)
si (s.Equals ( » »))
si (s.Equals (String.Empty)
si (corde. Égales (s, » »)
si (corde. Égales ([...]

Filet de point »

Son une bonne idée de vérifier la référence nulle d'objet pour empêcher NullReferenceException quand elle vient aux objets mais en cas de cordes parfois vous obtenez une corde sans n'importe quelle valeur ou appelée en tant que corde vide. J'ai fait face à ceci beaucoup de temps quand je manipule les exceptions et le message d'erreur (qui est [...]

Programmation »

Remember those scare hex code which we used to in machine codes like using 80386 and 8085. I remember how tough was to do that , well not really but yea it was not easy either. Don’t worry I am not asking you to write a code but telling you about another online tool which [...]

Dot Net »

This post is a small introduction for xpath (XML Path Language) is a terse (non-XML) syntax for addressing portions of an XML document.XPath has rapidly been adopted by developers as a small query language.With the increase in usage of xml being sent on internet for transferring data there was huge need of some standard way [...]

Dot Net »

Asp.Net 2.0 server Controls like Label, TexBox etc. now can be quickly accessed from keyboard by assigning accelerator keys to them at design time. Accelerator keys or Hot keys allows controls to be accessed and get focused by specific hot key press ( for example ALT + N) similar to CTRL + C is [...]

Dot Net »

With the advancement of technologies and database it has become a great challenge to retrieve data faster and with less burden on programming part.It has become apparent that the next big challenge in programming technology is to reduce the complexity of accessing and integrating information that is not natively defined using OO technology. The two [...]

Programming »

AJAX in a Nutshell
By definition, Web 2.0 is about user content. In plain words is about wikis, instant messaging, mashups, social bookmarking, podcasting, blogging etc’. The crucial factor in the realization of these concepts is the ability to enhance the user experience when interacting with web sites. Web 2.0 companies needed a technical platform that [...]

Programming »

As a I promised in the evolution of technospot, from now on I will be including posts on programming also.I am not a big experienced programmer but I will surely make a difference on this.
As this is the first post of this category, I would like to draw attention of programmers who are crazy about [...]