」アーカイブ

プログラミングの部門の記事

プログラミング »

プログラマーならこれはあなたのための実際によい用具である場合もある。 ErroKeyはOracle、Sybase、Apple、Cisco6400、UnixSolaris、DB2、MySQL、PostgreSQL、SAPDB、BorlandC、大蛇、HTTP、Symbian、MozillaおよびWindows NTのような言語を支えるオンライン用具である。 あなたが必要とするのは調査箱のエラー・コードで調整し、[...]へ得ることだけである

点の網 »

Visual Basicは「\ n」のような制御かスペシャルまたはエスケープ・シーケンスを(復帰改行文字)またはVBプログラマーにControlChars.CrlfおよびConrolChars.Tabのような定数を使用させる「\ t」支えない。 これの最も大きい不利な点はある、醜くまたは読解可能な技術言語であなたのコードをより少なくする。 従ってこれは私達がそれを[...]使用する方法である

点の網 »

空を見つけるために人々がひもと「」かVB.NetまたはC#のString.Emptyを比較することよくある間違いの1時である。 少数の例はここにある。
// C# 間違った方法

(sの== 「」)
(sの==のひも。空)
(s.Equals (」」))
(s.Equals (String.Empty)
(ひも。同輩(s」」、)
(ひも。同輩([...]

点の網 »

そのブランクの目的の参照があるように確認するよい考え目的に関してはしかしひもの場合にはNullReferenceExceptionを防ぐために時々ひもを価値なしでまたは呼ばれる空ストリングとして得る。 私は私が例外をおよび([...]であるエラーメッセージ扱うときこれに長時間直面してしまった

プログラミング »

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 [...]