Jack is Here, asp.net findings

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

Entries Tagged ‘Step’

Podcast Creation Step One To Five

These days, you do not have to go travel around the world to provide other people with tutorials, trainings and other helpful advice. All you need is a podcast.

It is only the podcasts are easy to do, it also has a wider reach in terms of audiences. It is not surprising that such equipment is used as a form of online marketing already. Saves time, the plane ticket and canvassing.

How you do get started on podcasts?

First Step: Reason, Topic and Consistency.

What is your reason for creating a podcast? And what would you want your podcast to be about? Is this going to be a regular thing?

These are important questions to ask yourself before the start. If the podcasts will be used to promote your business, then you know exactly what you will be aired. Its objective should be enough to reach your market.

Plus, regular podcasting will get you those loyal clients you sought for. Your listeners will want to hear more from you. It should not end right after it started.

Second Step: Podcast Equipments.

Do you have your audio or recording tools set up already?

The podcasts are all recorded. If you can not do this and not have the proper tools. Your choices with respect to facilities to obtain their own podcasts. You can use the audio software available online for free either. Or they are paying for. Overall, he regrets that this case is not one single investment.

As there are many options out there, you can check it out before choosing the right one for you. You can also ask around especially those who are old timers podcast. You already know to use the tools and software. Check out reviews or recommendations. All these are for your own good.

Third Step: The Internet Language.

HTML? XML? RSS? Huh?

The language that websites use. Your podcasts will be uploaded, downloaded or posted on websites. These are the language to be used if you want your podcast to work perfectly.

You have not received a college degree for it. There are on-line tutorials that you can teach the basic. Read some and you will surely get some knowledge about these works. Or, you can only win the help of someone to do the job for you. Investment, remember?

Fourth Step: Podcast Upload.

Podcast ready? Upload!

Majority of sites already built FTP programs. These are programs that make uploading a piece of cake for you. But should your program FTP, if the site does not provide them.

Learn about FTP as you have with the other website languages. A few basic know-how will help you more than you think it will.

Fifth Step: Subscribers.

a.k.a. listeners a.k.a. customers. What is a podcast without them?

When you already have your podcast up and running, it will be time to get people to listen to it. Get it or buy it. That is, after all, why your podcast was created.
Word of mouth is still valid. Your podcast distribution throughout the country, is another kind of tactic. When you know you have some valuable things, then you should not worry about a growing number of listeners and followers.

Sixth Step: Do all of the above! Now!

Exposed: how to make a lot of cash quickly, shocking secrets revealed that these breakthroughs, free videos, attacked from nothing I 5,118,213 U.S. dollars in record time: Delta Squadron

How to Use Medium Trust in Asp.net 2.0

Its hard because every year two times what is going to the developer, he explained that hosting company and complaining about medium trust level problem.

Microsoft explain step by step but still this problem doenst resolve WHY?

These steps are enough for developer. Why they are still complaining.

SOLUTION:

DONT USE DATAREADER WHEN YOU ARE BINDING YOUR DATA WITH DATAGRID, GRIDVIEW OR ANY CONTROL.

USE DATASET

NO need to follow below steps

NO need to do settings locally for your Application for Medium Trust Level.

Once you will deployed at hosted server, it will automatically inherit as medium trust level.

Microsoft said :

Summary of Steps

To use medium trust in your ASP.NET applications:

Step 1. Configure medium trust.

Step 2. Lock the trust level.

Step 3. Optionally create a custom policy based on medium trust.

Step 1. Configure Medium Trust

To configure an application to run with medium trust, add the following element to either the application of specific Web.config file in the virtual root directory of the application or to the machine-level Web.config file.

Copy Code

If there is a note: originUrl WebPermission by the permission of attributes, such as some can be used to limit connections to a defined set of addresses.

To configure all Web applications running on the server in the trust, this element of the machine-level Web.config file located in the following folder:% windir% Microsoft.NETFramework (version) configuration.

By default, Web applications are configured to work with full confidence, as run in the following default configuration from the machine-level Web.config file.

Copy Code

?

To review the full set of permissions available to medium trust applications, view the Web_mediumtrust.config file.

