Posted by: Kaushal on: September 12, 2008
Understanding the architecture and code in software application plays as major factor while building good software products.
Along with specification, examples and tools, a new visual modeling technique being introduced, termed as “nAML” (.NET
Application Modeling Language), which overcomes the limitation of typical modeling languages in a revolutionary way! Nothing
much to say, just download (FREE) it and [...]
Posted by: Kaushal on: September 10, 2008
There will be South Asia MVP Open Day 2008 at Goa, India near around mid of November! Goa is a marvalous city with its lively culture, sumptuous food, and of course the beaches! I am eagerly waiting for!!
Read More…
Posted by: Kaushal on: September 8, 2008
I needed to generate Medium (250 X 250) and small (150 X 150) size images from Large (500 X 500) size images as Product images to display in a shopping cart application.
To generate thumbnail images (for scenario I wrote above, or to display iconic Product images within GridView along with Product Details):
Read More…
Posted by: Kaushal on: September 6, 2008
I was having a requirement to Stream Audio files in one of my on-going ASP.NET application; While I googled, I found that to Stream Audio files in a webpage, we need to use <object> tag.
The <object> element can support many different media types, like:
Pictures
Sounds
Videos
Other Objects
We just need to add the Windows Media Player reference using [...]
Posted by: Kaushal on: September 5, 2008
I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use eNewsLetter and other SiteAdmin CMS modules that sending email notifications; you can setup your web.config to defind SMTP services settings.
Below is one example of SMTP email setting defined in web.config file:
(Under <configuration> Section)
<system.net>
<mailSettings>
<smtp deliveryMethod=”Network” from=”testuser@domail.com”>
<network [...]
Posted by: Kaushal on: September 5, 2008
The Scenario may come where application needs data to be updated automatically. The Question comes; Is there a way by which we can auto refresh a page for specific time interval so as to update the Content(automatically).
The ultimate goal is; we want to refresh our page automatically at a defined time interval. First, if you [...]
Posted by: Kaushal on: September 4, 2008
Check out this excellent article:
It’s not often you’ll need to rename a database, but when you do what looks like a trivial task can be complicated in a hurry. Today we’ll review the techniques used to rename a database and discuss some of the more interesting problems that can arise from renaming [...]
Posted by: Kaushal on: September 2, 2008
Rescue me from the mire
Whisper words of desire
Rescue me – darling rescue me
With your arms open wide
Want you here by my side
Come to me – darling rescue me
When this world’s closing in
There’s no need to pretend
Set me free – darling rescue me
I don’t wanna let you go
So I’m standing in your way
I never needed anyone [...]