Programming Languages
Regular Expressions in ASP.NET
2
Today we sill see the the “Regular Expressions” in ASP.net. Some people are using this in day to day applications. A regular expression is written in a formal language that can be interpreted by a regular expression processor. A regular expression, often called a pattern, is an expression that describes a set of strings.
Implementing 3-tier Architecture in C#.net
5A long ago programmers used to write much lines of code and various logical functions and procedure to support reuse of their code. But in modern world you have to go beyond just re usability and mere programming logic. Today’s applications demands vast data support, User Interface Improvisation, data security and dynamic business needs. Here the 3-tier applications came into picture to solve developer’s problem. Separating the tiers in applications helps programmer to concentrate on very particular logic and build strong and dynamic programming architecture to support business applications. Theoretically many of you have read about concept and working of 3-tier architecture so will go directly to implementation of 3-tier architecture in c#.net.
मराठीत बनवा वेबसाईट
1
“माझ्या मराठीची बोलू कौतुके | परी अमृतातेही पैजा जिंके ||” असं मराठीचं वर्णन खुद्द ज्ञानेश्वरांनीच आपल्या ज्ञानेश्वरीत केलं आहे. अशी हि रसाळ वाणी इंटरनेट वर अवतरली नसती तर आश्चर्याचं !!.
इंटरनेटचा उदय झाला तोच मुळी इंग्रजी भाषेतून पण पुढे स्व-भाषेतून संकेतस्थळ बनवण्यासाठी अनेक देशांनी प्रयत्न केले. पण प्रश्न यायचा तो मात्र फोण्ट्सचा. हे सर्व फोण्ट्स आपल्या संगणकावर डाऊनलोड व इन्स्टाल करावे लागायचे. प्रत्येक संकेतस्थळ हे स्वतःचे फोण्ट् वापरत असत. त्यामुळे वेगवेगळे फोण्ट् इन्स्टाल करण हेचं जिकिरीच झालं होतं. पण ‘युनिकोड’ फोण्ट्स चा उदय झाला आणि मराठीतून संकेतस्थळ करण हे अतिशय सोपं झालं. (more…)
Improving Web Performance of C#.net sites
2
For every enterprise level application the key to make that application success is the responsiveness of application. ASP.Net also offers great deal of the features for developing web based enterprise application but some times due to avoiding best practice to write application the performance of application performance of application is not so fast as it should be. Here are the some use full suggestion to make your application super fast.