Step 2. Lock the Trust Level

Application service provider, or any run multiple websites on the same server application is responsible for medium-trust policy should be applied to the machine set-level Web.config file, and then locked for all Web application's trust level.

To do this, set the attribute to allowOverride

Copy Code

?

By setting allowOverride =

Yours comments are valuable for me

Joggee

http://blog.joggee.com

How to add flash videos to website?

On internet, there are more and more people ask questions like “How can I add flash videos to my website?”, “How can I embed a flash video(FLV) into my web page?”, “How to insert an abobe flash video into frontpage?” Well, it’s very easy with a program named Moyea web player pro. This step by step tutorial will solve these problems with the program.

Moyea Web Player Pro is a professional tool to generate flash video player for your website, the flash video player for a simple and convenient way to single or multiple video in all formats to all sites, including video share websites, corporate websites, blog, Myspace, forum, etc. It also enables you to so many advertisements (ads), how in every video, as at any point in time, regardless of the number and type Add to Ads

Step 1: Download Moyea Web Player Pro, install and launch it

Step 2: Add videos into Moyea Web Player Pro (Moyea Web Player Pro offers a free video converter to convert the unaccepted videos to flash videos, so you can add almost all videos in any formats to website through this program.)

Step 3: Add advertisements(ad) to the specific video you select. (Optional)

Step 4: Set the template style, background color and other detailed settings. (Optional)

Step 5: moyea Web Player Pro publishes some files like a swf file named mwplayer.swf and a html file named index.html

Step 6: Upload all the published files to the same folder of your website.

Step 7: open index.html with notepad or dreamweaver, edit the embeded code to
<embed src=”/foldername/mwplayer.swf”
Width = "500? Height =" 450? Align = "middle" quality = "high" name = "player"
allowScriptAccess = "sameDomain" allowFullScreen = "true"
Type = "application / x – Shock Wave Flash" plug-in software = "http://www.macromedia.com/go/getflashplayer/

Step 8: Copy and paste the edited embedded code to your web page. Then the flash videos will appear on your website.

Creating Sql Database Connection in Asp.net Web Application Through C#

1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from pop-menu select asp.net website (Note: Language must be C#) , then press OK.

?

2: Now create three text from the toolbox in order to eliminate ambiguity, I use the default name of the text box and should be TextBox1's, TextBox2 in

?

3: At the same time, open SQL Server Management Studio 2005 and open the AdventureWorks (or you can SQL commands CREATE DATABASE database_name's own database), but here I use the AdventureWorks database.

?

4: Then create by clicking the right mouse button and make three columns, name it corresponds to your needs, just for your information I have EID, name, address. Click and click Save, then you will get a pop-up menu, where you enter the table name, for this example, I have students.

?

5: Now Come Back To Visual Studio application and write the following code in the event Button_Click

?

protected void Button1_Click(object sender, EventArgs e)
{
SqlConnection myConn = new SqlConnection();
myConn.ConnectionString = “Connection string(See Below for this —
)COPY PASTE? HERE“;

myConn.Open();
string strqry = “Insert into students values (” + TextBox1.Text +
“,’” + TextBox2.Text + “‘,’” + TextBox3.Text + “‘)”;

SqlCommand myCom = new SqlCommand(strqry, myConn);
int numrow = myCom.ExecuteNonQuery();
myConn.Close();

}

Kindly note down the connectionString Syntax, to obtain this string do the following steps :
Step 1 : Go to toolbox and from data section drag & drop SqlDataSource.
Receive Step 2: Then on the left-mouse click on SqlDataSource, you configureDataSource link Slect them.
Step 3: NewConnection string –
Step 4: TestConnection and then Press OK.
Step five: Now you will again be redirected to a web page to see the actual step 2, but the connection string, and from the drop-down flood level, you will receive the connection string when you click login.
Step 6: Just copy and paste this string to the place of connectionstring.
Now debug & run Your application and check it’s effect on the table.
If still you face any problem feel free to ask.
Hope this explanation help you to understand the basics of database connectivity.
If you like this please comment it !
Thanks,
Anuj